> 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/jp/kaihatsu/kihon/testnet-token-nyushu.md).

# 無料の testnet token を入手する

Chiliz Chain 向けに dApp を開発する際は、Chiliz Chain Mainnet にデプロイする前に、まず Spicy Testnet 上で十分にテストし、完全かつ安全であることを確認する必要があります。

dApp の構築では、トランザクションの支払いに CHZ ネイティブトークンを使用する必要があります。Spicy Testnet には独自のネイティブトークンがあり、Mainnet の手数料を支払うことなくテストを行えます。

こうしたテストトークンは faucet から無料で入手できます。faucet とは、testnet 上でテスト用の暗号コインやトークンを配布するツールです。ブロックチェーンによっては、テストトークンは無料の場合もあれば、少なくとも Mainnet トークンのごく一部の価格で入手できる場合もあります。

Spicy Testnet には 2 つの faucet があります。

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

どちらも無料でトークンを配布しますが、1 日あたりのトークン数には上限があります。

## faucet を使ってテストトークンを入手する

{% hint style="success" %}
faucet を使用する前に、必ず MetaMask ウォレットを Spicy Testnet にリンクしてください。
{% endhint %}

[spicy-faucet.md](/jp/kaihatsu/kihon/testnet-token-nyushu/spicy-faucet.md)

[tatum-faucet.md](/jp/kaihatsu/kihon/testnet-token-nyushu/tatum-faucet.md)

## テストトークンを受け取ったことを確認する

テスト CHZ トークンの受け取りを確認するには、次の手順を実行します。

1. MetaMask ウォレットを開きます。
2. 3 点メニュー（オプションを示します）をクリックし、「View on Explorer」を選択します。\
   ![](/files/V0kq0LBQOrMLVTJsH7cr)
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:

```
GET https://docs.chiliz.com/jp/kaihatsu/kihon/testnet-token-nyushu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
