# 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: 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.sova.io/vault-technical-resources/protocol-overview.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.
