# Shared Addresses

These Contracts are used in other parts of the Protocol. To replace them, a Module has to be proposed in the Nexus contract.

{% tabs %}
{% tab title="Polygon" %}

| Contract                                                                                                                | Address                                                                                                                                            |
| ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Meta (MTA)](https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fshared%2FMetaToken.sol)               | [0xf501dd45a1198c2e1b5aef5314a68b9006d842e0](https://polygonscan.com/token/0xf501dd45a1198c2e1b5aef5314a68b9006d842e0)                             |
| [Nexus](https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fnexus%2FNexus.sol)                         | [0x3C6fbB8cbfCB75ecEC5128e9f73307f2cB33f2f6](https://explorer-mainnet.maticvigil.com/address/0x3C6fbB8cbfCB75ecEC5128e9f73307f2cB33f2f6/contracts) |
| [Savings Manager](https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fsavings%2FSavingsManager.sol)    | [0x10bFcCae079f31c451033798a4Fd9D2c33Ea5487](https://explorer-mainnet.maticvigil.com/address/0x10bFcCae079f31c451033798a4Fd9D2c33Ea5487)           |
| [Liquidator](https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fmasset%2Fliquidator%2FLiquidator.sol) | [0x9F1C06CC13EDc7691a2Cf02E31FaAA64d57867e2](https://explorer-mainnet.maticvigil.com/address/0x9F1C06CC13EDc7691a2Cf02E31FaAA64d57867e2)           |
| {% endtab %}                                                                                                            |                                                                                                                                                    |

{% tab title="Mumbai Testnet" %}

| Contract        | Address                                    |
| --------------- | ------------------------------------------ |
| Nexus           | 0xCB4aabDb4791B35bDc9348bb68603a68a59be28E |
| Savings Manager | 0x86818a2EACcDC6e1C2d7A301E4Ebb394a3c61b85 |
| Liquidator      | 0x42fdF7abe24387b786ca317B46945F2792A964e1 |
| {% endtab %}    |                                            |
| {% endtabs %}   |                                            |


---

# 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://developers.mstable.org/polygon/shared-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.
