# Leveraged LST

The **Leveraged LST** vault strategy allows anyone to earn additional yield on their liquid staking token holdings (like **HBARX**) by depositing them into this vault strategy type.

Under the hood, **Leveraged LST** strategy vault operations include the following transactions and protocols:

1. User deposits liquid staking tokens (LSTs), such as HBARX, into the vault.
2. The vault routes and supplies this token (as collateral) to the **Bonzo Lend** protocol.
3. The vault borrows the LST's underlying base asset from **Bonzo Lend** (such as HBAR).
   1. With a low loan-to-value ratio, bolstering additional prevention of liquidation.
4. The vault stakes the borrowed funds (base asset) for more LSTs via a **staking provider** protocol.
5. The vault supplies those LSTs to the **Bonzo Lend** protocol.

During withdraw from a **Leveraged LST** strategy vault, the operations cited above are performed in reverse — however, instead of un-staking the LST for the underlying base asset, the LST is swapped, using **SaucerSwap**, to circumvent cool-down periods employed by liquid staking token providers.


---

# 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.bonzo.finance/hub/bonzo-vaults/vault-strategies/leveraged-lst.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.
