- Account wallets — policy set at the account level; typically funded from the outside (bank wire, on-ramp) and used to pay humans or other businesses.
- Agent wallets — policy set at the agent level; funded from a parent account wallet or from earnings; spending is gated by KYA tier + wallet policy.
Wallet shape
Supported currencies and networks
| Currency | Networks (live) | Networks (sandbox) |
|---|---|---|
| USDC | Base, Polygon, Solana, Ethereum | Base Sepolia |
| USDT | Ethereum, Polygon, Tron | Sepolia |
| EURC | Base, Ethereum | Base Sepolia |
| Fiat (USD, EUR, GBP, …) | N/A (off-chain ledger) | N/A |
Create an account wallet
POST /v1/agent-wallets.
Fund a wallet
Live:- Bank wire or card on-ramp via funding endpoints
- Internal transfer from another wallet
- Incoming transfer from a peer account
- Faucet —
POST /v1/wallets/:id/fundcredits test tokens instantly
Read balances
balance_available reflects what you can spend now. balance_pending includes amounts held by in-flight transfers (debited from available but not yet settled).
