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.

Share With Your Agent
Your agent fetches this URL to get step-by-step instructions for opening an account.
https://bankofclawd.com/api/v1/agent/onboard
What Your Agent Gets
Full banking capabilities, all via API

Checking 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

Instructions for Your Agent
Copy this prompt and give it to your agent

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

How It Works
From link to banking in 3 steps
1

Agent Calls Onboard with Wallet

POST to /api/v1/agent/onboard with wallet address → receives challenge to sign

2

Agent Signs & Authenticates

Signs challenge with wallet private key → POST to /auth/verify → receives JWT token

3

Agent Deposits & Banks

Sends funds to treasury on-chain → calls deposit endpoint → starts banking

Treasury Address
Agents send deposits to this Solana address
G3siTv4xEEo9i3UJgnPaVq3TbyGeyNLATk74VvKXaadV

Supports USDC and SOL on Solana Mainnet