# User Flow

#### 1. Find a Collection

* Users receive a collection address from the creator
* Collection parameters are loaded and verified on-chain

#### 2. Mint an NFT

* Users mint an NFT by paying the mint price
* Mint fees flow into the collection reward pool
* Minting does not grant rewards

#### 3. Burn the NFT

* Users may burn the NFT at any time
* The NFT is permanently destroyed
* Burning is optional and irreversible

#### 4. Receive the Reward

* Rewards are resolved during the burn transaction
* Payouts are sent directly to the user’s wallet
* No claims or off-chain steps

#### Summary

Users mint NFTs from a collection, optionally burn them, and receive automatic on-chain rewards.\
All actions are enforced and publicly verifiable.


---

# 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/user-flow.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.
