> 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/account-centric-indexing-protocol/whats-next-for-account-centric-indexing.md).

# What's next for account-centric indexing?

As new smart contracts and data protocols emerge, account-centric indexing evolves accordingly, extending support to include new assets, social protocols, credentials, and other developments. We are committed to enhance account-centric indexing's capabilities from the following two dimensions:

1. **Modularity:** Standardizing and modularizing the adapter design provides a consistent and scalable approach to supporting new contracts. It serves as a venue for contract developers to publish their work to end users, who then have easy access to new contracts and protocols added and supported across the network.&#x20;
2. **Horizontally scalability**: our protocol network is highly composable, allowing for on-chain data indexing units to be as small as hosting a single account or as large as hosting an entire blockchain’s data. This design ensures horizontal scalability and decentralization without compromising performance. As an example, devices as small as personal cell phones hosting one account, effectively acting as a “personal data pack”, or as large as a distributed database cluster hosting full Ethereum mainnet data (currently \~10TB in total as of end of 2023), can be seamlessly supported to join the Hemera network.


---

# 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/account-centric-indexing-protocol/whats-next-for-account-centric-indexing.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.
