# Burning Mechanism

* <mark style="color:purple;">**‘Swap’ burn:**</mark> Each collection/drop will offer a burning feature, where a holder will be able to burn an NFT they already possess in order to create one from the new collection. Some randomness will be included in the ‘Swap’ feature to make it fun and appealing, but in any case, the rarity of the newly minted NFT will always be at least equal to the burnt one.
* <mark style="color:purple;">**NFT to $RUNES burn:**</mark> a holder will be able to burn an NFT he already possesses for an amount in $RUNES based on rarity

<figure><img src="https://774480287-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIFcxOLR3qmlQBypnCnHm%2Fuploads%2F78dOY23X91ZYM5mpN6EO%2FCapture%20d%E2%80%99e%CC%81cran%202022-09-30%20a%CC%80%2016.58.13.png?alt=media&#x26;token=e38d8c97-9699-4e80-b7c0-092eb56d9d14" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
NRunes = Total amount of $RUNES remaining to be distributedNCollectionRemaining = Number of NFTs left in the collection (not burnt yet) RarityFactor = Rarity Factor (maximum = 1)
{% endhint %}

{% hint style="success" %}
Ex: If $RUNES 30,000,000 remain to be distributed , 8,000 NFTs remain in the collection and someone wants to burn an NFT with a RarityFactor of 0.5, them the equivalent $RUNES amount will be :
{% endhint %}

<figure><img src="https://774480287-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIFcxOLR3qmlQBypnCnHm%2Fuploads%2Fre02AORBvz2GyBXUY1nX%2FCapture%20d%E2%80%99e%CC%81cran%202022-09-30%20a%CC%80%2017.01.46.png?alt=media&#x26;token=4223a1ec-2bda-48b5-9fde-7298e3431a66" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
This formula and all its parameters will ultimately be decided by the DAO.
{% endhint %}

* A queue mechanism will also be implemented allowing a maximum amount of NFTs to be burnt per day (start = 1). The set amount will also be left to the DAO to amend over time.<br>


---

# 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://the-sanctum.gitbook.io/the-sanctum-economics/usdrunes/burning-mechanism.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.
