# 🪙Get Testnet Funds

To start testing and developing on the TAN Testnet, you need Testnet funds. These funds are free and used solely for testing purposes. Here’s a step-by-step guide on how to obtain Testnet funds for

## Steps to Get Testnet Funds <a href="#steps-to-get-testnet-funds" id="steps-to-get-testnet-funds"></a>

### Step 1 : Open Metamask and Switch to TAN Testnet <a href="#step-1-open-metamask-and-switch-to-taral-testnet" id="step-1-open-metamask-and-switch-to-taral-testnet"></a>

* Open your MetaMask wallet.
* Ensure you have already added the TAN Testnet network to your MetaMask. If not, follow the [***Adding TAN to MetaMask***](https://app.gitbook.com/o/nC9mJuubvvzkG7dnYGaU/s/XMQYfACyWKWFvsl6LV4r/~/changes/1/getting-started/add-tan-to-metamask)[ ](https://metamask.io/)guide.
* Click on the network dropdown at the top of the MetaMask interface and select ***"TAN Testnet."***

### Step 2 : Copy your Metamask Address <a href="#step-2-copy-your-metamask-address" id="step-2-copy-your-metamask-address"></a>

Once you're on the TAN Testnet network, click on your account name at the top of MetaMask to copy your wallet address.

### Step 3 : Visit the TAN Testnet Faucet <a href="#step-3-visit-the-taral-testnet-faucet" id="step-3-visit-the-taral-testnet-faucet"></a>

* Open your web browser and navigate to the [***TAN Testnet Faucet***](https://app.tan.live/)*.*
* In the faucet interface, you will typically find a field to enter your MetaMask wallet address.

### Step 4 : Request Testnet Funds <a href="#step-4-request-testnet-funds" id="step-4-request-testnet-funds"></a>

* Paste your copied MetaMask address into the faucet's address field.
* Click the button to request Testnet funds. This button is usually labeled "***Claim TAN***".

### Step 5 : Confirm Fund Receipt <a href="#step-5-confirm-fund-receipt" id="step-5-confirm-fund-receipt"></a>

* After submitting your request, the faucet will send Testnet funds to your MetaMask wallet.
* Open MetaMask and check your balance to confirm that the Testnet funds have been received. This may take a few moments.

You have successfully obtained Testnet funds for the TAN Testnet. You can now start developing and testing your decentralized applications on the TAN blockchain. Enjoy building and experimenting with your projects!


---

# 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://docs.tan.live/getting-started/get-testnet-funds.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.
