> For the complete documentation index, see [llms.txt](https://developers.mstable.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.mstable.org/contracts/governance.md).

# Governance

{% tabs %}
{% tab title="Ethereum Mainnet" %}

<table data-header-hidden><thead><tr><th width="247">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Contract</td><td>Address</td></tr><tr><td><a href="https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fshared%2FMetaToken.sol">Meta (MTA)</a></td><td><a href="https://etherscan.io/token/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2">0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2</a></td></tr><tr><td>Voting Meta Token (vMTA, deprecated) V1</td><td><a href="https://etherscan.io/address/0xae8bc96da4f9a9613c323478be181fdb2aa0e1bf">0xaE8bC96DA4F9A9613c323478BE181FDb2Aa0E1BF</a></td></tr><tr><td><a href="https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fgovernance%2Fstaking%2FStakedTokenMTA.sol">Staked Token MTA (stkMTA) V2</a></td><td><a href="https://etherscan.io/address/0x8f2326316ec696f6d023e37a9931c2b2c177a3d7">0x8f2326316eC696F6d023E37A9931c2b2C177a3D7</a></td></tr><tr><td><a href="https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fgovernance%2Fstaking%2FStakedTokenBPT.sol">Staked Token BPT (stkBPT) V2</a></td><td><a href="https://etherscan.io/address/0xeFbe22085D9f29863Cfb77EEd16d3cC0D927b011">0xeFbe22085D9f29863Cfb77EEd16d3cC0D927b011</a></td></tr><tr><td><a href="https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fgovernance%2Fstaking%2FQuestManager.sol">Quest Manager</a></td><td><a href="https://etherscan.io/address/0x861f12764780896FD783eA615Dd55Df0FF865752">0x861f12764780896FD783eA615Dd55Df0FF865752</a></td></tr><tr><td><a href="https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fupgradability%2FDelayedProxyAdmin.sol">Delayed Proxy Admin</a></td><td><a href="https://etherscan.io/address/0x5C8eb57b44C1c6391fC7a8A0cf44d26896f92386">0x5C8eb57b44C1c6391fC7a8A0cf44d26896f92386</a></td></tr><tr><td><a href="https://github.com/mstable/mStable-contracts/blob/master/contracts%2Frewards%2FRewardsDistributor.sol">Rewards Distributor</a></td><td><a href="https://etherscan.io/address/0x04dfDfa471b79cc9E6E8C355e6C71F8eC4916C50">0x04dfDfa471b79cc9E6E8C355e6C71F8eC4916C50</a></td></tr><tr><td>Protocol DAO Gnosis Safe</td><td><a href="https://etherscan.io/address/0xF6FF1F7FCEB2cE6d26687EaaB5988b445d0b94a2">0xF6FF1F7FCEB2cE6d26687EaaB5988b445d0b94a2</a></td></tr><tr><td>Treasury DAO Gnosis Safe</td><td><a href="https://etherscan.io/address/0x3dd46846eed8D147841AE162C8425c08BD8E1b41">0x3dd46846eed8D147841AE162C8425c08BD8E1b41</a></td></tr><tr><td><a href="https://github.com/mstable/mStable-contracts/blob/master/contracts%2Fsavings%2FPoker.sol">Poker of Boosted Savings Vaults</a></td><td><a href="https://etherscan.io/address/0x8E1Fd7F5ea7f7760a83222d3d470dFBf8493A03F">0x8E1Fd7F5ea7f7760a83222d3d470dFBf8493A03F</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Ropsten Testnet" %}

| Contract                 | Address                                    |
| ------------------------ | ------------------------------------------ |
| Meta (MTA)               | 0x273bc479E5C21CAA15aA8538DecBF310981d14C0 |
| Voting Meta Token (vMTA) | 0x77f9bf80e0947408f64faa07fd150920e6b52015 |
| Delayed Proxy Admin      | 0x2d369F83E9DC764a759a74e87a9Bc542a2BbfdF0 |
| Rewards Distributor      | 0x683eB4a6Ddd554A0dB1837E3981be6FFd2C8F333 |
| {% endtab %}             |                                            |
| {% endtabs %}            |                                            |


---

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

```
GET https://developers.mstable.org/contracts/governance.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.
