- 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
When creating a wallet you specify the currency; the network is selected based on your tenant’s configuration (live: cheapest confirmed settlement for the currency; sandbox: always a testnet).
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).