> 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

Run an isolated XL1 blockchain and block producer for local development.

Run a private XL1 environment on your computer, including a block producer and test wallet. This is the safest place to learn how XL1 handles accounts, payloads, transactions, and finalization because it does not connect to a public network or use tokens with monetary value.

<table data-view="cards"><thead><tr><th></th><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><strong>Browser wallet</strong></td><td>Install the XL1 Wallet before following the browser guide.</td><td><a href="https://2772193239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksLB8OMIe18LYmW7pYCd%2Fuploads%2FxdQ9XFzIqohh7qM2sFDQ%2Fwallet-light.webp?alt=media&amp;token=e4c39041-e679-47ea-8baf-d23dc3e1c2a5">wallet-light.webp</a></td><td><a href="/developers/xl1-wallet/get-xl1-browser-wallet.md">Get XL1 Browser Wallet</a></td></tr><tr><td><strong>React</strong></td><td>Run XL1 locally and interact with it from a browser application.</td><td><a href="https://2772193239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksLB8OMIe18LYmW7pYCd%2Fuploads%2Fhl8lX8D1GhLH3tduMdwU%2Fblock-producer%20(2).webp?alt=media&amp;token=53444c38-f621-4872-80c2-82ad58b4ae55">block-producer (2).webp</a></td><td><a href="/developers/how-to-request-xl1-testnet-tokens-1/introduction.md">Run with React</a></td></tr><tr><td><strong>Node.js</strong></td><td>Run XL1 locally and interact with it from a Node.js application.</td><td><a href="https://2772193239-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksLB8OMIe18LYmW7pYCd%2Fuploads%2F5nqlZc32iVZ0TrdJu7dM%2Fblock-producer.webp?alt=media&amp;token=0bc34384-80d8-45bf-b888-0049d0cd882e">block-producer.webp</a></td><td><a href="/developers/how-to-request-xl1-testnet-tokens-1/introduction-1.md">Run with Node.js</a></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.
