> For the complete documentation index, see [llms.txt](https://docs.xrplwin.com/nft-burn-xapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xrplwin.com/nft-burn-xapp/overview/how-it-works.md).

# How it works?

## NFT selection

When you first open xApp an lookup query goes to fetch list of your NFTs on XRPL. List then renders on your screen.

Additional metadata from CDN servers are then overlay-ed over pulled NFTs including NFT image and title. List is fully searchable by metadata title.

Press on NFT you wish to burn to select it, then details will be displayed on screen: Meta image, Meta title, NFTokenID, Issuer, Collection and Serial number.

{% hint style="info" %}
You can press graphics to zoom image or animation.
{% endhint %}

#### Burn indicator

After first sucessful burn, on the top of the screen burn indicator will be shown to tell you how much more tokens you can burn, before restarting the xApp.

## Burning NFT

Next step in burn process is last step, selected NFT with Image and Title is once again displayed. You need to press "I understand this cannot be undone" if you wish to continue. "<mark style="color:red;">Burn</mark>" button will unlock.

{% hint style="warning" %} <mark style="color:orange;">**Always double check NFT ID before burning!**</mark>
{% endhint %}

Press "<mark style="color:red;">Burn</mark>" button to compose `NFTokenBurn` Transaction and review it in Xaman before signing, after you sign this there is **no going back**.

## Done

After you sign Burn transaction, xApp will start verifying Transaction ID on XRPL to check if its actually executed with Success code. If yes "Success!" page will be shown.

You can now burn another token or quit xApp to check burn transaction in transaction list.


---

# 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.xrplwin.com/nft-burn-xapp/overview/how-it-works.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.
