{"skill":{"slug":"mintclub","displayName":"Mint Club V2","summary":"Command-line interface for creating, trading, and managing Mint Club bonding curve tokens on Base blockchain with wallet support and Uniswap integration.","description":"# Mint Club V2 — Agent Skill\n\nInteract with Mint Club V2 bonding curve tokens on Base using the `mc` CLI.\n\n## Setup\n\n```bash\nnpm install -g mint.club-cli\n```\n\nSet your private key:\n```bash\nmc wallet --set-private-key 0x...\n# Or export PRIVATE_KEY=0x...\n```\n\n## Commands\n\n### Read Operations (no key needed)\n\n```bash\nmc info <token>          # Token info (supply, reserve, price, curve)\nmc price <token>         # Price in reserve + USD\nmc wallet                # Wallet address and balances\n```\n\n### Trading\n\n```bash\n# Buy/sell via bonding curve (reserve token)\nmc buy <token> -a <amount>                    # Buy tokens\nmc sell <token> -a <amount>                   # Sell tokens\n\n# Zap: buy/sell with any token (auto-routes via Uniswap)\nmc zap-buy <token> -i ETH -a 0.01            # Buy with ETH\nmc zap-sell <token> -a 100 -o USDC           # Sell for USDC\n\n# Direct Uniswap swap (any pair, V3 + V4)\nmc swap -i ETH -o HUNT -a 0.001              # Swap tokens\nmc swap -i HUNT -o USDC -a 100 -s 0.5        # Custom slippage\n```\n\n### Create Token\n\n```bash\nmc create -n \"My Token\" -s MYT -r HUNT -x 1000000 \\\n  --curve exponential --initial-price 0.01 --final-price 100\n```\n\nCurve presets: `linear`, `exponential`, `logarithmic`, `flat`\n\n### Transfer\n\n```bash\nmc send <address> -a 0.01                     # Send ETH\nmc send <address> -a 100 -t HUNT              # Send ERC-20\n```\n\n## Token Resolution\n\nUse addresses or known symbols: `ETH`, `WETH`, `USDC`, `HUNT`, `MT`\n\n## Environment\n\n| Variable | Description |\n|----------|-------------|\n| `PRIVATE_KEY` | Wallet private key (or use `~/.mintclub/.env`) |\n\n## Notes\n\n- All operations are on **Base** (chain 8453)\n- Default slippage: 1%\n- Default royalty on create: 1% mint + 1% burn\n- Token addresses are auto-saved to `~/.mintclub/tokens.json`\n- Community: https://onchat.sebayaki.com/mintclub\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":1245,"installsAllTime":2,"installsCurrent":2,"stars":0,"versions":1},"createdAt":1770981477971,"updatedAt":1779076887079},"latestVersion":{"version":"1.0.0","createdAt":1770981477971,"changelog":"Initial release: AI agent skill for Mint Club V2 bonding curve tokens on Base","license":null},"metadata":null,"owner":{"handle":"sebayaki","userId":"s17c1f8yj57kk62dqktqtpqmzn885yja","displayName":"sebayaki","image":"https://avatars.githubusercontent.com/u/1332279?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779973501427}}