> 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/onchain-liquidity-architecture.md).

# Onchain Liquidity Architecture

### Overview

To maximize the on-chain liquidity of SolvBTC, in addition to the BTC Mainnet Vault architecture, SolvBTC introduces an on-chain liquidity contract architecture.

This architecture consists of three main components: the **SolvBTC Minting Contracts** for all users, the **Whitelisted Swap Contracts** designed for liquidity and liquidation use cases, and the **Standard Redemption Contracts** for general users.

***

### Architecture and Key Flows

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

The on-chain liquidity architecture of SolvBTC consists of three functional paths and a unified asset custody structure: **Deposit Contracts**, **Whitelisted Swap Contracts**, **Standard Redemption Contracts**, and the **Safe Vault** as the underlying asset custody and delivery structure.

The liquidity governance framework adopts the same **Auditors** model as the SolvBTC mainnet architecture. This governance framework is used to constrain key permissions and configurations among on-chain liquidity-related contracts, and together with the Deposit Contracts, Safe Vault, and various redemption contracts, defines the complete operational boundary of the system.


---

# 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/onchain-liquidity-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.
