# FROST Network

### **Overview**

The FROST Network is the cornerstone of Solv Protocol's security architecture for managing native Bitcoin assets. It is a decentralized threshold signing network responsible for the custody and transfer of all BTC held within the protocol. By leveraging the FROST (Flexible Round-Optimized Schnorr Threshold) signing protocol, an IETF-standardized technology (RFC 9591), Solv eliminates single points of failure and ensures that no single entity can unilaterally control user funds.

### **Key Security Features**

The security of the FROST Network is built on several core principles:

* Decentralized Key Management: Private keys are never whole. Instead, each node in the network holds an independent "secret share" generated through a Distributed Key Generation (DKG) process. The complete private key is never reconstructed, not even during transaction signing, which drastically reduces the risk of key theft.
* Threshold-Based Security: Signing any Bitcoin transaction requires the collaboration of a minimum number of independent nodes (a threshold, e.g., 3 out of 5). This prevents unauthorized transactions, as a single compromised node cannot forge a valid signature.
* No Single Point of Failure: The distributed nature of the FROST Network means that the compromise or failure of an individual node does not jeopardize the security of the entire system. The protocol remains secure as long as the number of compromised nodes does not exceed the defined threshold.
* Standardized and Auditable Protocol: Basing the network on the IETF-standardized FROST protocol provides a foundation that is formally specified, publicly reviewed, and interoperable. This enhances transparency and allows for rigorous security audits against a well-defined standard.

### **Role in the Security Model**

The FROST Network forms the base layer of trust for SolvBTC. It works in concert with other security components like Solv Guard and on-chain governance mechanisms, but its primary role is to provide the fundamental, cryptographic guarantee for asset custody directly on the Bitcoin mainnet. From generating secure deposit addresses to authorizing redemptions, every native BTC movement is secured by this decentralized, multi-party computation process.

This robust framework ensures that user assets are protected by a distributed, trust-minimized model at the most fundamental layer.

For a more in-depth technical explanation, please refer to the [SolvBTC Mainnet Architecture document.](https://docs.solv.finance/solvbtc-mainnet-architecture)

<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/onchain-security/frost-network.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.
