# Contract Addresses

## Utils

| Contract Name         | Contract Address                                                                                                              |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `SafeMath[MathUtils]` | [0x58c5A9d904411EbFBCf2A1c7aC14b86cFa88af9C](https://polygonscan.com/address/0x58c5A9d904411EbFBCf2A1c7aC14b86cFa88af9C#code) |
| `SwapUtils`           | [0x66b1920B61651A422BD32C91C79aCBf32fB0dEF1](https://polygonscan.com/address/0x66b1920B61651A422BD32C91C79aCBf32fB0dEF1#code) |
| `SwapFlashLoan`       | [0x63C0c411F591fB0F157E70c1129D632090E2F84e](https://polygonscan.com/address/0x63C0c411F591fB0F157E70c1129D632090E2F84e#code) |
| `LPToken`             | [0x3a53d3a8Ac2a686448496F3B08A23DA1110B0172](https://polygonscan.com/address/0x3a53d3a8Ac2a686448496F3B08A23DA1110B0172#code) |
| `MetaSwapUtils`       | [0x3165e09CA44B52b4dC40eaB8D867a39910c1D53f](https://polygonscan.com/address/0x3165e09CA44B52b4dC40eaB8D867a39910c1D53f#code) |

## USD Pool

| Contract Name        | Contract Address                                                                                                              |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `MuneUSDPool`        | [0xc03DB5066571D4334D4aC7379145A867DD4d5480](https://polygonscan.com/address/0xc03DB5066571D4334D4aC7379145A867DD4d5480#code) |
| `MuneUSDPoolLPToken` | [0x2B333A621dDC34C4fA12c9B088AbA30BBCd55179](https://polygonscan.com/address/0x2B333A621dDC34C4fA12c9B088AbA30BBCd55179#code) |

## DAI Metapool

| Contract Name            | Contract Address                                                                                                              |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| `MuneDAIMetaPool`        | [0xF1759bd517DcC2938043c55BfAAE096A7C7C24Fb](https://polygonscan.com/address/0xF1759bd517DcC2938043c55BfAAE096A7C7C24Fb#code) |
| `MuneDAIMetaPoolLPToken` | [0x48AD165409350AE84c5F8F4B8249833aF075c27c](https://polygonscan.com/address/0x48AD165409350AE84c5F8F4B8249833aF075c27c#code) |
| `MuneDAIMetaPoolDeposit` | [0xF7a9D62A9b5Fb3B74F3f21B3B47FDB481767Ae5b](https://polygonscan.com/address/0xF7a9D62A9b5Fb3B74F3f21B3B47FDB481767Ae5b#code) |

## USDT Metapool

| Contract Name             | Contract Address                                                                                                              |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `MuneUSDTMetaPool`        | [0xb00982846ED52D3e0109A907aeaAE7Be24F602DF](https://polygonscan.com/address/0xb00982846ED52D3e0109A907aeaAE7Be24F602DF#code) |
| `MuneUSDTMetaPoolLPToken` | [0x9bc778aBb2D4217b6613b6D2166478b777A8780b](https://polygonscan.com/address/0x9bc778aBb2D4217b6613b6D2166478b777A8780b#code) |
| `MuneUSDTMetaPoolDeposit` | [0x49FC44b4c555c07fF88151B2FA7382E0b07513B7](https://polygonscan.com/address/0x49FC44b4c555c07fF88151B2FA7382E0b07513B7#code) |


---

# Agent Instructions: 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:

```
GET https://docs.mune.finance/contract-addresses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
