> 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/pt-br/desenvolver/basico/obter-tokens-testnet-gratis/obter-chz-teste-spicy-faucet.md).

# Obter CHZ de teste com o Spicy Faucet

O Spicy Faucet da Chiliz permite receber 20 tokens CHZ de teste a cada 24 horas.

Para transferir tokens CHZ de teste para sua carteira usando o Spicy Faucet, siga estes passos:

1. Vá para sua carteira MetaMask e copie o endereço da carteira para a área de transferência\_.\_![](/files/7E33RvjEGj6tzUoEaNK6)
2. Acesse a [página do Spicy Faucet](https://spicy-faucet.chiliz.com/).
3. Cole o endereço da sua carteira MetaMask no campo de texto.<br>

   <figure><img src="/files/MefxraR5YecXknHqRBCY" alt=""><figcaption></figcaption></figure>
4. Se você tiver um código bônus, insira no campo dedicado.

   <figure><img src="/files/s1V33HHw8cOYz08XZeEF" alt=""><figcaption></figcaption></figure>
5. Confirme que você é humano.<br>

   <figure><img src="/files/F7xr362Bq5jdiXa2zIYK" alt=""><figcaption></figcaption></figure>
6. Confirme sua solicitação.

Em poucos minutos, você deverá ver os tokens CHZ de teste na sua carteira.

Para confirmar o recebimento dos testCHZs:

1. Vá para sua carteira MetaMask.
2. Selecione sua conta MetaMask. Clique no *menu de 3 pontos* (que indica Opções). Selecione **Ver Conta no Explorer**.

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

{% hint style="info" %}
**Em caso de problema**

Caso sua transação não seja processada, você pode visualizar e verificar os detalhes no [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/pt-br/desenvolver/basico/obter-tokens-testnet-gratis/obter-chz-teste-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.
