# Contract Addresses

All Sova smart contracts are deployed on Base Mainnet (Chain ID: 8453) and verified on BaseScan.

{% hint style="warning" %}
**Verify addresses before interacting.** Bookmark this page for reference.
{% endhint %}

***

## Vault Contracts

<table><thead><tr><th width="200">Contract</th><th>Address</th></tr></thead><tbody><tr><td><strong>svBTC Token</strong></td><td><a href="https://basescan.org/address/0xdFc4047620bd71F3dd781f1048f6890b76281D36"><code>0xdFc4047620bd71F3dd781f1048f6890b76281D36</code></a></td></tr><tr><td><strong>Vault Strategy</strong></td><td><a href="https://basescan.org/address/0xc23AE9352739E0AC242Bf0263980769C06a8F52B"><code>0xc23AE9352739E0AC242Bf0263980769C06a8F52B</code></a></td></tr><tr><td>Strategy Implementation</td><td><a href="https://basescan.org/address/0xEaFd681c24AdED31B193573b136d99AAde2872Ff"><code>0xEaFd681c24AdED31B193573b136d99AAde2872Ff</code></a></td></tr><tr><td><strong>Conduit</strong></td><td><a href="https://basescan.org/address/0x1894fF3B7d07151b0b8aaBF059Ab4aD28EB6770f"><code>0x1894fF3B7d07151b0b8aaBF059Ab4aD28EB6770f</code></a></td></tr><tr><td>Price Oracle Reporter</td><td><a href="https://basescan.org/address/0x3caa9E4A9bB42564f95DC20faE6B8CACE3A0E914"><code>0x3caa9E4A9bB42564f95DC20faE6B8CACE3A0E914</code></a></td></tr><tr><td>Role Manager</td><td><a href="https://basescan.org/address/0xf97fC42e1B3c4c570cD0Ebc9f0967fF7C49B4360"><code>0xf97fC42e1B3c4c570cD0Ebc9f0967fF7C49B4360</code></a></td></tr></tbody></table>

***

## DEX Integration (Aerodrome)

<table><thead><tr><th width="200">Contract</th><th>Address</th></tr></thead><tbody><tr><td><strong>Router</strong></td><td><a href="https://basescan.org/address/0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43"><code>0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43</code></a></td></tr><tr><td><strong>Factory</strong></td><td><a href="https://basescan.org/address/0x420DD381b31aEf6683db6B902084cB0FFECe40Da"><code>0x420DD381b31aEf6683db6B902084cB0FFECe40Da</code></a></td></tr></tbody></table>

***

## Token Contracts

<table><thead><tr><th width="120">Token</th><th width="100">Decimals</th><th>Address</th></tr></thead><tbody><tr><td><strong>cbBTC</strong></td><td>8</td><td><a href="https://basescan.org/address/0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"><code>0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf</code></a></td></tr><tr><td><strong>USDC</strong></td><td>6</td><td><a href="https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"><code>0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913</code></a></td></tr><tr><td><strong>WETH</strong></td><td>18</td><td><a href="https://basescan.org/address/0x4200000000000000000000000000000000000006"><code>0x4200000000000000000000000000000000000006</code></a></td></tr><tr><td><strong>DAI</strong></td><td>18</td><td><a href="https://basescan.org/address/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"><code>0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb</code></a></td></tr><tr><td><strong>USDbC</strong></td><td>6</td><td><a href="https://basescan.org/address/0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA"><code>0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA</code></a></td></tr></tbody></table>

***

## Bridge Integration

| Parameter         | Value           |
| ----------------- | --------------- |
| **Protocol**      | NEAR Intents    |
| **Fee Recipient** | `sovalabs.near` |
| **Referral ID**   | `sova`          |

***

## Network Configuration

| Parameter          | Value                                |
| ------------------ | ------------------------------------ |
| **Network**        | Base Mainnet                         |
| **Chain ID**       | `8453`                               |
| **RPC URL**        | `https://mainnet.base.org`           |
| **Block Explorer** | [basescan.org](https://basescan.org) |

***

## Contract Standards

| Contract       | Standard                        |
| -------------- | ------------------------------- |
| svBTC          | ERC-4626 (Tokenized Vault)      |
| Tokens         | ERC-20                          |
| Vault Strategy | Transparent Proxy (Upgradeable) |

***

## Verification

All contracts verified on BaseScan. Click any address above to view source code and ABI.

For security concerns: **<security@sova.io>**


---

# 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/technical-reference/contracts.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.
