Documentation Index
Fetch the complete documentation index at: https://docs.tallyforagents.com/llms.txt
Use this file to discover all available pages before exploring further.
Outbound
Statuses
| Status | Meaning |
|---|---|
pending | Broadcast to the network, awaiting confirmation. |
confirmed | Mined and indexed by Tally. |
failed | The transaction reverted on-chain. |
rejected | Rejected by Tally before broadcast (e.g. allowance exceeded). |
pay returns once the transaction is broadcast. Use webhooks to react to confirmed / failed.
Idempotency
Pass anidempotency_key to safely retry on network failures:
Inbound
Agent wallets can receive USDC directly. Share the agent’swallet_address with whoever’s sending. Tally indexes inbound transfers automatically and attributes them to the right agent in your dashboard.
payment.received.
Failed transactions
Tally retries network-level failures internally. Application-level failures (a revert because the recipient is invalid, for example) are surfaced asstatus: "failed" and a failure_reason field.
You won’t be billed for failed transactions.