# Burn Empty NFT Positions

#### Overview

On **SparkDEX v3 DEX**, every liquidity provider (LP) position is represented as an **NFT** (non-fungible token). Each of these NFTs corresponds to a specific pool, price range, and fee tier.

We’ve added a new feature that lets you **burn empty NFT positions** — i.e., positions where all liquidity has been removed. This helps you keep your interface clean.

#### Where to See Your LP NFTs

1. **Connect your wallet** to SparkDEX.
2. Go to **Pools**.
   * Make sure the toggle is switched to **v3**.
3. Make sure you switched the toggle to '**Ended' Positions.**

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

4. In the position details, you’ll see:

```
NFT ID: ####
```

next to the **fee tier** and the **Add / Burn** buttons.\
That “NFT ID” is your LP-NFT — the token representing your position.

#### What the Burn Feature Does

When you remove all liquidity from a position, the NFT for that position remains in your wallet. Previously, these “empty” NFTs stayed visible but had no active use.

Now, you can **burn** them directly in the SparkDEX interface. Burning permanently removes the empty NFT from your wallet and clears it from your UI.

#### Why Burn Empty Positions?

* **Declutter your positions:** Remove inactive or empty LP-NFTs.
* **Simplify your interface:** Only see active liquidity positions.
* **No risk:** Burning only affects NFTs with **zero liquidity** — your funds remain safe.

#### How to Burn an Empty Position

1. Navigate to the **Pools** page and ensure you’re on **v3**.
2. Under **Ended Positions**, check for a position that shows **0 liquidity**.
3. **Burn** that position.
4. Confirm the burn transaction in your connected wallet.
5. Once confirmed, the NFT will be **permanently removed** from your wallet and no longer appear in SparkDEX.

#### Notes

* Only **empty** (zero-liquidity) NFTs can be burned.
* Burning is **permanent** — the NFT cannot be restored once burned.
* This action **does not affect your tokens, liquidity, or active positions**.


---

# 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.sparkdex.ai/sparkdex-defi-ecosystem/v3-dex/burn-empty-nft-positions.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.
