> 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-tatum-faucet.md).

# Obter CHZ de teste com o Tatum Faucet

O Spicy Faucet da Tatum permite receber 10 tokens CHZ de teste a cada 24 horas.

{% hint style="info" %}
Você precisa primeiro se cadastrar no [**Tatum Dashboard**](https://dashboard.tatum.io/signup).
{% endhint %}

Para transferir tokens CHZ de teste para sua carteira usando o Faucet da Tatum, 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 o [Tatum Dashboard](https://dashboard.tatum.io/).
3. Clique no item de menu "Faucets" (pode ser necessário rolar a página), ou [acesse a página diretamente](https://dashboard.tatum.io/faucets).
4. Role até "Chiliz Spicy Testnet" (ou use a barra de pesquisa) e clique para abrir a aba.<br>

   <figure><img src="/files/5kjELOqG2Qn4xLB4kyN3" alt=""><figcaption></figcaption></figure>
5. Cole o endereço da sua carteira MetaMask no campo de texto.
6. Clique em "Claim tokens".

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


---

# 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-tatum-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.
