Overview
Build on Bankr's infrastructure and earn a share of on-chain trading fees. The Partner Program gives you API-level access to provision wallets, deploy tokens, route users through Bankr's AI agent, and proxy LLM requests — all under your own integration.
Capabilities
Each partner organization is provisioned with a set of capabilities. These determine what your provisioned wallets can do:
| Capability | What It Unlocks | Related Docs |
|---|---|---|
| Wallet API | Provision wallets, check balances, submit transactions, sign messages | Wallet Provisioning, Wallet API |
| Agent API | Send natural-language prompts to Bankr's DeFi agent on behalf of your users | Agent API |
| Token Launch API | Deploy tokens with automatic fee sharing between creator, partner, and protocol | Token Launching, Partner Deploy API |
| LLM Gateway | Access 30+ LLM models via an OpenAI-compatible endpoint with usage tracking | LLM Gateway |
Capabilities are set per-organization by the Bankr team. Provisioned wallets inherit access based on what your org has enabled.
Authentication
Partner APIs use two authentication methods depending on the operation:
| Method | Header | Used For |
|---|---|---|
| Partner API key | X-Partner-Key: bk_ptr_<keyId>_<secret> | Wallet provisioning, token deploys — server-to-server |
| Session cookie | Privy JWT (automatic from browser) | Dashboard operations — key management, members, settings |
See API Keys for key generation and management.
Fee Sharing
When tokens are deployed through your partner key, the 1.2% swap fee on every trade is split automatically:
| Recipient | Default Share | Description |
|---|---|---|
| Creator | 57% (5,700 bps) | The feeRecipient specified at deploy time |
| Bankr | 36.1% (3,610 bps) | Platform fee, reduced by your partner share |
| Partner | Split from Bankr's portion | Your fee wallet receives this on every trade |
Ecosystem (alt) | 1.9% (190 bps) | Bankr ecosystem fund |
| Protocol | 5% (500 bps) | Doppler protocol fee |
Partners with custom arrangements can have exact basis-point allocations across all five beneficiaries. The fee distribution for your organization is returned in every deploy response.
Fees accumulate on-chain and must be claimed. See Claiming Fees for details.
Roles
Partner organizations support role-based access for team members:
| Role | Can Manage Keys | Can Manage Wallets | Can Update Settings | Can View |
|---|---|---|---|---|
| Owner | Yes | Yes | Yes | Yes |
| Admin | Yes | Yes | Yes | Yes |
| Provisioner | No | Yes | No | Yes |
| Viewer | No | No | No | Yes |
Role is checked per-endpoint. The API Keys and Wallet Provisioning docs note the minimum required role for each operation.
Getting Started
- Get provisioned — The Bankr team creates your partner organization and configures capabilities
- Generate a partner key — See API Keys
- Provision wallets — See Wallet Provisioning
- Deploy tokens — See Token Launching
Not yet a partner? Visit bankr.bot/partner to apply.