> For the complete documentation index, see [llms.txt](https://docs.mobius.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/how-to-get-testnet-tokens.md).

# 📌How to get Testnet Tokens?

{% hint style="info" %}
To see your tokens on Metamask, users need to add the token contracts manually. You can find the contract address [here](/technical-resources/contract-addresses.md).
{% endhint %}

### Polygon Faucet (MATIC) <a href="#matic-faucet" id="matic-faucet"></a>

![](/files/-MjTUbpdWLcNC0HNKDIT)

In order to test the Möbius Finance Beta, users are required to have MATIC(testnet) to cover gas fees used for transactions and to interact with smart contracts. The MATIC faucet provides free MATIC tokens for their Mumbai Testnet. Go to [`https://faucet.polygon.technology/`](https://faucet.polygon.technology/) and follow the simple steps to get some MATIC tokens.<br>

### Möbius Test tokens <a href="#moebius-test-tokens" id="moebius-test-tokens"></a>

#### Möbius Faucet <a href="#moebius-faucet" id="moebius-faucet"></a>

![](/files/-MjhQ3L0yfFHuf_niD2G)

In order to test the platform, users can get test tokens through the Mobius Finance Faucet. To get test tokens, go to the **Utilities** page and click on the **"Claim test tokens button"**. This will grant users 200 MOT, 1000 MDAI (Test DAI), and 0.25 METH (Test ETH).&#x20;

Each address can only claim test tokens once to ensure the accessibility of test tokens to all users.&#x20;


---

# 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.mobius.finance/resourses/testnet-guides-mumbai-network/how-to-get-testnet-tokens.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.
