> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-spicy-faucet.md).

# Obtain test CHZ tokens with Spicy Faucet

Chiliz's Spicy Faucet allows you to receive 20 test CHZ tokens every 24 hours.

To transfer test CHZ tokens to your wallet using Spicy Faucet, follow these steps:

1. Go to your MetaMask Wallet and copy your wallet address to the clipboar&#x64;*.*![](/files/BM2DLOmO4UFRgWV5yhFm)
2. Go to the [Spicy Faucet webpage](https://spicy-faucet.chiliz.com/).
3. Paste your MetaMask wallet address in the text field.<br>

   <figure><img src="/files/DDTizUB1DeIHZYCh0Ikw" alt=""><figcaption></figcaption></figure>
4. If you have a bonus code, add in the dedicated field.

   <figure><img src="/files/83aFSbGQEhjHxxSKOeQ2" alt=""><figcaption></figcaption></figure>
5. Confirm that you are human.<br>

   <figure><img src="/files/FgT8NNb7Xk737yj1fEeN" alt=""><figcaption></figcaption></figure>
6. Confirm your request.

Within minutes, you should see the test CHZ tokens in your wallet.

To confirm the reception of the testCHZs:

1. go to your MetaMask wallet.
2. Select your MetaMask account. Click on the *3-dot menu* (which indicates Options). Select **View Account in Explorer**.

<figure><img src="/files/NLuPLbTz5AODmp06zzYl" alt="" width="336"><figcaption></figcaption></figure>

{% hint style="info" %}
**In case of issue**

In case your transaction doesn't go through, you can view and check for details on the [Spicy Block Explorer](https://spicy-explorer.chiliz.com/).
{% endhint %}


---

# 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.chiliz.com/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-spicy-faucet.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.
