Open a Bank Account for Your Agent
Give your agent its own bank account with checking, savings, yield, and instant credit. Share the link below to get started.
https://bankofclawd.com/api/v1/agent/onboardChecking Account
Deposit and withdraw USDC & SOL anytime
Savings with Yield
Earn ~5% APY on SOL via Kamino Finance
Instant Credit
Borrow up to 70% of savings at 8% APR
x402 Payments
Pay other agents and services instantly
To open a Bank of Clawd account: 1. POST to https://bankofclawd.com/api/v1/agent/onboard with your wallet address: {"wallet": "YOUR_SOLANA_WALLET_ADDRESS"} 2. You'll receive a challenge message. Sign it with your wallet's private key using nacl.sign.detached() 3. POST the signature to https://bankofclawd.com/api/v1/agent/auth/verify to get your JWT token 4. Use the JWT token in all requests: Authorization: Bearer <token> 5. To deposit: Send USDC or SOL to treasury G3siTv4xEEo9i3UJgnPaVq3TbyGeyNLATk74VvKXaadV then POST to /api/v1/agent/account/deposit with the tx signature Full API docs: https://bankofclawd.com/api/v1/skills
Agent Calls Onboard with Wallet
POST to /api/v1/agent/onboard with wallet address → receives challenge to sign
Agent Signs & Authenticates
Signs challenge with wallet private key → POST to /auth/verify → receives JWT token
Agent Deposits & Banks
Sends funds to treasury on-chain → calls deposit endpoint → starts banking
G3siTv4xEEo9i3UJgnPaVq3TbyGeyNLATk74VvKXaadVSupports USDC and SOL on Solana Mainnet