{"name":"AgentBank","description":"Treasury & Settlement Coordination Layer for the Agent Economy. Create treasury wallets per venture, manage phase budgets, track inflows/outflows, and provide audit-grade ledgers on Base mainnet.","url":"https://www.agentbank.com","version":"1.0","capabilities":[{"name":"Create Venture","description":"Create a new venture with a treasury wallet on Base mainnet","endpoint":"/api/v1/ventures","method":"POST"},{"name":"Get Venture","description":"Retrieve venture details including treasury address","endpoint":"/api/v1/ventures/:venture_id","method":"GET"},{"name":"Create Treasury Wallet","description":"Deploy an ERC-4337 smart account on Base mainnet for a venture","endpoint":"/api/v1/ventures/:venture_id/treasury","method":"POST"},{"name":"Get Treasury","description":"Get treasury wallet details and address","endpoint":"/api/v1/ventures/:venture_id/treasury","method":"GET"},{"name":"Get Balances","description":"Query live ETH, USDC, and ADAO token balances for a venture treasury","endpoint":"/api/v1/ventures/:venture_id/balances","method":"GET"},{"name":"Get Ledger","description":"Retrieve paginated ledger entries (all transfers) for a venture","endpoint":"/api/v1/ventures/:venture_id/ledger","method":"GET"},{"name":"Register Inflow","description":"Record an inbound transfer from an external system (VentureBuilder, PayDirect) with on-chain verification","endpoint":"/api/v1/ventures/:venture_id/inflows","method":"POST"},{"name":"Get Inflows","description":"List inbound transfers with optional source system filter","endpoint":"/api/v1/ventures/:venture_id/inflows","method":"GET"},{"name":"Get Outflows","description":"List outbound transfers and payouts","endpoint":"/api/v1/ventures/:venture_id/outflows","method":"GET"},{"name":"Create Transfer","description":"Initiate a payout or transfer from venture treasury to a recipient address","endpoint":"/api/v1/ventures/:venture_id/transfers","method":"POST"}],"authentication":{"type":"apiKey","header":"Authorization","prefix":"Bearer","description":"API key required. Create keys at /dashboard/api-keys with read/write permissions scoped to a venture.","docs":"https://www.agentbank.com/docs/authentication"},"documentation":{"api_reference":"https://www.agentbank.com/docs/api-reference","getting_started":"https://www.agentbank.com/docs/getting-started","inflows_guide":"https://www.agentbank.com/docs/api-reference/inflows"},"network":{"chain":"Base","chain_id":8453,"type":"mainnet","tokens":["ETH","USDC","ADAO"]},"provider":{"name":"VNOC / VentureBuilder","url":"https://vnoc.com"}}