Skip to content

Mad Meerkat

🛠 Connector Info

  • Exchange Type: Decentralized Exchange (DEX)
  • Market Type: Automatic Market Maker (AMM)
  • Maintenance Tier:
  • Maintainer: CoinAlpha

Currently, Mad Meerkat is a Bronze exchange, as voted by HBOT holders in each quarterly Epoch. This means the Hummingbot Foundation does not maintain the components below, but community members may submit Proposals to fund development bounties and approve pull requests to fix bugs and add enhancements to them.

Component Status Notes
2ī¸âƒŖ AMM Connector ✅
3ī¸âƒŖ Range AMM Connector Not built
đŸ•¯ AMM Data Feed ✅

â„šī¸ Exchange Info

🔑 How to Connect

Create a wallet on one of the supported networks below:

Chain Networks
cronos mainnet

From inside the Mad Meerkat client, run gateway connect madmeerkat in order to connect your wallet:

Which chain do you want mad_meerkat to connect to? (cronos) >>>
Which network do you want mad_meerkat to connect to? (mainnet) >>>
Enter your cronos-mainnet private key >>>>

If connection is successful:

The mad_meerkat connector now uses wallet [pubKey] on cronos-mainnet

2ī¸âƒŖ AMM Connector

Integration to this DEX's swap pricing and execution endpoints

Endpoints

  • /amm/price

For more info, run Gateway and go to in your browser to see detailed documentation for each endpoint.

đŸ•¯ AMM Data Feed

Data feed of this exchange's real-time prices

Usage

from hummingbot.data_feed.amm_gateway_data_feed import AmmGatewayDataFeed
prices = AmmGatewayDataFeed(
        connector_chain_network="madmeerkat_cronos_mainnet",
        trading_pairs={"MMF-USD", "WCRO-MMF"},
        order_amount_in_base=Decimal("1"),
    )