Skip to content

feat: add MineSwap DEX aggregator skill for Base Network#197

Open
empirehq wants to merge 1 commit intobinance:mainfrom
empirehq:feature/mineswap-dex-aggregator
Open

feat: add MineSwap DEX aggregator skill for Base Network#197
empirehq wants to merge 1 commit intobinance:mainfrom
empirehq:feature/mineswap-dex-aggregator

Conversation

@empirehq
Copy link
Copy Markdown

Summary

  • Adds MineSwap DEX aggregator skill for Base Network (L2 Ethereum)
  • Routes trades across 8 DEXs (Uniswap V2/V3/V4, Aerodrome, SushiSwap, PancakeSwap, Alienbase, SwapBased, DackieSwap) for best price execution
  • Sub-cent gas fees, sub-second confirmation on Base L2
  • All 6 smart contracts verified on BaseScan with OpenZeppelin audited standard library
  • Hexagate real-time security monitoring

What's Included

  • skills/mineswap/SKILL.md — full skill specification with:
    • Contract addresses and verification links
    • API reference (swap, quote, liquidity, balance)
    • Fee structure documentation
    • Uniswap V4 Hook pool support
    • Network configuration
    • Security documentation

Contracts (all verified on BaseScan)

Contract Address
MineSwapRouter 0xE7E6300e1f6e44C0fa615A4Df9F24148dbE26804
MineSwapFactory 0xB0C2D8A877A5B48607d9C89B6Ad761F36Bc79C88
MineSwapAggregator 0xF08E62907c9fD9411296479693facE5E7229805A
MineSwapBurner 0x47eeF9fD8437C6Ce74be124B7587a504b4b852C6
MineSwapTracker 0x8e378C06B08D302a6ec0dd087d3c26A5B91D0a0a
BaseGold (BG) 0x36b712A629095234F2196BbB000D1b96C12Ce78e

Links

🤖 Generated with Claude Code

Multi-DEX aggregator routing trades across 8 exchanges (Uniswap V2/V3/V4,
Aerodrome, SushiSwap, PancakeSwap, Alienbase, SwapBased, DackieSwap) on
Base L2 with sub-cent gas and sub-second confirmation.

All 6 smart contracts verified on BaseScan with OpenZeppelin audited
standard library and Hexagate real-time monitoring.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant