# MidasApe

#### Burn-to-Earn

Burn-to-Earn permanently destroys NFTs to unlock rewards:

* NFTs are burned fully on-chain
* Supply is verifiably reduced
* Reward outcomes are selected randomly from creator-defined tiers
* Rewards are resolved atomically during the burn
* Burns are final and irreversible

#### Core Principles

* **Permissionless** – anyone can deploy a collection
* **Non-custodial** – assets remain on-chain
* **Transparent** – reward tiers and probabilities are fixed at deployment
* **Deterministic execution** – enforced by the program

#### Who This Is For

* **Users:** mint NFTs, burn them, receive on-chain rewards
* **Creators:** configure collections, reward tiers, and burn rules

#### What This Docs Cover

* User and creator flows
* Burn mechanics and reward resolution
* Pricing, fees, and protocol constraints


---

# 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://outlook-22.gitbook.io/midasape/midasape.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.
