> 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.md).

# About XYO

- [What is XYO?](https://docs.xyo.network/about-xyo/what-is-xyo.md)
- [XYO 101](https://docs.xyo.network/about-xyo/xyo-101.md): Data is meant to be easy. With XYO, it is.
- [The XYO Ecosystem](https://docs.xyo.network/about-xyo/xyo-101/the-xyo-ecosystem.md)
- [What is DePIN?](https://docs.xyo.network/about-xyo/xyo-101/the-xyo-ecosystem/what-is-depin.md): And why does it matter?
- [What is XYO Layer One?](https://docs.xyo.network/about-xyo/xyo-101/the-xyo-ecosystem/what-is-xyo-layer-one.md): And why does it matter?
- [What is COIN?](https://docs.xyo.network/about-xyo/xyo-101/the-xyo-ecosystem/off-chain-data-producers.md)
- [XYO Layer One](https://docs.xyo.network/about-xyo/xyo-101/xyo-layer-one.md)
- [What is Blockchain Bloat?](https://docs.xyo.network/about-xyo/xyo-101/xyo-layer-one/what-is-blockchain-bloat.md)
- [XYO Layer One](https://docs.xyo.network/about-xyo/xyo-101/xyo-layer-one/xyo-layer-one.md): And why does it matter?
- [Two Tokens, One Ecosystem](https://docs.xyo.network/about-xyo/xyo-101/xyo-layer-one/off-chain-data-producers.md)
- [Build, Operate & Scale with XYO](https://docs.xyo.network/about-xyo/xyo-101/build-operate-and-scale-with-xyo.md)
- [XYO Cheatsheet](https://docs.xyo.network/about-xyo/xyo-101/xyo-cheatsheet.md)
- [Proprietary Technologies & Solutions](https://docs.xyo.network/about-xyo/proprietary-technologies-and-solutions.md)
- [Proof of Location](https://docs.xyo.network/about-xyo/proprietary-technologies-and-solutions/proof-of-location.md)
- [Ground-Truth Validation](https://docs.xyo.network/about-xyo/proprietary-technologies-and-solutions/ground-truth-validation.md)
- [Proof of Origin](https://docs.xyo.network/about-xyo/proprietary-technologies-and-solutions/proof-of-origin.md)
- [Core Paradigms of XYO](https://docs.xyo.network/about-xyo/core-paradigms-of-xyo.md)
- [Off-Chain Data, On-Chain Proof](https://docs.xyo.network/about-xyo/core-paradigms-of-xyo/off-chain-data-on-chain-proof.md)
- [Off-Chain Data XYO Layer One](https://docs.xyo.network/about-xyo/core-paradigms-of-xyo/off-chain-data-on-chain-proof/off-chain-data-xyo-layer-one.md)
- [XYO Schema](https://docs.xyo.network/about-xyo/core-paradigms-of-xyo/xyo-schema.md)
- [Example: Test Payload with Schema](https://docs.xyo.network/about-xyo/core-paradigms-of-xyo/xyo-schema/example-test-payload-with-schema.md)
- [Real-World Examples: A Geospatial Schemas for Eco-Focused Industries](https://docs.xyo.network/about-xyo/core-paradigms-of-xyo/xyo-schema/real-world-examples-a-geospatial-schemas-for-eco-focused-industries.md)
- [Global Stats, Core Details, & Case Studies](https://docs.xyo.network/about-xyo/global-stats-core-details-and-case-studies.md)
- [Enterprise](https://docs.xyo.network/about-xyo/enterprise.md)
- [Partnership Opportunities](https://docs.xyo.network/about-xyo/enterprise/partnership-opportunities.md)


---

# 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.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.
