# Savvy Booster

### What is Savvy Booster?

Savvy Booster is a reserved allocation of SVY for users with an open borrow position and a veSVY balance. veSVY is accrued by staking SVY. Boosted yield earns the user SVY.

The Savvy Booster promotes healthy protocol use by providing Savvy protocol users:

* Borrowers benefit because their open borrow position earns them SVY.
* Stakers benefit because their veSVY helps earn them SVY.
* SVY holders benefit because staking (the method to acquire veSVY) removes SVY from circulation.

### How is my Savvy Booster rewards determined?

Savvy Booster rewards are calculated using a function of user's and protocol's total veSVY and outstanding credit balance multiplied by the boosted reward pool. The following equation is used to calculate the  Savvy Booster rewards:

$$R\_{you}:$$ Your SVY rewards

$$D\_{you}:$$ Your debt

$$D\_{total}:$$ Total protocol debt

$$E:$$ Rate of SVY emissions

$$T:$$ Elapsed time

$$R\_{you} = \frac{\sqrt{D\_{you} \times veSVY\_{you}}}{\sqrt{D\_{total} \times veSVY\_{total}}} \times E   \times T$$

### How can I see my current Savvy Booster metrics?

Users can refer to the [My SVY dashboard](https://app.savvydefi.io/mysvy) on the app to see their current veSVY, Earn Rates and Boost APR.

<figure><img src="/files/RsB4kEaacY9QS7DTEyOu" alt=""><figcaption></figcaption></figure>

### Price Oracles

Prices are provided by [Supra](https://supra.com/) Oracles due to their high reliability and speed. For repayment of credit lines, Savvy always considers base assets and svTokens 1:1.


---

# 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.savvydefi.io/savvy-defi-faq/savvy-booster.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.
