# High-Level Architecture

SolvBTC is built on two complementary architectural layers:

#### BTC Mainnet Architecture

* Threshold-based signing using a FROST-based design
* Structured vault and custody framework
* Governed and auditable Bitcoin movement rules

#### On-Chain Liquidity Architecture

* Reserve-aware minting and redemption contracts
* Protocol-level execution paths
* Unified asset custody and delivery logic

Together, these layers ensure that SolvBTC remains:

* **Secure at the Bitcoin layer**
* **Efficient and composable at the on-chain execution layer**

> 📎 *For detailed technical design, see:*\
> **SolvBTC Technical Architecture**\
> – [BTC Mainnet Architecture](https://docs.solv.finance/solvbtc-architecture)\
> – [On-Chain Liquidity Architecture](https://docs.solv.finance/solvbtc-onchain-liquidity)


---

# 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/key-products/solvbtc/high-level-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.
