Skip to content

feat: add mint-club-trade skill — bonding curve token trading on Base#10

Open
h1-hunt wants to merge 1 commit intocoinbase:mainfrom
h1-hunt:feature/mint-club-skill
Open

feat: add mint-club-trade skill — bonding curve token trading on Base#10
h1-hunt wants to merge 1 commit intocoinbase:mainfrom
h1-hunt:feature/mint-club-skill

Conversation

@h1-hunt
Copy link

@h1-hunt h1-hunt commented Feb 13, 2026

Summary

Adds a new mint-club-trade skill for trading Mint Club V2 bonding curve tokens on Base using the mc CLI (mint.club-cli).

What it does

Enables agents to:

  • Query token info, prices, and wallet balances
  • Trade bonding curve tokens (buy/sell/zap)
  • Smart swap any token pair — auto-routes via bonding curve, zap, or Uniswap V3/V4
  • Create new bonding curve tokens with preset curves (linear, exponential, logarithmic, flat)
  • Transfer ETH and ERC-20 tokens

What is Mint Club V2?

A permissionless bonding curve protocol on Base. Tokens are created with programmable price curves backed by reserve assets (HUNT, ETH, USDC) — no liquidity pool required. ~50 active projects, 2,600+ backers, 3.5M+ HUNT locked.

CLI

npm install -g mint.club-cli
mc swap -i ETH -o HUNT -a 0.01    # Swap via Uniswap
mc buy SIGNET -a 100               # Buy via bonding curve
mc price SIGNET                    # Check price

Links

Adds a new skill for trading Mint Club V2 bonding curve tokens on Base
using the mc CLI (mint.club-cli).

Capabilities:
- Query token info, prices, and wallet balances
- Buy/sell via bonding curves
- Smart swap (auto-routes via bonding curve, zap, or Uniswap V3/V4)
- Create new bonding curve tokens with preset curves
- Transfer ETH and ERC-20 tokens

Mint Club V2 is a permissionless protocol where tokens are created with
programmable price curves backed by reserve assets — no liquidity pool needed.

CLI: https://www.npmjs.com/package/mint.club-cli
Docs: https://docs.mint.club
@cb-heimdall
Copy link

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants