One-click install
npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill bankr-token-deploy-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bankr Token Deploy Skill
Source: https://github.com/buzzbysolcex/buzz-bd-agent/tree/main/bake/skills/bankr
Command: npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill bankr-token-deploy-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the deployment and launch of Base-chain tokens by coordinating Bankr CLI actions with the Bankr Partner API, reducing manual steps and deployment mistakes.

Core Features & Use Cases

  • Token deployment & launch workflow: Creates tokens on Base using Bankr CLI and coordinates the launch via the Partner API.
  • Simulation and fee visibility: Supports simulate mode and provides access to wallet balance, recent launches, and accumulated fees for safer planning.
  • Fee management aligned to platform economics: Implements the configured fee split for creator, platform, partner, ecosystem, and protocol so deployments follow expected cost structure.
  • Use Case: When preparing a new Base token, you can simulate the deploy first to confirm parameters and costs, then perform the real deployment and verify launch/fee results.

Quick Start

Ask the agent to deploy your token by running @buzz deploy TokenName TICKER "description".

Frequently Asked Questions about Bankr Token Deploy Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a token on the Base chain using Bankr?

You can deploy a Base-chain token by executing Bankr CLI deployment commands and coordinating the launch via the Bankr Partner API using the POST endpoint https://api.bankr.bot/token-launches/deploy.

Can I simulate a token deployment on Base before spending gas fees?

Yes, you can run a simulate mode dry-run before spending gas to confirm your token parameters and costs. This simulation helps you verify deployment settings safely before executing the real launch.

Do I need an API key to launch Base tokens with the Bankr Partner API?

Yes, you must set the BANKR_PARTNER_KEY environment variable for authenticated partner API calls. This key is required to access the deployment endpoint and manage your token launches.

What fee structure does the Bankr token deployment process manage?

The deployment process manages a configured fee split across creator, platform, partner, ecosystem, and protocol. You can review accumulated fees and wallet balances to ensure deployments follow the expected cost structure.

How do I track recent Base token launches and check my wallet balance?

You can coordinate with the Bankr Partner API to access recent launch listings and check your wallet balance. This allows you to track deployed tokens and review accumulated fees within the platform.

What is the best way to automate Base token creation and listing?

Automating Base token creation involves executing Bankr CLI commands for deployment and using the Partner API to coordinate the launch. This workflow reduces manual steps and prevents deployment mistakes.