> 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/pl/tworzenie/podstawy/tokeny-testnet.md).

# Tokeny testnet

Podczas tworzenia dApp dla Chiliz Chain musisz najpierw dokładnie przetestować ją na Spicy Testnet, by upewnić się, że jest kompletna i bezpieczna — zanim wdrożysz ją na Chiliz Chain Mainnet.

Ponieważ budowanie dApp wymaga używania natywnego tokena CHZ do opłacania transakcji, Spicy Testnet ma własny natywny token, który pozwala na testowanie bez ponoszenia opłat Mainnet.

Takie tokeny testowe możesz uzyskać za darmo przez Faucet — narzędzia, które dystrybuują testowe kryptowaluty i/lub tokeny na testnecie. W zależności od blockchaina, tokeny testowe mogą być bezpłatne lub dostępne za ułamek wartości tokena Mainnet.

Dostępne są dwa Faucety Spicy Testnet:

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

Oba dystrybuują tokeny za darmo, ale z ograniczoną liczbą tokenów dziennie.

## Używanie Faucet do uzyskiwania tokenów testowych

{% hint style="success" %}
Przed użyciem jakiegokolwiek Faucet upewnij się, że [połączyłeś swój portfel MetaMask z Spicy Testnet](/pl/nauka/o-portfelach/jak-uzywac-metamask/polaczenie-chiliz-chain-metamask.md).
{% endhint %}

[Tokeny testowe przez Spicy Faucet](/pl/tworzenie/podstawy/tokeny-testnet/tokeny-testnet-spicy-faucet.md)

[Tokeny testowe przez Tatum Faucet](/pl/tworzenie/podstawy/tokeny-testnet/tokeny-testnet-tatum-faucet.md)

## Potwierdzenie otrzymania tokenów testowych

Aby potwierdzić odbiór testowych tokenów CHZ:

1. Przejdź do portfela MetaMask.
2. Kliknij menu z 3 kropkami (Opcje) i wybierz "Wyświetl w Explorerze".\
   ![](/files/0lGPjgm10tH9RnCteTKk)
3. Przeniesie cię to na stronę portfela w Spicy Explorer, gdzie możesz zobaczyć ostatnie transakcje.


---

# 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/pl/tworzenie/podstawy/tokeny-testnet.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.
