> 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/about-xyo/xyo-101/build-operate-and-scale-with-xyo.md).

# Build, Operate & Scale with XYO

> ⚠️ This section is currently in progress. Some tools and documentation are not yet available because XYO Layer One mainnet is launching later in 2025, and core APIs and SDKs are still in development.

This section is for those who are ready to go beyond understanding XYO — and start building with it.

Whether you're setting up a node, launching a sovereign chain, or integrating with the XYO Protocol, this level will give you the tools and guidance to take real action.

### Where to Go Next: How-to Guides

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Download XL1 Wallet</strong></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></tr><tr><td><strong>Request Test XL1 Tokens</strong></td><td></td></tr><tr><td><strong>Run a Local Block Producer</strong></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/about-xyo/xyo-101/build-operate-and-scale-with-xyo.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.
