> For the complete documentation index, see [llms.txt](https://docs.masqbrowser.com/masq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.masqbrowser.com/masq/masq-token/testnet-contracts.md).

# Testnet Contracts (dev)

These are archived testnet contract addresses for developer reference only. Polygon Mumbai was deprecated by the Polygon team and replaced by Polygon Amoy. MASQ Browser and live products run on Base mainnet — see [Contract Addresses](/masq/masq-token/masq-erc20.md).

## Base Sepolia

<details>

<summary>Base Sepolia<br>Token Contract: <a href="https://sepolia.basescan.org/token/0x898E1cE720084A902Bc37dD822eD6D6a5F027E10"><code>0x898E1cE720084A902Bc37dD822eD6D6a5F027E10</code></a></summary>

tMASQ - 18 decimals

</details>

## Polygon Amoy

<details>

<summary>Polygon Amoy<br>Token Contract: <a href="https://amoy.polygonscan.com/token/0xd98c3ebd6b7f9b7cda2449ecac00d1e5f47a8193"><code>0xd98c3ebd6b7f9b7cda2449ecac00d1e5f47a8193</code></a></summary>

tMASQ - ERC20 - 18 decimals

</details>

***

<details>

<summary>#Deprecated</summary>

**Polygon Mumbai (deprecated by Polygon — replaced by Amoy)**

*tMASQ - ERC20 - 18 decimals*

*Token Contract: `0x9b27034acabd44223fb23d628ba4849867ce1db2`*

**Ethereum Ropsten (deprecated)**

*SHRD - ERC20 - 18 decimals*

*Token Contract: `0x384dec25e03f94931767ce4c3556168468ba24c3`*

</details>


---

# 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://docs.masqbrowser.com/masq/masq-token/testnet-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.
