> For the complete documentation index, see [llms.txt](https://docs.sol-incinerator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode/cnfts.md).

# cNFTs

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

## cNFTs FAQ

<details>

<summary>Why do I not get SOL from burning cNFTs?</summary>

**cNFTs**, or compressed NFTs, store their data off-chain. This significantly reduces the space needed to hold them on the Solana network. Because of this structure, they do not use rent-bearing accounts — which is where SOL is typically reclaimed from. As a result, burning cNFTs does not return any SOL.

</details>

## How to Burn cNFTS

***

{% stepper %}
{% step %}

### Connect Wallet

See [Connecting Your Wallet](/tool-guide/connecting-your-wallet.md) for instructions.
{% endstep %}

{% step %}

### Select cNFTs

Select one or more cNFTs you want to burn. Selected cNFTs will be highlighted as **Marked for Burn**.

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

{% hint style="warning" %}
Be absolutely certain these are the cNFTs you want to burn. **This action is irreversible.**
{% endhint %}
{% endstep %}

{% step %}

### Click Burn

Click the **Burn** button on the right side of the screen, as shown below.

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

{% hint style="info" %}
**Using a Ledger?** Enable the Ledger toggle.\
You can also optionally swap reclaimed SOL for another currency here.
{% endhint %}
{% endstep %}

{% step %}

### Confirm Selection

{% hint style="danger" %}
Double-check your selection! **You can’t reverse a burn.**
{% endhint %}

<figure><img src="/files/lyIOVJ451nck85Lyl31s" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sign Transaction

Sign and confirm your transaction by clicking **Confirm**.&#x20;

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

{% hint style="info" %}
The confirm transaction screen may appear differently due to using a different wallet.
{% endhint %}
{% endstep %}

{% step %}

### Success&#x20;

cNFTs burned. No SOL returned — just a cleaner wallet.

<figure><img src="/files/yEs2huXBYIj2cnvkTcik" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sol-incinerator.com/tool-guide/incinerator/pro-mode/cnfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
