> For the complete documentation index, see [llms.txt](https://docs.vetro.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vetro.org/using-the-app/earn.md).

# Earn

The Earn tab lets you stake supported assets into yield-bearing positions. Currently, this means staking VUSD into **sVUSD** to earn variable yield from the protocol's active yield strategies.

## Available Pools (Live)

| Token  | Pool    | APY      | Action             |
| ------ | ------- | -------- | ------------------ |
| VUSD   | sVUSD   | Variable | Deposit / Withdraw |
| vetBTC | svetBTC | Variable | Deposit / Withdraw |

## How to Stake (Deposit)

1. Open [beta.vetro.org](https://beta.vetro.org) and connect your wallet
2. Click the **Earn** tab in the top navigation
3. Find the pool you want (e.g. VUSD → sVUSD)
4. Click **Deposit**
5. Enter the amount of VUSD you want to stake
6. Approve the transaction in your wallet
7. You will receive sVUSD receipt tokens — your balance shows in the Earn tab

Your **staked balance**, **earned amount**, and **rewards** are displayed at the top of the Earn tab.

## How to Withdraw

Withdrawing from sVUSD is a **two-step process** due to the mandatory cooldown period.

### Step 1: Request a Withdrawal

1. In the Earn tab, click **Withdraw** on the relevant pool
2. Enter the amount of sVUSD you want to withdraw
3. Click **Request a withdrawal**
4. Approve the transaction — your funds move into a cooldown position
5. A countdown timer appears under **Exit Tickets** showing time remaining

> During cooldown your funds are **locked and earn zero yield**. The cooldown starts at 7 days and can be lowered by governance to a minimum of 1 day.

### Step 2: Claim After Cooldown

1. Once the countdown ends, return to the Earn tab
2. Your exit ticket will show as **ready to claim**
3. Click **Withdraw your funds**
4. Approve the transaction — VUSD is returned to your wallet

### Cancelling a Cooldown

You can cancel an active cooldown at any time before claiming:

1. Find the active exit ticket under **Exit Tickets**
2. Click **Cancel**
3. Your sVUSD shares are restored and yield accrual resumes immediately


---

# 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.vetro.org/using-the-app/earn.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.
