Skip to main content

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:

CapabilityWhat It UnlocksRelated Docs
Wallet APIProvision wallets, check balances, submit transactions, sign messagesWallet Provisioning, Wallet API
Agent APISend natural-language prompts to Bankr's DeFi agent on behalf of your usersAgent API
Token Launch APIDeploy tokens with automatic fee sharing between creator, partner, and protocolToken Launching, Partner Deploy API
LLM GatewayAccess 30+ LLM models via an OpenAI-compatible endpoint with usage trackingLLM 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:

MethodHeaderUsed For
Partner API keyX-Partner-Key: bk_ptr_<keyId>_<secret>Wallet provisioning, token deploys — server-to-server
Session cookiePrivy 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:

RecipientDefault ShareDescription
Creator57% (5,700 bps)The feeRecipient specified at deploy time
Bankr36.1% (3,610 bps)Platform fee, reduced by your partner share
PartnerSplit from Bankr's portionYour fee wallet receives this on every trade
Ecosystem (alt)1.9% (190 bps)Bankr ecosystem fund
Protocol5% (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:

RoleCan Manage KeysCan Manage WalletsCan Update SettingsCan View
OwnerYesYesYesYes
AdminYesYesYesYes
ProvisionerNoYesNoYes
ViewerNoNoNoYes

Role is checked per-endpoint. The API Keys and Wallet Provisioning docs note the minimum required role for each operation.

Getting Started

  1. Get provisioned — The Bankr team creates your partner organization and configures capabilities
  2. Generate a partner key — See API Keys
  3. Provision wallets — See Wallet Provisioning
  4. Deploy tokens — See Token Launching

Not yet a partner? Visit bankr.bot/partner to apply.