# Request XL1 Testnet Tokens

To interact with the XYO Layer One Testnet, you’ll need XL1 Test Tokens. These tokens are used only for testing and have no monetary value. They allow you to pay gas fees, test transactions, and experiment with dApps during the public beta.

### Steps to Request Tokens

1. **Install the XL1 Wallet**\
   Follow the [XL1 Wallet Instructions](/developers/xl1-wallet/get-xl1-browser-wallet.md) and create a wallet address.
2. **Submit the Application Form**\
   Provide your XL1 wallet address by completing the [XL1 Test Token Application Form](https://docs.google.com/forms/d/e/1FAIpQLSfny40JGKGl0y2cZeQrp70t6FImoJ2rkrWqmeHtA75EvbmSPQ/viewform?ref=xyo-network.ghost.io).
3. **Wait for Distribution**\
   Tokens are distributed manually. Please allow up to **7 business days** for processing, or longer wait times during busy times for the XYO Team.
4. **Start Testing**\
   Once received, your XL1 Test Tokens will appear in your wallet, ready for use in Testnet dApps and transactions.

### Notes

* Tokens are for **Testnet use only** and carry **no real-world value**.
* Feedback and bug reports can be submitted through the [XYO GitHub Issues page](https://github.com/XYOracleNetwork).


---

# 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.xyo.network/developers/how-to-request-xl1-testnet-tokens.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.
