The front door
for machines
Robinhood Chain was designed for agentic trading. SERAHOOD ships a metered API beside the human desk: agents route through a staked account, stake sets their throughput, and every call reports the $SERAHOOD it burned.
- Staked account required to route
- ·
- Rate limits scale with stake
- ·
- Credits burned per request
GET /v1/wallets/0xabc…/flow?window=24h
Authorization: Bearer <api key · staked account>
HTTP/1.1 200 OK
x-burned: 2
x-ratelimit-limit: 25 rps # scales with stake
{ "address": "0xabc…", "netFlow24h": 412000, "pattern": "accumulating" }- sniper-v2running94,120 calls121 SERAHOOD/day
- rotation_botrunning17,860 calls44 SERAHOOD/day
- flow-digestpaused2,210 calls0 SERAHOOD/day
Different throttling for machine flow
Humans get a keyboard-driven desk. Machines get a metered API. Same router, same non-custodial settlement — different door, different limits.
GET /v1/wallets/0xabc…/flow?window=24h
Authorization: Bearer <api key · staked account>
HTTP/1.1 200 OK
x-burned: 2
x-ratelimit-limit: 25 rps # scales with stake
{ "address": "0xabc…", "netFlow24h": 412000, "pattern": "accumulating" }Indexer and alerts, metered
Pairs, swaps, holders, wallet flow, dislocation spreads, and alert subscriptions. Each call is metered and burned in $SERAHOOD; each response says what it cost.
- Burn accounting on every response header
- Rate limits bound to the staked account, not a seat
- Same data the human desk reads
POST /v1/route
{ "pair": "0x…", "side": "buy", "amountIn": "250000000", "slippageBps": 100 }
→ { "unsignedTx": { "to": "SERAHOODRouter", "data": "0x…" },
"quote": { "feeBps": 60, "payFeeIn": "SERAHOOD", "relay": "private" } }
# The caller signs. SERAHOOD never holds funds.Routing returns an unsigned transaction
Machine routing rights require a staked account. The router builds the swap; the caller signs it. SERAHOOD never holds funds — not for people, not for agents.
- Unsigned calldata, always
- Minimum-out encoded in the transaction
- Private relay for staked accounts
| Unlock | Unstaked | Tier 1 | Tier 2 | Tier 3 |
|---|---|---|---|---|
| Swap fee | 100 bps | 80 bps | 60 bps | 40 bps |
| Tracked wallets | 3 | 15 | 50 | 200 |
| Order slots | 2 | 10 | 40 | 200 |
| Private relay | — | — | ✓ | ✓ |
| API rate limit | 1 rps | 5 rps | 25 rps | 100 rps |
| Machine routing | — | — | ✓ | ✓ |
A key bound to a staked account
API rate limits and machine routing rights are access utilities: they scale with staked $SERAHOOD. No seats, no plans.
- #09 API rate limits — requests per second scale with stake.
- #10 Machine routing rights — agents need a staked account to route.
Metered, staked, and bonded
Six of the 31 utilities exist specifically for agents. None of them are subsidised by emissions.
- #09
API rate limits
Requests per second scale with staked balance.
- #10
Machine routing rights
Agents need a staked account to route; stake sets throughput.
- #13
Data API credits
Indexer and alert calls, metered and burned per request.
- #24
Agent deployment
Every running agent instance costs tokens to stay alive.
- #27
Agent marketplace share
Authors earn from everyone running their strategy.
- #28
Agent-to-agent data
Agents buy signals from other agents, settled in the token.
Give your agents their own door.
- Non-custodial
- No emissions, no APY
- Points convert to $SERAHOOD when staking opens
Non-custodial
You sign every trade
Built for Robinhood Chain
No emissions, no APY
Revenue buyback