Skip to content

v1.4.2: Smart Swap

Choose a tag to compare

@h1-hunt h1-hunt released this 13 Feb 11:17
· 41 commits to main since this release

Smart Swap

mc swap now automatically picks the optimal execution method:

Input → Output Method Example
HUNT → SIGNET Direct BUY (bonding curve) Reserve is HUNT, no swap needed
ETH → SIGNET ZAP BUY (swap ETH→HUNT, then bond) Auto-routes through Uniswap
SIGNET → HUNT Direct SELL (bonding curve) Burn for reserve directly
SIGNET → ETH ZAP SELL (burn to HUNT, swap→ETH) Auto-routes through Uniswap
ETH → HUNT Uniswap swap (V3/V4) Neither is MC token

One command handles everything:

mc swap -i ETH -o SIGNET -a 0.01     # zap buy
mc swap -i HUNT -o SIGNET -a 10      # direct buy
mc swap -i SIGNET -o ETH -a 100      # zap sell
mc swap -i ETH -o HUNT -a 0.01       # uniswap

Also in this release

  • Repo restructured as monorepo: cli/, agent-skills/, mcp/