# Troves as NFTs

In Liquity V2, Troves are now represented as NFTs (ERC-721), which allows a seamless migration between wallets (both smart wallets and EOAs), management of multiple Troves from a single wallet, and enabling direct sales of positions on secondary markets (like OpenSea). &#x20;

Transferring the NFT transfers full ownership of the Trove, including the debt, collateral, and associated settings like interest rates (that also further simplifies ownership delegation).&#x20;

### What is a Zombie Trove?

A zombie Trove occurs when a redemption reduces a Trove's debt below the minimum threshold of 2,000 BOLD (or even to zero).&#x20;

These Troves remain open but inactive, meaning the owner must close the Trove to withdraw any remaining collateral or increase the debt back to the minimum required amount.&#x20;

Until then, Trove cannot be used for other actions.

***

## Related Articles:

* [Liquity V2](https://help.defisaver.com/protocols/liquity-v2)
* [Dashboard & Use-case](https://help.defisaver.com/protocols/liquity-v2/dashboard-and-use-case)
* [Borrowing Rates and Redemptions](https://help.defisaver.com/protocols/liquity-v2/borrowing-rates-and-redemptions)
* [Minimum Collateral Ratio (MCR)](https://help.defisaver.com/protocols/liquity-v2/minimum-collateral-ratio-mcr)
* [Revenue Distribution and Forkanomics](https://help.defisaver.com/protocols/liquity-v2/revenue-distribution-and-forkanomics)


---

# 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-v2/troves-as-nfts.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.
