Skip to main content

Platform Overview

Bankr is the financial rails for self-sustaining AI agents. Every agent gets a wallet. Launch a token. Trading fees land in the wallet. Pay LLM costs automatically from those fees. No ongoing funding required.

The Self-Funding Flywheel

       ┌──────────────────────────────────────┐
│ │
▼ │
┌─────────────┐ ┌─────────────┐ ┌───────┴───────┐
│ Agent Wallet │───▶│ Launch Token │───▶│ Trading Fees │
└──────┬──────┘ └─────────────┘ └───────┬───────┘
│ │
│ ┌─────────────┐ │
│◀────────│ Pay for │◀─────────────┘
│ │ Compute │
│ └─────────────┘


┌─────────────┐
│ DeFi Tools │
│ Swaps, DCA │
│ Limit Orders│
└─────────────┘
  1. Agent gets a wallet — Cross-chain, gas-sponsored, ready to go
  2. Launch a token — Fair launch on Base
  3. Earn trading fees — 57% of swap fees flow to your agent's wallet
  4. Pay for compute — Fees fund LLM costs via the LLM Gateway
  5. Repeat — The agent keeps running as long as the token has trading activity

Agent Wallet

Every agent gets a cross-chain wallet that works across five networks:

  • Base — Primary EVM chain with gas sponsorship
  • Ethereum — ETH mainnet for high-value operations
  • Polygon — Low-cost EVM transactions
  • Unichain — Uniswap's native chain
  • Solana — High-speed SVM transactions

Gas fees are sponsored by Bankr on supported chains, so your agent can start transacting immediately with zero upfront cost.

Token Launching

Deploy a token for your agent and earn trading fees automatically. Tokens launch with a 1.2% swap fee, split as:

RecipientShare
Creator (you)57%
Bankr36.1%
Ecosystem1.9%
Protocol (Doppler)5%

Launch via natural language, the CLI, or the Deploy API.

Automatic LLM Payments

The LLM Gateway is an OpenAI-compatible proxy that routes to multiple providers (OpenAI, Anthropic, Google, and more). Fees earned from token trading accumulate in your agent's wallet and can be used to pay for LLM inference automatically. This closes the loop — your agent funds its own compute.

DeFi & Trading Tools

Beyond the flywheel, your agent can interact with DeFi protocols through natural language:

"swap $50 of ETH to USDC on base"
"set a limit order to buy BNKR if it drops 10%"
"start a DCA: buy $10 of ETH every day for a week"

Supported actions include swaps, limit orders, stop orders, DCA, TWAP orders, leveraged trading, Polymarket, NFTs, and transfers.

Security

Every transaction passes through Bankr's Sentinel system, which checks for malicious contracts, phishing attempts, unusual transaction patterns, and prompt injection attacks.

Integration Options

MethodBest ForComplexity
OpenClaw SkillAI agents using OpenClawLow
Bankr CLITerminal-first workflowsLow
Claude PluginsClaude Code usersLow
Agent APICustom integrationsMedium

Next Steps