> For the complete documentation index, see [llms.txt](https://docs.xyo.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyo.network/developers/how-to-request-xl1-testnet-tokens-1.md).

# Run a Local Blockchain & Block Producer

This guide helps developers get hands-on with the XYO Layer One Protocol by walking through how to launch a fully local blockchain environment — including a working block producer and connected test wallet. Whether you prefer working with React or Node.js, you’ll be directed to the version that suits your workflow. You’ll spin up a local node, simulate real transactions, and interact with the blockchain using test tokens, all without touching an external testnet or using real funds. This guide is ideal for anyone looking to explore smart contract logic, experiment with transactions, or better understand how XYO Layer One handles execution and validation behind the scenes.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Install the XL1 Wallet</td><td><a href="/files/kRJZy7j6ZPlf4F4QkVkZ">/files/kRJZy7j6ZPlf4F4QkVkZ</a></td><td><a href="/pages/odT4iQbFnspmvf0hFl96">/pages/odT4iQbFnspmvf0hFl96</a></td></tr><tr><td></td><td><a href="/files/xNvK3q5SM6JpXhMpNQl0">/files/xNvK3q5SM6JpXhMpNQl0</a></td><td><a href="/pages/iaJmCdBhIQXKGT98d9Kd">/pages/iaJmCdBhIQXKGT98d9Kd</a></td></tr><tr><td>Coming Soon!</td><td><a href="/files/hW9MPHjLGNdcyCjWhpQv">/files/hW9MPHjLGNdcyCjWhpQv</a></td><td></td></tr></tbody></table>


---

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