# Indexer

The Indexer is an offchain service that continuously monitors blockchain activity relevant to the SolvBTC protocol.

#### Bitcoin Network Monitoring

* Scans the Bitcoin blockchain
* Detects transactions sent to Vault Pool addresses
* Tracks confirmation counts and records final confirmation states

#### EVM Chain Monitoring

* Monitors Mint and Burn contract events
* Extracts transaction hashes, amounts, and user addresses

#### Data Processing and Request Assembly

* Validates transaction formats and parameter completeness
* Assembles standardized Mint and Burn requests
* Submits standardized requests into the approval workflow
* Coordinates request readiness for subsequent execution

<br>


---

# 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.solv.finance/solvbtc-technical-architecture/bitcoin-mainnet-architecture/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.
