The limits that bound what a compromised agent can cost you.
Assume the agent is compromised. It reads untrusted web pages and API responses, any of which can tell it to call an expensive endpoint a thousand times, and no amount of prompting reliably makes a model refuse. The limits below are enforced inside the wallet, before anything is signed. Nothing the agent passes can raise them.
| Limit | Bounds |
|---|---|
| Per call | The most a single paid call can cost |
| Per session | One agent session's budget |
| Per day | A rolling 24-hour cap across every connected agent |
| Per service | One counterparty's blast radius |
| Hard ceiling | Lifetime total. The wallet stops. There is no override |