> For the complete documentation index, see [llms.txt](https://docs.asterdex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asterdex.com/aster-chain/testnet.md).

# Testnet

### **What is the Aster Testnet?**

The Aster Testnet is a blockchain network established solely for testing new features and products for Aster users. No tokens — or trades made — on the testnet have any financial value.

### **How to use the Aster Testnet**

#### **Accessing the Testnet**

You can access the Testnet via [www.asterdex-testnet.com](https://www.asterdex-testnet.com).

The default network is **BNB Chain Testnet**. Please make sure your wallet supports BNB Chain Testnet before proceeding.

<figure><img src="/files/5B3WMELloZqgocXuPBl0" alt=""><figcaption></figcaption></figure>

### Get Testnet Tokens&#x20;

Users can claim Testnet tokens from the [Faucet page](https://www.asterdex-testnet.com/en/faucet).

Each user can claim:

* 1,000 USDT (Testnet)
* 1,000 ASTER (Testnet)

Token claims are available **once per day.**

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

### **Important Notes**

* The Testnet does not support user-initiated deposits, withdrawals, or internal transfers at this stage.
* Please manage your Testnet assets carefully and do not treat Testnet tokens as real assets.


---

# 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.asterdex.com/aster-chain/testnet.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.
