# Testnet Faucet

## Testnet Faucet

**WEMIX3.0의 Testnet Faucet**은 블록체인 네트워크에서 스마트 컨트랙트를 개발하고 실험하기 위한 자금을 제공하는 무료 웹 서비스로, 개발자들은 메인넷에서 WEMIX를 구매하지 않고도 tWEMIX와 tWEMIX$를 얻어 위믹스 생태계의 다양한 기능을 테스트할 수 있습니다.

현재, Testnet Faucet은 tWEMIX와 tWEMIX$를 지원하며, tWEMIX는 테스트넷의 네이티브 코인으로, 가스비 지불 등을 위해 반드시 필요합니다. tWEMIX$는 공식 테스트 스테이블코인으로, WEMIX.Fi나, PNIX DEX나 Kurrency와 같은 스테이블코인과 관련된 기능을 실험하는 데 사용할 수 있습니다.

{% hint style="danger" %}
Testnet Faucet을 통해 제공되는 tWEMIX와 tWEMIX$는 개발 및 테스트 목적으로만 사용 가능하며, 메인넷에서 사용할 수 없습니다.
{% endhint %}

## Testnet Faucet 사용하기 <a href="#how-to-get-twemix" id="how-to-get-twemix"></a>

Testnet Faucet은 별도의 웹 페이지를 통해 제공되며, 사용자의 MetaMask 지갑 주소로 테스트 자금을 받을 수 있습니다. tWEMIX 혹은 tWEMIX$를 선택하여 지갑 주소를 입력하면 약 10초 이내 자금이 전송됩니다. Faucet 사용 시 1회당 10 tWEMIX와 100 WEMIX$가 제공됩니다. Faucet은 1회당 지원되는 자금을 모두 사용해야 다시 사용할 수 있습니다.

{% embed url="<https://wallet.test.wemix.com/faucet>" %}

{% hint style="info" %}
Testnet Faucet의 자세한 사용법은 [Test Coin](/ko/tutorial/test-coin.md) 받기에서 확인할 수 있습니다.
{% endhint %}


---

# Agent Instructions: 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.wemix.com/ko/quick-start/testnet-faucet.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.
