# Burn system

{% hint style="info" %}
xHOT token burn will be done through governance voting. The system will be settled as an "automatic" burn (by an administrator) until the DAO votes. (Stage2)
{% endhint %}

These are all the types (ATMuntilDAO) of the planned and already implemented BURNING system on the xHOT token: An Administrator has implemented the system.

### After Presale BURN

All the tokens that have not been sold in PRESALE Stage 1 or Stage 2, will be **automatically BURNED**. This function CAN'T be changed even in the formed DAO.

### NFT Mint BURN

Everyone interested in participating in DAO voting and the future DAO representative system MUST <mark style="color:red;">**BUY and BURN xHOT**</mark> tokens in <mark style="color:red;">exchange for the xxxHOT NFTs.</mark>\
Automatically all their xHOT tokens will be transferred to the BURN address (or chosen amount) and the participant will receive a unique NFT, that will be able to sell also on the other Marketplaces.&#x20;

{% code lineNumbers="true" %}

```css
AutoBurnTOKEN;
AutoMintNFT;
CheckTier:1-5;
TokenBurn(Amount);
NFTreceived(Amount);
NFTcollection(Amount/Tier=NFTC);
```

{% endcode %}

### Adult Platform Creator BURN

The system will be implemented with 2HOT AP which in the future text will be Adult Platform. \
All the adult creators (videos, chats, pictures, etc...) will need to burn the xHOT token in order to place the content on 2HOT AP.\
This BURN system will bring the burning of xHOT on a daily basis, depending on the volume created on AP.&#x20;

{% hint style="info" %}
Adult Creators on the Platform will be in need to buy xHOT tokens right after "registering" for a Creator account, and those tokens will be automatically used for a BURNING system once the content has been posted/uploaded/streamed.
{% endhint %}

### BURN on AP

All the members, visitors, or anyone who wants to use AP "products" will need to have at least 0.1 xHOT token, and for every action made on the network and platform, they will need to BURN those bought tokens. For example;\
\- Live Chat\
\- Video Chat\
\- GIFT\
\- Private Chat\
\- ETC.

{% hint style="info" %}
The burning system will be more aggressive, and maybe the most aggressive one in the crypto world!
{% endhint %}


---

# 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:

```
GET https://2hot-dao.gitbook.io/2hotdao-docs/xhot-whitepaper/burn-system.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.
