> For the complete documentation index, see [llms.txt](https://docs.zedscan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zedscan.net/general-1/network-details/token-faucets.md).

# ZEDXION Faucet

The ZEDXION Faucet allows developers and users to receive a small amount of ZEDX tokens for testing purposes within the ZEDXION network. This service is beneficial for testing transactions, interacting with dApps, and exploring network functionalities without the need for actual tokens.

### How It Works

The faucet provides 1 ZEDX token per request to the wallet address specified. This token distribution is designed for testing and development purposes only, with limits to prevent abuse.

### To use the faucet, follow these steps:

* Enter Your Address: Input the address you wish to fund with ZEDX tokens in the designated field.
* Click ‘Request’: After entering a valid address, press the Request button.
* Receive Tokens: If the request is successful, 1 ZEDX token will be sent to the specified address.

{% hint style="info" %}
The faucet is intended for test use on the ZEDXION network. Abuse of the faucet may result in restrictions on its use.
{% endhint %}

{% hint style="warning" %}
At present, the faucet service is temporarily paused. We are working on improvements and maintenance to enhance the service. For updates, please check back on this page or visit our [official channels](https://faucet.zedscan.net).
{% endhint %}

### Technical Details

* **Source Address**: The faucet tokens are dispensed from the address **0x79ae54E3eC5F122976A89D7C66F1459D7b38d050**.
* **Token Limit**: 1 ZEDX per request.
* **Frequency Limit**: Requests are limited to prevent spam and ensure fair access for all users.


---

# 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.zedscan.net/general-1/network-details/token-faucets.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.
