> For the complete documentation index, see [llms.txt](https://mmfinance.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mmfinance.gitbook.io/docs/smart-contracts/cronos-smart-contracts.md).

# Cronos Smart Contracts

<table><thead><tr><th width="150">Name</th><th>Contract Address</th></tr></thead><tbody><tr><td>MeerkatRouter</td><td>0x145677FC4d9b8F19B5D56d1820c48e0443049a30</td></tr><tr><td>MasterMeerkat</td><td>0x6bE34986Fdd1A91e4634eb6b9F8017439b7b5EDc</td></tr><tr><td>Factory</td><td>0xd590cC180601AEcD6eeADD9B7f2B7611519544f4</td></tr><tr><td>MMF Token</td><td>0x97749c9B61F878a880DfE312d2594AE07AEd7656</td></tr><tr><td>MMF-CRO LP</td><td>0xbA452A1c0875D33a440259B1ea4DcA8f5d86D9Ae</td></tr><tr><td>MMF-USDC LP</td><td>0x722f19bd9A1E5bA97b3020c6028c279d27E4293C</td></tr><tr><td>MMF-USDT LP</td><td>0x5801d37E04ab1f266c35A277E06C9D3afA1c9cA2</td></tr><tr><td>WETH-CRO LP</td><td>0x019d9479606FBDd4aCB16488e0aAE49E4684322b</td></tr><tr><td>WBTC-CRO LP</td><td>0x5383202D48C24aAA19873366168f2Ed558a00ff0</td></tr><tr><td>CRO-USDC LP</td><td>0xa68466208F1A3Eb21650320D2520ee8eBA5ba623</td></tr><tr><td>CRO-USDT LP</td><td>0xEB28c926A7Afc75fcC8d6671Acd4c4A298b38419</td></tr><tr><td>USDC-USDT LP</td><td>0x6F186E4BEd830D13DcE638e40bA27Fd6d91BAd0B</td></tr><tr><td>WETH-WBTC LP</td><td>0x0101112C7aDdb2E8197922e9cFa17cbAA935ECCc</td></tr><tr><td>tUSDC for MUSD vault</td><td>0x520256f32783354c2FDcCEF81553e0AC3d4EEf53</td></tr><tr><td>tUSDT for MUSD vault</td><td>0xE60c38D3046921f5687EfC38e03d4ebFbf3750aF</td></tr><tr><td>MUSD token</td><td>0x95aEaF383E2e86A47c11CffdE1F7944eCB2C38C2</td></tr><tr><td>3MM token</td><td>0x74759c8BCb6787ef25eD2ff432FE33ED57CcCB0D</td></tr><tr><td>3MM base pool</td><td>0x61bB2F4a4763114268a47fB990e633Cb40f045F8</td></tr><tr><td>MUSD-3MM metapool</td><td>0xdB04E53eC3FAB887Be2F55C3fD79bC57855bC827</td></tr><tr><td>Metapool factory</td><td>0x3DeFB1183e8931353A8407A89A0Bc864B018953A</td></tr></tbody></table>

ABIS:

tUSDC for MUSD vault ABI: <https://gist.github.com/madmeerkatburrow/c7786438a26e400066b05e7c05f91423>

Basepool: <https://gist.github.com/madmeerkatburrow/7c6dac50140db70d2d0d1fcf43f7e617>

Dev fund unlocker: 0x8E07fcE205BBF1982E7d3168a996b528A8167586\
\
Linearly unlock over 9 and 20 months from Feb 2022 respectively for ecological construction and development fund. These are the vested fund that is required to fund the expenses to grow the ecosystem and platform as we ramp up our team and increase our product offering. If required, the team will liquidate the MMF into stables for payments to our service providers including to market makers who are essential for our listing on major CEX. We would also need to provide some liquidity for the major CEX in order to get approved for listing.<br>

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mmfinance.gitbook.io/docs/smart-contracts/cronos-smart-contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
