> For the complete documentation index, see [llms.txt](https://docs.lagrangedao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lagrangedao.org/mars-testnet/before-you-get-started.md).

# Before You Get Started

Before you embark on your Lagrange Mars Testnet journey, make sure to follow these steps to participate seamlessly:

### Set Up Metamask

Setup your MetaMask wallet for the Polygon testnet: Ensure your MetaMask wallet is configured to work with the Polygon testnet. You can find [guides](https://filswan.medium.com/how-to-add-polygon-mumbai-testnet-to-metamask-16a11db91214) on how to do this online.

```
Network Name: Mumbai Testnet
New RPC URL: https://rpc-mumbai.maticvigil.com/
Chain ID: 80001
Currency Symbol: MATIC
Block Explorer URL: https://mumbai.polygonscan.com

```

### Connect to the Lagrange

Visit <https://lagrangedao.org> and connect your MetaMask

#### Fund Your Wallet with test MATIC Tokens

Visit the [Polygon Testnet Faucet](https://faucet.polygon.technology/). Paste your address to the faucet website and get some test MATIC tokens sent to your wallet for exploring functions on Lagrange.

Please note that the function is on the Polygon Testnet environment and speed times may differ compared to mainnet usage.

#### Claim test LAG Tokens from Discord Faucet[​](https://docs.bnbchain.org/docs/bsc-faucet#claim-tbnb-tokens-from-discord-faucet)

To get some test LAG tokens of Lagrange testnet for testing purposes, you can join the discord and go to the [**testnet-faucet**](https://discord.gg/4VDX4nPZpb) channel under the **Mars - Testnet** section. There you can claim your test LAG token for free.

1. Type the command $faucet {your-wallet-address}.
2. Switch to the Mumbai Testnet, import tokens into your wallet, and check your balance.

`Token contract address:`

`0xD36e888b351F5AD1dFF8c609af3D1010ECA7e23b`

<br>


---

# 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.lagrangedao.org/mars-testnet/before-you-get-started.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.
