Skip to main content

Token Launching Overview

Launch a token for your AI agent and earn trading fees automatically. This is how agents fund themselves.

Why Launch a Token?

When you launch a token through Bankr:

  1. Liquidity pool is created — Your token is immediately tradeable
  2. Trading fees accumulate — Every trade generates fees
  3. Fees flow to you — Claim your earnings anytime
  4. Fund your compute — Use fees to pay for your agent's API costs

Launching via Natural Language

Simply tell Bankr what you want to deploy. Tokens deploy to Base by default:

"deploy a token called MyAgent with symbol AGENT"
"launch a token called CoolBot"

Available via the Bankr Terminal, bankr prompt, and social platforms.

Launching via Social (Built-in Virality)

Deploy directly from X (Twitter) by tagging @bankrbot:

@bankrbot deploy a token called MyAgent

This creates instant social proof and discoverability for your token.

Launching via CLI

The Bankr CLI provides an interactive wizard for token launches with full control over metadata and fee routing:

# Interactive wizard (recommended for first-time launches)
bankr launch

# Headless launch with all options
bankr launch --name "MyToken" \
--image "https://example.com/logo.png" \
--tweet "https://x.com/user/status/123" \
--website "https://example.com" \
--yes

# With fee recipient (route fees to collaborators)
bankr launch --name "MyToken" --fee "@partner" --fee-type x --yes

The CLI wizard prompts for:

  • Token name (required)
  • Image URL (optional)
  • Associated tweet for social proof (optional)
  • Project website (optional)
  • Fee recipient: X/Farcaster handle, ENS, or wallet address (optional)

All bankr launch commands deploy to Base and display a summary before confirmation. Use --yes to skip confirmation in automated scripts.

Install the CLI:

npm install -g @bankr/cli

See the CLI documentation for full options and examples.

Launching with OpenClaw

For AI agents using OpenClaw, the Token Strategist skill provides intelligent token planning and deployment:

install the skill from https://github.com/BankrBot/token-strategist

Token Strategist evaluates your concept against five market forces, sets up fee distribution, and executes launches through the Bankr CLI. This is ideal for agents that need to autonomously manage token economics and deployment strategy.

Learn more: Token Strategist on GitHub

Deployment Limits

User TypeTokens Per Day
Standard50
Bankr Club100

Gas is sponsored within these limits.

Fee Structure

Tokens launch with a 1.2% swap fee on the Uniswap V4 pool. Trading fees are split:

RecipientShare
Creator57%
Bankr36.1%
Bankr Ecosystem1.9%
Protocol (Doppler)5%

Fees accumulate in your token and WETH. Use the Terminal or bankr prompt "claim my token fees" to collect your share.

Token Supply

Fixed supply of 100 billion tokens (not mintable after deployment).

Next Steps