home / skills / bankrbot / claude-plugins / bankr-token-deployment
This skill guides you through deploying and managing ERC20 tokens on Clanker, optimizing metadata, fees, and deployment parameters for Base and Unichain.
npx playbooks add skill bankrbot/claude-plugins --skill bankr-token-deploymentReview the files below or copy the command above to add this skill to your agents.
---
name: Bankr Agent - Token Deployment
description: This skill should be used when the user asks to "deploy token", "create token", "launch token", "Clanker", "claim fees", "token metadata", "update token", "mint new token", or any token deployment operation. Provides guidance on deploying ERC20 tokens via Clanker.
version: 1.0.0
---
# Bankr Token Deployment
Deploy and manage ERC20 tokens using Clanker.
## Supported Chains
- **Base**: Primary deployment chain, full Clanker support
- **Unichain**: Secondary option
## Deployment Parameters
| Parameter | Required | Description |
|-----------|----------|-------------|
| Name | Yes | Token name (e.g., "MyToken") |
| Symbol | Yes | Ticker, 3-5 chars (e.g., "MTK") |
| Description | No | Token description |
| Image | No | Logo URL or upload |
| Website | No | Project website |
| Twitter | No | Twitter/X handle |
| Telegram | No | Telegram group |
## Prompt Examples
**Deploy tokens:**
- "Deploy a token called BankrFan with symbol BFAN"
- "Create a memecoin: name=DogeKiller, symbol=DOGEK"
- "Deploy token with website myproject.com and Twitter @myproject"
**Claim fees:**
- "Claim fees for my token MTK"
- "Check my Clanker fees"
- "Claim legacy Clanker fees"
**Update metadata:**
- "Update description for MyToken"
- "Add Twitter link to my token"
- "Update logo for MyToken"
## Rate Limits
| User Type | Daily Limit |
|-----------|-------------|
| Standard Users | 1 token/day |
| Bankr Club Members | 10 tokens/day |
## Fee Structure
- Small fee on each trade, accumulated for token creator
- Claimable anytime via "Claim fees for my token"
- Legacy fees (older Clanker versions) claimed separately
## Common Issues
| Issue | Resolution |
|-------|------------|
| Rate limit reached | Wait 24 hours or upgrade |
| Name taken | Choose different name |
| Symbol exists | Use unique symbol |
| Image upload failed | Check format/size |
## Best Practices
- Choose unique, memorable name and symbol
- Add description and social links immediately
- Upload quality logo
- Claim fees regularly
This skill guides deployment and management of ERC20 tokens using Clanker through Bankr’s multi-chain DeFi infrastructure. It covers creating tokens, updating token metadata, claiming accumulated fees, and minting additional supply. The skill enforces chain support, rate limits, and basic validations to reduce common deployment errors.
You provide deployment parameters (name, symbol, optional description, image, website, and social links) and the skill constructs and submits the Clanker ERC20 deployment transaction on a supported chain (Base by default, Unichain as secondary). It also supports post-deployment operations: updating metadata, uploading or linking logos, minting new tokens if allowed, and initiating fee-claim transactions for accumulated creator fees. Built-in checks validate symbol uniqueness, rate limits, and common upload issues before execution.
Which chains are supported for deployment?
Primary support is Base; Unichain is available as a secondary option.
What do I do if the symbol or name is already taken?
Choose a different, unique name or symbol. The skill checks for collisions before deploying.
How often can I deploy tokens?
Standard users are limited to 1 token per day; Bankr Club members can deploy up to 10 tokens per day.