> For the complete documentation index, see [llms.txt](https://litepaper.burnify.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.burnify.app/overview/the-nft-collection-bufu.md).

# The NFT Collection - BUFU

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

**About the Collection**

The BUFU NFT collection would serve as an additional reward mechanism within Burnify.App. It's designed so that 50% of the Burnify protocol fee would be directed towards this collection.

#### Earning Rewards

* **Gaining Strength:** Creating a batch would increase strength by 2. For example, making 5 batches would grant 10 strength.
* **Losing Strength:**
  * Unstaking one or more NFTs would halve your accumulated strength. For each NFT, your strength is halved.
  * Not making any batches for 4 consecutive cycles would decrease strength by 3 for each missed cycle.

#### Special Notes on NFT Strength

* **Unstaking Impact:** Unstaking an NFT would reduce its strength by 50% (rounded down). For instance, an NFT with 9 strength would have 4 strength when unstaked.
* **Inactivity Penalty:**
  * Unstaking an NFT with 3 days of inactivity would result in an immediate 50% drop in strength, followed by a loss of 3 strength per day after an additional 2 days.
  * An NFT's strength would also decrease by 2 if it remains inactive for 4 cycles.


---

# 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://litepaper.burnify.app/overview/the-nft-collection-bufu.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.
