> For the complete documentation index, see [llms.txt](https://docs.solv.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solv.finance/solvbtc-technical-architecture/bitcoin-mainnet-architecture.md).

# Bitcoin Mainnet Architecture

### Overview

SolvBTC is a Bitcoin-based custody and asset mapping protocol. Users deposit BTC into protocol-managed Bitcoin addresses and receive SolvBTC on Ethereum and other EVM-compatible chains at a 1:1 ratio. SolvBTC provides the foundational custody and issuance layer for BTC-based liquidity, DeFi participation, and related integrations.

The protocol continuously monitors Bitcoin deposits, processes minting and redemption requests, and manages Bitcoin transactions through a distributed threshold signing network based on FROST (Flexible Round-Optimized Schnorr Threshold). Around the FROST Network, SolvBTC incorporates a Vault Pool, onchain smart contracts, an Indexer, and Auditors to support the complete lifecycle of BTC custody and asset issuance.

***

### Architecture and Core Components

<figure><img src="/files/g5kkEiIA4HHLOcDtTMjO" alt=""><figcaption></figcaption></figure>

<p align="center"><sub>SolvBTC Architecture for Bitcoin Mainnet</sub> </p>

SolvBTC consists of the following core components:

* FROST Network
* Vault Pool
* Onchain Smart Contracts
* Indexer
* Auditors

These components work together to observe onchain events, assemble protocol state transitions, and execute Bitcoin and EVM transactions throughout the asset lifecycle.


---

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