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

# Obter tokens de testnet gratuitos

Ao desenvolver uma dApp para a Chiliz Chain, você deve primeiro testá-la completamente na Spicy Testnet para garantir que esteja completa e segura, antes de implantá-la na Mainnet da Chiliz Chain.

Como a construção de uma dApp exige o uso do token nativo CHZ para pagar pelas transações, a Spicy Testnet possui seu próprio token nativo, o que permite testar sem pagar taxas da Mainnet.

Você pode obter esses tokens de teste gratuitamente em faucets, que são ferramentas que distribuem criptomoedas e/ou tokens de teste na testnet. Dependendo da blockchain, os tokens de teste podem ser gratuitos ou, pelo menos, uma fração do token da Mainnet.

Existem dois faucets da Spicy Testnet:

* [Spicy Faucet da Chiliz](https://spicy-faucet.chiliz.com/).
* [Faucet Chiliz para Testnet do Tatum](https://tatum.io/faucets/chiliz).

Ambos distribuem tokens gratuitamente, mas com um número limitado de tokens por dia.

## Usando um faucet para obter tokens de teste

{% hint style="success" %}
Antes de usar qualquer faucet, certifique-se de [<mark style="color:blue;">vincular sua Carteira MetaMask à Spicy Testnet</mark>](/pt-br/aprender/sobre-carteiras/como-usar-metamask/conectar-chiliz-chain-metamask.md).
{% endhint %}

{% content-ref url="/pages/vsJo30mrfuejA6N7MLcA" %}
[Obter CHZ de teste com o Spicy Faucet](/pt-br/desenvolver/basico/obter-tokens-testnet-gratis/obter-chz-teste-spicy-faucet.md)
{% endcontent-ref %}

{% content-ref url="/pages/IzZBIrDf2mzuF2fYzuqZ" %}
[Obter CHZ de teste com o Tatum Faucet](/pt-br/desenvolver/basico/obter-tokens-testnet-gratis/obter-chz-teste-tatum-faucet.md)
{% endcontent-ref %}

## Confirmando que você recebeu seus tokens de teste

Para confirmar o recebimento dos tokens CHZ de teste:

1. Acesse sua carteira MetaMask.
2. Clique no menu de 3 pontos (que indica Opções) e selecione "Ver no Explorer".<br>
3. Isso o levará à página da sua carteira no Spicy Explorer, onde você pode ver as transações mais recentes.


---

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