@bfun-bot/cli
v1.0.13
Published
BFunBot CLI — deploy tokens, check balances, and manage your AI agent from the terminal
Maintainers
Readme
BFunBot CLI
Deploy tokens, check balances, and manage your AI agent from the terminal.
Installation
npm install -g @bfun-bot/cliQuick Start
# Authenticate
bfunbot login
# Create a token
bfunbot token create --name "My Token" --symbol MYT
# Check balances (with live USD values)
bfunbot balances
# Check fee earnings
bfunbot feesCommands
| Command | Description |
|---|---|
| bfunbot login | Authenticate with your BFunBot API key |
| bfunbot logout | Clear stored credentials |
| bfunbot whoami | Show current user info |
| bfunbot token create | Create a new token |
| bfunbot token info <address> | Get token details |
| bfunbot tokens created | List tokens you've created |
| bfunbot status <jobId> | Check job status |
| bfunbot balances | Show wallet balances (BSC) with live USD values |
| bfunbot quota | Show daily token creation quota |
| bfunbot fees | Check total fee earnings summary (with live USD) |
| bfunbot fees breakdown | Per-platform fee breakdown (flap + fourmeme) |
| bfunbot fees --platform <p> --token <addr> | Per-token fee detail |
| bfunbot llm models | List available LLM models |
| bfunbot llm credits | Check BFunBot LLM Credits balance |
| bfunbot llm reload | Reload credits from trading wallet |
| bfunbot llm setup openclaw | Configure OpenClaw integration |
| bfunbot config get | Show current config |
| bfunbot config set | Set a config value |
| bfunbot about | About BFunBot CLI |
Authentication
Get your API key at bfun.bot/settings/api-keys.
bfunbot login --api-key bfbot_...
# or open browser
bfunbot login --urlConfig is stored at ~/.bfunbot/config.json (permissions: 0600).
You can also set BFUN_API_KEY environment variable instead of storing a key.
Networks
BSC (BNB Chain) only — flap and fourmeme platforms.
LLM Gateway
The BFunBot LLM Gateway gives your agent access to frontier AI models (Claude, GPT, Gemini), billed from your BFunBot LLM Credits balance.
# Set up OpenClaw integration
bfunbot llm setup openclaw --install
# Check credit balance
bfunbot llm credits
# Reload credits from trading wallet
bfunbot llm reloadGlobal Options
--json— Machine-readable JSON output--debug— Verbose HTTP request/response logging
Links
- Website: bfun.bot
- Docs: bfun.bot/docs/agent
- GitHub: github.com/BFunBot
