# Design Principles

### Bitcoin as the Final Settlement Anchor

SolvBTC treats **Bitcoin mainnet as the ultimate settlement layer**.

All BTC backing SolvBTC is managed through structured custody and signing rules that ensure:

* Bitcoin remains native to its base layer
* Reserve movements follow predefined and auditable execution paths
* Control over reserves is distributed and governed

Every SolvBTC unit is ultimately resolvable back to Bitcoin.

***

### Reserve-First, Protocol-Neutral Representation

SolvBTC is designed as a **reserve representation** that can be adopted by different systems without embedding assumptions about specific usage patterns.

By maintaining a neutral reserve abstraction, SolvBTC can be integrated into:

* User-facing applications
* Protocol-level financial systems
* Institutional and infrastructure-scale deployments

This neutrality allows SolvBTC to adapt to evolving on-chain use cases while preserving consistent reserve semantics.

***

### On-Chain Liquidity as a System Capability

SolvBTC incorporates a **dedicated on-chain liquidity architecture** that supports:

* User-facing minting and redemption flows
* Protocol-level settlement and conversion
* Atomic execution within integrated systems

Through this architecture, SolvBTC operates as an **active on-chain reserve**, capable of participating in complex execution environments while remaining reserve-backed.

***

### Cross-Chain Deployment with Unified Reserve Logic

SolvBTC can be deployed across multiple chains while maintaining:

* A single, unified Bitcoin reserve model
* Consistent minting and redemption rules
* Shared security and governance assumptions

This enables SolvBTC to serve as a **common Bitcoin reserve layer** across heterogeneous on-chain ecosystems.


---

# 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/design-principles.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.
