# BRC-100 Protocol Indexer

The indexer of BRC-100 protocol is an index implemented based on BRC-100 protocol and its extension and improvement protocols. In order to ensure security, we hope that more indexers can support the BRC-100 protocol stack. In the future, there will be a set of indexer behavior specifications to guide the behavior of the indexer. And the results of the indexer can be verified to ensure the consistency of user and application state, to ensure the security of user assets.

Considering the complexity and subsequent extension of the BRC-100 protocol, we are exploring a way to implement the minimal index. The demander can deploy his own minimal index to get the state of all the assets of BRC-100 protocol stack without realizing the complex computing logic of all the extension protocols. Also, the minimal index does not need to be updated or upgraded frequently.


---

# Agent Instructions: 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.brc100.org/brc-100-protocol-indexer.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.
