Mad Meerkat
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Automatic Market Maker (AMM)
Component | Status | Notes |
---|---|---|
2ī¸âŖ AMM Connector | â | |
3ī¸âŖ Range AMM Connector | Not built | |
đ¯ AMM Data Feed | â |
âšī¸ Exchange Info¶
- Website: https://mm.finance
- CoinMarketCap: https://coinmarketcap.com/exchanges/mm-finance/
- CoinGecko: https://www.coingecko.com/en/exchanges/mm_finance
- Fees: https://mmfinance.gitbook.io/
đ 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:
2ī¸âŖ AMM Connector¶
Integration to this DEX's swap pricing and execution endpoints
- ID:
mad_meerkat
- Connection Type: REST via Gateway
- API Docs: https://github.com/madmeerkatburrow/
- Folder: https://github.com/hummingbot/gateway/tree/main/src/connectors/mad_meerkat
- Default Configs: https://github.com/hummingbot/gateway/blob/main/src/templates/mad_meerkat.yml
Endpoints¶
/amm/price
For more info, run Gateway and go to
đ¯ AMM Data Feed¶
Data feed of this exchange's real-time prices
- ID:
mad_meerkat_[CHAIN]_[NETWORK]
- Connection Type: REST via Gateway
- Folder: https://github.com/hummingbot/hummingbot/blob/master/hummingbot/data_feed/amm_gateway_data_feed.py