# What is a Trove?

A Trove is where you take out and maintain your loan. Each Trove is linked to an Ethereum address and each address can have just one Trove. If you are familiar with Vaults or CDPs from other platforms, Troves are similar in concept.

> Troves maintain two balances: one is an asset (ETH) acting as collateral and the other is a debt denominated in LUSD. You can change the amount of each by adding collateral or repaying debt. As you make these balance changes, your Trove’s collateral ratio changes accordingly.
>
> You can close your Trove at any time by fully paying off your debt.

When you create a Trove using DeFi Saver, you’re creating it on a [Smart Wallet](https://help.defisaver.com/general/what-is-the-smart-wallet). If you already have a Trove that was created using other Liquity frontends, you can still manage it at DeFi Saver, though you won’t have access to any of the advanced features. You would have to close your existing Trove and open a new one on DeFi Saver to use our advanced management features.

***

## Related Articles:

* [Liquity V1](https://help.defisaver.com/protocols/liquity-v1)
* [Compatibility & Automations](https://help.defisaver.com/protocols/liquity-v1/compatibility-and-automations)
* [Dashboard & Use-case](https://help.defisaver.com/protocols/liquity-v1/dashboard-and-use-case)
* [Liquitiy V1 Redemptions](https://help.defisaver.com/protocols/liquity-v1/liquity-v1-redemptions)


---

# 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://help.defisaver.com/protocols/liquity-v1/what-is-a-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.
