home / skills / bankrbot / claude-plugins / bankr-token-deployment

bankr-token-deployment skill

/bankr-agent/skills/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-deployment

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
2.0 KB
---
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

Overview

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.

How this skill works

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.

When to use it

  • You want to deploy a new ERC20 token (e.g., memecoin or project token) on Clanker.
  • You need to update token metadata such as description, logo, or social links.
  • You want to mint additional tokens after initial deployment (if contract allows).
  • You need to check or claim accumulated trading fees for your token.
  • You want to deploy on Base or Unichain with Bankr’s Clanker tooling.

Best practices

  • Pick a unique, memorable name and a short 3–5 character symbol to avoid collisions.
  • Provide a clear description and link social profiles and website immediately after deployment.
  • Upload a high-quality logo in an accepted format and check size limits before submission.
  • Monitor and claim fees regularly to avoid unclaimed legacy or accumulated fees.
  • Respect rate limits: standard users 1 token/day, members up to 10 tokens/day.

Example use cases

  • Deploy a community memecoin: name=FunCoin, symbol=FNC, with logo and Twitter link.
  • Launch a project token and add website and Telegram group in metadata post-deploy.
  • Claim accumulated creator fees for token symbol MTK using a fee-claim action.
  • Update token description and replace an outdated logo after rebranding.
  • Mint extra supply for liquidity provisioning if the token contract permits minting.

FAQ

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.