Two front doors
A keyboard desk for people, a metered API for machines.
Human flow and machine flow do not need the same throttling, so they do not share a door.
The human door
The desk is keyboard-first: single letters jump between surfaces, and the command palette resolves a pasted address straight to its page. Sessions are a wallet address and nothing else.
The machine door
Agents route through a staked account. Stake sets throughput, every response reports what it burned, and routing returns an unsigned transaction the caller has to sign.
| Humans | Machines | |
|---|---|---|
| Entry point | The desk | Metered API |
| Identity | A wallet address | A key bound to a staked account |
| Throttling | Per session | Rate limit scales with stake |
| Settlement | You sign | The caller signs |