# Zetrix Faucet

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

### Claiming Test ZTX Tokens

This document provides official guidance on how to claim **test ZTX tokens** using the **Zetrix Faucet**. The faucet is intended for developers and testers who require ZTX for development, testing, and integration on the Zetrix network.

URL : <https://faucet.zetrix.com/>&#x20;

***

### Overview

The Zetrix Faucet allows eligible users to receive a limited amount of ZTX tokens for testing purposes.

* **Network**: Zetrix (Test environment)
* **Daily Limit**: 1 ZTX per wallet per day
* **Purpose**: Smart contract deployment, transaction testing, and API integration

***

### Accessing the Zetrix Faucet

1. Open a web browser and navigate to the **Zetrix Faucet** page.
2. The page will display the title **“Zetrix Faucet”** with a wallet input field and a claim button.

***

### Prerequisites

Before claiming tokens, ensure that you have:

* A valid **Zetrix wallet address** (format starts with `ZTX`)
* Access to the Zetrix Faucet page

***

### Claiming ZTX Tokens

#### Step 1: Enter Wallet Address

* In the **Zetrix Wallet** field, enter your wallet address (e.g., `ZTX3...`).
* Ensure the wallet address is correct. Tokens sent to an incorrect address cannot be recovered.

#### Step 2: Submit Faucet Request

* Click **Give me ZTX!** to submit the request.

#### Step 3: Transaction Processing

* Upon successful submission, the faucet will initiate a transfer of ZTX tokens to the specified wallet.
* Transaction details will be displayed under **Your Transaction**.

***

### Transaction Confirmation

* The **Your Transaction** section displays the transaction reference once the request is processed.
* Users may use the transaction hash to verify the transfer on the Zetrix blockchain explorer, if applicable.

***

### Usage Limitations

* Each wallet address is limited to **1 ZTX per day**.
* Multiple requests within the same day using the same wallet address are not permitted.
* Abuse or automated usage of the faucet may result in temporary or permanent restriction.

***

### Security and Best Practices

* Use the faucet **only for development and testing purposes**.
* Do not use production wallet addresses.
* Do not share private keys or sensitive wallet credentials.
* Store your wallet address and test tokens securely.


---

# 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.zetrix.com/en/developer-resources/zetrix-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.
