> For the complete documentation index, see [llms.txt](https://docs.xeratoken.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xeratoken.xyz/8.-integration-and-developer-ecosystem/8.3-infrastructure-and-node-ecosystem.md).

# 8.3 Infrastructure & Node Ecosystem

Node operators play a critical role in supporting the distributed infrastructure powering the Xera network. Infrastructure providers may operate full ledger nodes, indexers, or specialized proof-verification services to support high-throughput applications. Incentives from the network’s infrastructure allocation compensate nodes for maintaining availability, processing blocks, and verifying shielded transactions.

Third-party service providers can also construct analytics tools that operate only on publicly visible metadata—such as block time, nullifier volume, and shielded pool growth—without compromising user privacy. These tools help developers and ecosystem teams understand protocol usage trends while preserving the confidentiality guarantees of the underlying system.


---

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

```
GET https://docs.xeratoken.xyz/8.-integration-and-developer-ecosystem/8.3-infrastructure-and-node-ecosystem.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.
