# Testnet Faucet

## Testnet Faucet

The **WEMIX3.0 Testnet Faucet** is a free web service that provides funding for developing and experimenting with smart contracts on the blockchain network. Developers can obtain tWEMIX and tWEMIX$ without purchasing WEMIX on the mainnet, allowing them to test various features of the WEMIX ecosystem.

Currently, the Testnet Faucet supports tWEMIX and tWEMIX$. tWEMIX serves as the native coin for the testnet and is essential for gas fees and other payments. tWEMIX$ is the official test stablecoin and can be used to experiment with functions related to stablecoins such as WEMIX.Fi, PNIX DEX, or Kurrency.

{% hint style="danger" %}
The tWEMIX and tWEMIX$ provided through the Testnet Faucet are only available for development and testing purposes and cannot be used on the mainnet.
{% endhint %}

## Using the Testnet Faucet

The Testnet Faucet is provided through a separate web page, and users can receive test funds to their MetaMask wallet address. By selecting either tWEMIX or tWEMIX$ and entering your wallet address, funds will be sent within approximately 10 seconds. When using the Faucet, 10 tWEMIX and 100 WEMIX$ are provided per transaction. You must use up all the funds provided in one transaction before being able to use the Faucet again.

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

{% hint style="info" %}
You can find detailed instructions on how to use the Testnet Faucet to receive test coins in the [Receive Test Coin](/en/tutorial/receive-test-coin.md) section.
{% 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/en/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.
