# Burning & Funds Posting

## Burning

#### Tokens’ & NFTs’ burning occurs by next actions:

* *Repair NFTs*\
  During the adventures, item NFTs lose their durability, until it becomes 0. After it NFT can’t be used by hero. In case, when players fight with a monster with a level difference more than 10 points, item NFT may be broken even after one fight. But users can repair it.\
  To repair some item NFT, user needs one another same kind NFT. So after repair, 1 of the NFT is burned. Plus, deposited tokens’ amount for repair also is burned.
* *Augmentation (Forge) of item NFT*\
  Item NFT’s augmentation requires 2 same kinds of NFTs. After that, user, with a probability of 50%, gets 1 augmented NFT, the another one is burned. But in case of failure the user loses both NFTs, so they both are burned. Plus, deposited tokens’ amount for forge also is burned.
* *Hero’s death*\
  When the hero dies, hero NFT is burned, but all equipped items and tokens are dropped to the adventure as a reward for other players.

## Funds Posting

#### Every user’s deposit & losses of tokens is distributed in different ratios these ways:

* Burned;
* Treasury;
* Governance.

| Action                | Burning | Treasury | Governance |
| --------------------- | ------- | -------- | ---------- |
| Augmentation / Repair | 50%     | 0        | 50%        |
| Hero’s Death          | 70%     | 15%      | 15%        |

Funds posting relates only to $SACRA. All NFTs are burned or left as a reward in adventure in case of hero’s death.


---

# 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.sacra.cc/sacra-whitepaper/tokenomics/usdsacra/burning-and-funds-posting.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.
