> For the complete documentation index, see [llms.txt](https://docs.assetchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.assetchain.org/tools/faucets.md).

# Faucets

### POW Faucet <a href="#public-rpc-archival-node" id="public-rpc-archival-node"></a>

This is an $RWA Faucet running on the Asset Chain Testnet. This faucet requires some mining work to be done in exchange for free testnet funds.

{% embed url="<https://faucet.assetchain.org/>" %}

### How To Use The Faucet

Follow the steps below on how to claim test RWA from the faucet:

1. Visit the link above, paste your wallet address into the input. Then click on start mining.

<figure><img src="https://raw.githubusercontent.com/theiceeman/asset-chain-assets/main/gitbooks/faucet/1.png" alt="" width="563"><figcaption><p>begin mining on faucet</p></figcaption></figure>

2. The faucet will begin the process of mining some test RWA tokens that will be sent to you. The longer you allow the faucet to mine, the more Test RWA you'll earn. You can click `stop mining` once you're done.

<figure><img src="https://raw.githubusercontent.com/theiceeman/asset-chain-assets/main/gitbooks/faucet/2.png" alt="" width="563"><figcaption><p>mining token</p></figcaption></figure>

3. Once you're done mining, the faucet directs you to claim your Test RWA.

<figure><img src="https://raw.githubusercontent.com/theiceeman/asset-chain-assets/main/gitbooks/faucet/3.png" alt="" width="563"><figcaption><p>claim rewards</p></figcaption></figure>

4. If your claim is successful, proceed to check the wallet address you entered previously, on the Asset Chain Testnet for deposit of your Test RWA.

<figure><img src="https://raw.githubusercontent.com/theiceeman/asset-chain-assets/main/gitbooks/faucet/4.png" alt="" width="563"><figcaption><p>claim successful</p></figcaption></figure>

{% hint style="success" %}
Congratulations on claiming your test RWA!\
Proceed to explore the blockchain, built for Real World Assets.
{% endhint %}

{% hint style="info" %}
For supported Testnet tokens, used to bridge & swap; just reach out to the team [here](https://t.me/XendFinanceDevs)
{% endhint %}


---

# 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.assetchain.org/tools/faucets.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.
