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

# Faucets

To be able to test AshSwap, you need both, our faucets for tokens and MultiversX's faucet for transaction fees.

Update on JAN 05, 2023:

* AshSwap Devnet official faucet: <https://faucet-devnet.ashswap.io/>
* You will need to have dEGLD as a gas fee before claiming the AshSwap faucet, link: <https://r3d4.fr/faucet>

> Do not forget to choose "Devnet" on the Network list.

## dEGLD Faucet - gas fee

Go to <https://r3d4.fr/faucet> and paste your wallet address, choose Devnet network, click Submit, and you have enough dEGLD for many transactions. So easy, I sometimes wish this is real EGLD.

<figure><img src="/files/pnuhLp8CkKy19X4Qjt49" alt=""><figcaption><p>As much xEGLD as you want</p></figcaption></figure>

In case the r3d4 faucet does not work properly, let's visit <https://wallet.elrond.com/unlock/walletconnect>, connect your devnet wallet & claim the dEGLD there.

## AshSwap Devnet Faucet

🔗 <https://faucet-devnet.ashswap.io/>

You can claim the assets every 24 hours

<figure><img src="/files/M1mRD9I5oRHM0wu6tMmO" alt=""><figcaption><p>Choose your assets: Tether or USD Coin, and, Ren BTC or Wrapped BTC</p></figcaption></figure>

<figure><img src="/files/ykRya6fA6ZSA24THUDFy" alt=""><figcaption></figcaption></figure>

Now you're good to go. Have fun using AshSwap!


---

# 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.ashswap.io/resources/devnet/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.
