# Depositing to Vaults

Deposit cbBTC into Sova Vaults to earn yield from cross-chain settlement activity. Receive svBTC as your tokenized vault position.

***

## Overview

| Parameter           | Value                        |
| ------------------- | ---------------------------- |
| **Minimum Deposit** | $500 USD equivalent in cbBTC |
| **Transactions**    | 2 (approval + deposit)       |
| **Gas Cost**        | \~$0.10-0.20 on Base         |
| **Time**            | \~1 minute                   |

***

## Prerequisites

* [ ] cbBTC on Base (minimum $500 equivalent)
* [ ] ETH on Base for gas (\~$0.20)
* [ ] Wallet connected to [app.sova.io](https://app.sova.io)

{% hint style="info" %}
**Need cbBTC?** Purchase on Coinbase and withdraw to Base, or swap on [Aerodrome](https://aerodrome.finance).
{% endhint %}

***

## Deposit Process

### Step 1: Navigate to Vaults

Go to [app.sova.io/vaults](https://app.sova.io/vaults) and select the svBTC Vault.

### Step 2: Enter Amount

1. Enter cbBTC deposit amount
2. Review svBTC amount (based on current exchange rate)
3. Verify displayed APY estimate

### Step 3: Approve cbBTC

First-time depositors must approve token spending:

1. Click **Approve**
2. Confirm approval transaction in wallet
3. Wait for confirmation

{% hint style="info" %}
Token approval is one-time. Subsequent deposits skip this step.
{% endhint %}

### Step 4: Confirm Deposit

1. Click **Deposit**
2. Review transaction details
3. Confirm in wallet
4. Wait for Base confirmation (\~2 seconds)

### Step 5: Receive svBTC

svBTC tokens appear in your wallet automatically upon confirmation.

***

## svBTC Token

| Property       | Value                                                                                                                   |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **Token Name** | svBTC                                                                                                                   |
| **Standard**   | ERC-4626                                                                                                                |
| **Decimals**   | 8                                                                                                                       |
| **Contract**   | [`0xdFc4047620bd71F3dd781f1048f6890b76281D36`](https://basescan.org/address/0xdFc4047620bd71F3dd781f1048f6890b76281D36) |

### Exchange Rate

The svBTC:cbBTC exchange rate appreciates as yield accrues:

| Timeframe    | Rate                   | Holdings                                |
| ------------ | ---------------------- | --------------------------------------- |
| Deposit Day  | 1 svBTC = 1.0000 cbBTC | 1.0000 svBTC                            |
| After 1 Year | 1 svBTC = 1.0850 cbBTC | 1.0000 svBTC (redeems for 1.0850 cbBTC) |

Your svBTC balance remains constant. Its redemption value increases.

***

## Withdrawing

### Standard Withdrawal

1. Navigate to vault page
2. Select **Withdraw** tab
3. Enter svBTC amount
4. Confirm transaction
5. Receive cbBTC plus accumulated yield

### Withdrawal Queue

Large withdrawals or high-activity periods may enter a processing queue:

| Status      | Description                   |
| ----------- | ----------------------------- |
| `PENDING`   | In queue, awaiting processing |
| `READY`     | Available to claim            |
| `COMPLETED` | Successfully claimed          |

Check withdrawal status on the Redemptions page.

***

## Troubleshooting

<details>

<summary><strong>"Insufficient Balance" Error</strong></summary>

* Verify cbBTC balance meets $500 minimum
* Ensure sufficient ETH for gas
* Confirm wallet connected to Base Mainnet

</details>

<details>

<summary><strong>Transaction Failed</strong></summary>

* Verify approval transaction completed first
* Check gas settings are adequate
* Refresh page and retry

</details>

<details>

<summary><strong>svBTC Not Visible</strong></summary>

Import token manually:

| Parameter | Value                                        |
| --------- | -------------------------------------------- |
| Contract  | `0xdFc4047620bd71F3dd781f1048f6890b76281D36` |
| Symbol    | svBTC                                        |
| Decimals  | 8                                            |

</details>

***

## Next Steps

{% content-ref url="swapping" %}
[swapping](https://docs.sova.io/using-sova/swapping)
{% endcontent-ref %}


---

# 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/using-sova/depositing.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.
