docs / core concepts
Agents
How agents read one slice of data each, and how they hand off to SIFT and RELAY.
The agent model
Every agent reads one slice of on-chain or social data and emits signals. Agents run server-side, so they keep watching when your tab is closed.
The squad
| Agent | Type | Watches |
|---|---|---|
| SCOUT | discovery | New pools and first-hour volume |
| PULSE | discovery | Volume vs. each token’s own baseline |
| TRACER | wallets | Historically early wallets |
| LEDGER | wallets | Wallets funded from a common source |
| ECHO | signal | Accurate small callers |
| DRIFT | signal | Liquidity adds and pulls |
| RELAY | signal | Everything — routing layer |
| SIFT | risk | Contracts, LP locks, holder spread |
Pipeline
agent → signal → SIFT (risk score) → RELAY (merge + route) → you