> For the complete documentation index, see [llms.txt](https://docs.superlend.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superlend.xyz/products/vaults/high-yield-vaults/how-it-works.md).

# How it works

High Yield Vaults automatically use leverage to amplify exposure to an asset and pursue higher yield.

They manage looping, rebalancing, and unwinding for you.

***

### **Quick Overview**

At a high level, the vault:

1. Supplies the deposited asset as collateral
2. Borrows against that collateral
3. Swaps borrowed funds back into the base asset
4. Repeats the process up to safe leverage limits

This increases exposure relative to your initial deposit. As the vault’s total assets grow, the value of your vault shares increases.

***

### **Depositing**

You can deposit in two ways:

#### **Direct Deposit**

* Deposit the vault’s base asset (e.g. USDe, XTZ or WBTC)
* Receive vault shares immediately

#### **Deposit With Another Token**

* Deposit a supported token
* The vault swaps it into the base asset automatically before depositing

Before confirming, you will see:

* The number of shares you’ll receive
* Your estimated position value
* Swap details and slippage settings (if applicable)

***

### **Withdrawing**

You can withdraw at any time using one of two methods:

#### **Instant Withdrawal**

* Available if the requested amount is within the vault’s base asset reserves
* Shares are redeemed immediately

#### **Scheduled Withdrawal**

* Used when funds are actively looped
* The vault automatically unwinds positions to release liquidity
* Processed within \~10 minutes once conditions match your slippage settings
* Tokens can then be claimed

*Additional notes:*

* *You can cancel a scheduled withdrawal before it completes*
* *Partial withdrawals are supported*
* *Only one active or unclaimed scheduled withdrawal is allowed at a time*
* *Instant withdrawals remain possible if sufficient liquidity is available*

***

### **Vault Shares & Exchange Rate**

Your position is represented by vault shares.

The exchange rate between shares and the base asset may fluctuate slightly due to:

* Flashloan repayments
* Swap buffers and slippage
* Timing of rebalancing cycles

A callback mechanism ensures any leftover tokens are quickly reinvested, keeping fluctuations small and short-lived.


---

# 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:

```
GET https://docs.superlend.xyz/products/vaults/high-yield-vaults/how-it-works.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.
