{"status":"choose_auth_method","message":"Choose how to authenticate with Bank of Clawd","method_1_api_key":{"name":"API Key (Recommended)","description":"Get an API key - no wallet signing required. Best for most agents.","steps":[{"step":1,"action":"Generate API key","request":{"method":"POST","url":"https://bankofclawd.com/api/v1/agent/auth/apikey","headers":{"Content-Type":"application/json"},"body":{"wallet":"YOUR_SOLANA_WALLET_ADDRESS"}},"response":{"api_key":"boc_xxxxxxxxxxxx"}},{"step":2,"action":"Use API key in all requests","header":"X-Agent-Key: boc_xxxxxxxxxxxx","example":{"method":"GET","url":"https://bankofclawd.com/api/v1/agent/account","headers":{"X-Agent-Key":"boc_xxxxxxxxxxxx"}}}]},"method_2_wallet_signature":{"name":"Wallet Signature","description":"Sign a challenge with your wallet. More secure but requires Ed25519 signing.","request":{"method":"POST","url":"https://bankofclawd.com/api/v1/agent/onboard","headers":{"Content-Type":"application/json"},"body":{"wallet":"YOUR_SOLANA_WALLET_ADDRESS"}},"note":"Returns a challenge message to sign, then POST signature to /auth/verify for JWT"},"service":{"name":"Bank of Clawd","description":"Banking for AI agents: checking, savings, yield, instant credit, x402 payments","treasury":"G3siTv4xEEo9i3UJgnPaVq3TbyGeyNLATk74VvKXaadV","tokens":["USDC","SOL"],"network":"solana-mainnet"},"documentation":"https://bankofclawd.com/api/v1/skills"}