# MBX NFT

<figure><img src="https://3232894890-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtncD12dXongtAehDw6AA%2Fuploads%2FxcVFkukRHO2ZVxJhsN4G%2Fimage.png?alt=media&#x26;token=3fb90730-324e-4bed-a621-4a1de0b613da" alt=""><figcaption></figcaption></figure>

The Airdrop service allows users to lock up required NFTs for a certain period of time to receive new NFTs. Each airdrop pool has specific NFTs that need to be locked, and the reward NFTs may vary by pool. There is a snapshot time for each pool, and users can input their NFTs to join the airdrop. After the lockup period, the input NFTs are automatically returned to the user's wallet. Users can then reuse the returned NFTs in the airdrop pool to receive new NFTs.

***

#### <mark style="color:green;">**Claim**</mark>

The Claim service allows users to pay MBX to receive new NFTs. To claim an NFT, users simply submit MBX as the fee for each claim pool, without needing to submit any separate NFTs.

***

#### <mark style="color:green;">**Coupon**</mark>

The Coupon service allows users to acquire coupons, which include text and images, by holding NFTs required for each coupon pool. These coupons can be for in-game items or gift cards for specific services or websites.

***

#### <mark style="color:green;">**Inventory**</mark>

This service allows users to view their NFTs acquired through MBX NFT and transfer their NFTs to another address.

***

### Simplified view

| Service | NFT Required? | What happens to the NFT?                          |
| ------- | ------------- | ------------------------------------------------- |
| Staking | Yes           | Can be staked, mined, and leveled up              |
| Swap    | Yes           | Does not return to user upon input                |
| Airdrop | Yes           | Automatically returns to user after lockup period |
| Claim   | No            | -                                                 |
| Coupon  | Yes           | No input required                                 |

***

## **Policy**

### **Pool and Price**&#x20;

Each pool in MBX NFT has its own pricing policy. Pools are divided into **free** and **paid** pools based on price settings.

The total cost is calculated by combining the **pool price** and **platform fee.**&#x20;

The pool price is determined by the project team (3rd parties) onboarding the service and the platform fee is managed by the platform operator (MARBLEX).

***

### **Pool End Conditions**

Pools for each service are closed when the following conditions are met.

1. If all NFTs in the reward pool are exhausted.
2. When the pool's active period ends.

When a pool is terminated, it is no longer available to users and will be moved to the "Closed" list.

***

### **Platform Fee**

| Service                  | Platform Fee                                            |
| ------------------------ | ------------------------------------------------------- |
| Staking v1               | Claim fee: 2.5%                                         |
| Staking v2               | <p>Claim fee: 2.5%<br>NFT Unstaking fee: 0 MBX each</p> |
| SWAP                     | 1 MBX or 5% (higher value applies)                      |
| Airdrop                  | 0 MBX or 5% (higher value applies)                      |
| Claim                    | 1 MBX or 5% (higher value applies)                      |
| Coupon                   | 0 MBX or 5% (higher value applies)                      |
| NFT Transfer (Inventory) | 0                                                       |

{% hint style="info" %}
Platform fees may fluctuate based on pool price.
{% endhint %}


---

# 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.marblex.io/services/mbx-nft.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.
