# Obtain Free Testnet Tokens

When developping a dApp for Chiliz Chain, you must first test it thoroughly on Spicy Testnet to ensure that it is complete and secure, before deploying it to Chiliz Chain Mainnet.

Since building a dApp requires the use of the CHZ native token in order to pay for transaction. Spicy Testnet has its own native token, which allows you to test without paying Mainnet fees.

You can obtain such test tokens for free on faucets, which are tools that distribute test crypto coins and/or tokens on the testnet. Depending on the blockchain, test tokens can be free, or at least a fraction of the Mainnet token.

There are two Spicy Testnet faucets:

* [Chiliz's Spicy Faucet](https://spicy-faucet.chiliz.com/).
* [Tatum's Chiliz Faucet for Testnet](https://tatum.io/faucets/chiliz).

Both distribute tokens for free, but with a limited number of tokens per day.

## Using a faucet to obtain test tokens

{% hint style="success" %}
Before you use any faucet, make sure to [<mark style="color:blue;">link your MetaMask Wallet to Spicy Testnet</mark>](/learn/about-wallets/how-to-use-metamask/link-chiliz-chain-and-metamask.md).
{% endhint %}

{% content-ref url="/pages/pSnxTrkRntJoWK3Y3ha0" %}
[Obtain test CHZ tokens with Spicy Faucet](/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-spicy-faucet.md)
{% endcontent-ref %}

{% content-ref url="/pages/j6kEGLwbJyyzzkiSnbuZ" %}
[Obtain test CHZ tokens with Tatum Faucet](/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-tatum-faucet.md)
{% endcontent-ref %}

## Confirming that you have received your test tokens

To confirm the reception of the test CHZ tokens:

1. Go to your MetaMask wallet.
2. Click on the 3-dot menu (which indicates Options) and select "View on Explorer".\
   ![](/files/NhXhCXipH0keGLUMl4hc)
3. This will take you to your wallet's page on Spicy Explorer, where you can see that latest transactions.


---

# 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.chiliz.com/develop/basics/obtain-free-testnet-tokens.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.
