# Managing Your Trove

## Your Trove

![](/files/wtxIH4vYhlVrEwoRdnsT)

After depositing collateral and borrowing YUSD, the **Trove** section should appear. It shows Trove stats such as **Total Collateral** and **Total Borrowed**. It also shows your Trove's **Collateral Ratio** and **Safety Rating**. Remember to keep the collateral ratio of your Trove **above 110% to avoid liquidations**.

* **Total Collateral** - Total value in [Risk-Adjusted Value](/other/definitions.md) and USD of all collateral in your Trove.
* **Total Borrowed** - Your total amount of YUSD borrowed. You must pay back this amount to close your Trove.&#x20;
* **Trove Safety Rating** - A rating between 0 and 100 that represents how safe your Trove when factoring in the weight in stablecoins. The higher the number, the safer your Trove is deemed. If a large portion of your Trove is in stables, the safety rating is higher.
* **Collateral Ratio** - The Total Collateral divided by Total Borrowed (must be over 110% to avoid liquidations). The higher the collateral ratio, the safer your position.

### Closing your Trove

If you ever want to exit your position, make sure that you have enough YUSD to return the **Total Borrowed** amount and click the **Close Trove** button. To get additional YUSD to close your Trove, you can purchase YUSD on Curve or Trader Joe to get the additional YUSD. Learn how to buy YUSD on [How to get YETI/YUSD](broken://pages/C7tJlbwgB6XDTr06SDDY).

When the bar is green and filled like the image below, it means your Trove's collateral ratio is high and not close to the minimum collateral ratio.

![](/files/1pbCfAVJmbpvsLluZuLS)

When the bar is red and not filled, it means your Trove is less safe and is in a closer position of getting liquidated.

![](/files/HkgTSabU3fuKHTKtI97T)

Clicking the **Close Trove** button will open a modal that will allow you to reclaim your collateral. Repay the borrowed YUSD amount and check the two statements to close the **Trove**. Remember that you will need enough YUSD in your wallet to repay your YUSD debt.&#x20;

![](/files/KLeuRsyQRYw16xaaUwKG)

You can always manage your Trove on the **Borrow** page! If you ever need to adjust your collateral amount or borrow more YUSD, you can do so easily with the same process highlighted in [Adjusting Your Trove](/using-yeti-finance/borrowing/opening-a-trove.md#adjusting-your-trove).


---

# 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.yeti.finance/using-yeti-finance/borrowing/managing-your-trove.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.
