> For the complete documentation index, see [llms.txt](https://docs.thehemera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thehemera.com/welcome.md).

# Welcome

- [Introduction](https://docs.thehemera.com/welcome/readme.md): Learn about Hemera Protocol, the programmable semantic data layer, powered by the first Account-centric Indexing protocol.
- [Quick Start](https://docs.thehemera.com/welcome/quick-start.md)
- [Account Centric Indexing Protocol](https://docs.thehemera.com/welcome/account-centric-indexing-protocol.md)
- [What is Account-Centric Indexing?](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/what-is-account-centric-indexing.md)
- [Why "account-centric" indexing?](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/why-account-centric-indexing.md): Retrieving and computing semantics out of crypto data is repetitive, complicated and expensive. Hemera Protocol abstracts away the complexity and makes the task simple.
- [The advantages of Account-Centric Indexing](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-advantages-of-account-centric-indexing.md)
- [What's next for account-centric indexing?](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/whats-next-for-account-centric-indexing.md): Account-centric indexing is highly modular, and evolves with on-chain diversity
- [Why create a new protocol here?](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/why-create-a-new-protocol-here.md)
- [The Hemera Network](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network.md): Hemera Protocol builds a decentralized, omni-chain covering, modular indexing protocol powering open AI innovation.
- [Network Roles](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/network-roles.md)
- [Indexers](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/indexers.md)
- [Validators](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/validators.md)
- [Proprietary models & knowledge](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/proprietary-models-and-knowledge.md): AI scientists and domain experts can contribute to Hemera Network through attributable proprietary models and knowledges
- [Proprietary data and labels](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/proprietary-data-and-labels.md)
- [Smart Contracts](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/smart-contracts.md)
- [Key roadmap items](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/key-roadmap-items.md)
- [Supported blockchains](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/the-hemera-network/supported-blockchains.md)
- [Example Hemera use cases](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/example-hemera-use-cases.md)
- [SocialScan Explorers](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/example-hemera-use-cases/socialscan-explorers.md)
- [Anti-sybil UML algorithm](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/example-hemera-use-cases/anti-sybil-uml-algorithm.md)
- [Ethereum long term DA](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/example-hemera-use-cases/ethereum-long-term-da.md)
- [EVM chain history preservation](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/example-hemera-use-cases/evm-chain-history-preservation.md)
- [Ecosystem AI Agents](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/example-hemera-use-cases/ecosystem-ai-agents.md): Our vision for future consumer-facing web3 UX
- [User-defined AI Agents](https://docs.thehemera.com/welcome/account-centric-indexing-protocol/example-hemera-use-cases/user-defined-ai-agents.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.thehemera.com/welcome.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.
