v1.4.2: Smart Swap
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 # uniswapAlso in this release
- Repo restructured as monorepo:
cli/,agent-skills/,mcp/