> 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/ko/gaebal/gibon/teseuteuseunet-token.md).

# 무료 Testnet 토큰 받기

Chiliz Chain용 dApp을 개발할 때는 Chiliz Chain Mainnet에 배포하기 전에 Spicy Testnet에서 완전하고 안전하게 테스트해야 합니다.

dApp 구축에는 트랜잭션 수수료 지불을 위해 CHZ 네이티브 토큰이 필요합니다. Spicy Testnet은 자체 네이티브 토큰을 가지고 있어 Mainnet 수수료 없이 테스트할 수 있습니다.

이러한 테스트 토큰은 테스트넷에서 테스트 암호화폐 코인 및/또는 토큰을 배포하는 도구인 Faucet에서 무료로 받을 수 있습니다. 블록체인에 따라 테스트 토큰이 무료이거나 Mainnet 토큰의 일부에 해당하는 금액이 필요할 수 있습니다.

Spicy Testnet Faucet은 두 가지가 있습니다.

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

두 Faucet 모두 무료로 토큰을 배포하지만 하루 제공량에 제한이 있습니다.

## Faucet으로 테스트 토큰 받기

{% hint style="success" %}
Faucet을 사용하기 전에 [<mark style="color:blue;">MetaMask 지갑을 Spicy Testnet에 연결</mark>](/ko/baeuggi/jigap/metamask-sayong/chiliz-metamask-yeongyeol.md)했는지 확인하세요.
{% endhint %}

{% content-ref url="/pages/YP1IHmfzvKUb4Yawmtn6" %}
[Spicy Faucet으로 테스트 CHZ 받기](/ko/gaebal/gibon/teseuteuseunet-token/spicy-faucet-chz.md)
{% endcontent-ref %}

{% content-ref url="/pages/MwJ2d9tPEXE4sllq0isO" %}
[Tatum Faucet으로 테스트 CHZ 받기](/ko/gaebal/gibon/teseuteuseunet-token/tatum-faucet-chz.md)
{% endcontent-ref %}

## 테스트 토큰 수령 확인

테스트 CHZ 토큰 수령을 확인하는 방법:

1. MetaMask 지갑으로 이동합니다.
2. 3점 메뉴(옵션 표시)를 클릭하고 "탐색기에서 보기"를 선택합니다.\
   ![](/files/KU26dzMSrJjX7229yFps)
3. Spicy Explorer의 지갑 페이지로 이동되며, 최신 트랜잭션을 확인할 수 있습니다.


---

# 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/ko/gaebal/gibon/teseuteuseunet-token.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.
