Bankr Agent Token Deployment
Automates secure deployment of ERC-20 tokens to specified networks via smart contract interaction.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bankr-agent---token-deployment npx -- -y @trustedskills/bankr-agent---token-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bankr-agent---token-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bankr-agent---token-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The bankr-agent---token-deployment skill automates the deployment of tokens to various blockchain networks. It handles tasks like creating token contracts, minting initial supplies, and transferring tokens to designated addresses. This streamlines the process for developers needing to distribute digital assets on a blockchain.
When to use it
- Initial Token Distribution: Deploy a new ERC-20 token with an initial supply and distribute it to early investors or team members.
- Airdrops & Rewards: Automate the distribution of tokens as part of an airdrop campaign or reward program for users.
- Token Migrations: Facilitate the migration of tokens from one blockchain network to another, ensuring accurate transfers and balances.
- Testnet Deployments: Quickly deploy test tokens on test networks for development and testing purposes.
Key capabilities
- Token contract creation
- Token minting
- Token transfer functionality
- Support for multiple blockchain networks (implied)
Example prompts
- "Deploy a new ERC-20 token called 'MyToken' with a supply of 1,000,000 tokens to the Goerli testnet."
- "Mint 500 'RewardToken' to address [wallet address] on the Polygon network."
- “Create a token contract and deploy it to the Sepolia testnet.”
Tips & gotchas
The skill requires familiarity with blockchain concepts like ERC-20 tokens, addresses, and gas fees. Ensure you have sufficient funds in your wallet to cover deployment costs on the target blockchain network.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.