> For the complete documentation index, see [llms.txt](https://docs.singularityfinance.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.singularityfinance.ai/sfi-l2/core-features/indexers.md).

# Indexers

####

Querying data directly on a blockchain can be resource-intensive and slow, posing challenges for decentralised applications (dApps) that rely on real-time data. SFI L2 addresses this issue by implementing an indexing layer designed for speed and scalability.

Indexers collect and structure blockchain data, converting raw transaction records into accessible formats. This allows developers to retrieve specific information, such as token balances, transaction histories, or application analytics, without overloading the network. Moreover, by reducing repetitive tasks, indexers improve the efficiency and responsiveness of dApps.

On SFI L2, an RWA platform can utilise indexers to display real-time asset performance metrics to investors, while DeFi applications can access up-to-date liquidity and price data through indexers to provide users with timely market insights.

<br>


---

# 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.singularityfinance.ai/sfi-l2/core-features/indexers.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.
