> For the complete documentation index, see [llms.txt](https://docs.sova.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sova.io/vault-technical-resources/protocol-overview.md).

# Protocol Overview

## What Sova Enables

* Yield-bearing Bitcoin vaults with share-based accounting (ERC-4626)
* Real yield from cross-chain settlement fees
* NAV oracle integration via Reporter contracts
* Extensible hook system for operational controls
* Role-based access control for protocol administration

***

## Deployment

| Parameter           | Value             |
| ------------------- | ----------------- |
| **Network**         | Base Mainnet      |
| **Chain ID**        | 8453              |
| **Version**         | V1                |
| **Deployment Date** | 2025-07-07        |
| **Git Tag**         | `deploy-20250707` |

***

## Contract Addresses

| Contract                | Address                                      |
| ----------------------- | -------------------------------------------- |
| Role Manager            | `0x6c826Ea5664d64F570ed50d82107593c33af8A47` |
| Registry                | `0x50f4EF3B29362abA1B9EA88E600B016d99c44C3E` |
| Conduit                 | `0x66Df6ECcC14D8bd12249b587835D92125e9DBe71` |
| Price Oracle Reporter   | `0xB8bBabD3134C18cA705dA904A73A86CB1001955a` |
| Strategy Implementation | `0x66CA4C7973A73fd243563D068452F8D1C2D1E123` |

***

## Resources

* **Audits:** See [Security](https://github.com/SovaNetwork/sovaprime-ts/blob/main/docs/vaults/technical-resources/security.md) for audit reports

***

## Technical Documentation

* [Smart Contracts](https://github.com/SovaNetwork/sovaprime-ts/blob/main/docs/vaults/technical-resources/smart-contracts.md) — Architecture, components, and API reference
* [Integration Guide](https://github.com/SovaNetwork/sovaprime-ts/blob/main/docs/vaults/technical-resources/integration-guide.md) — Building with svBTC
* [Security](https://github.com/SovaNetwork/sovaprime-ts/blob/main/docs/vaults/technical-resources/security.md) — Audit and security measures


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sova.io/vault-technical-resources/protocol-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
