> For the complete documentation index, see [llms.txt](https://docs.marblex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marblex.io/guide/mbx-nft/coupon.md).

# Coupon

In this guide,  we'll take a look at how to use the COUPON service on MBX NFT to receive coupon codes.

{% hint style="warning" %}
Some images in this guide were taken from a test environment and may not fully reflect the live service.
{% endhint %}

## How to use coupons pools on COUPON

1. Visit MBX NFT’s [COUPON](https://nft.marblex.io/couponPage?tab=0) feature
2. Select the Pool Name from the COUPON LIST

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

3. Select MY NFTS

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

4. Select an NFT that you wish you claim the coupon for.

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

5. Repeat step 4 and confirm your coupon code(s) redeemable for each NFT.

{% hint style="danger" %}
**WARNING**

To avoid purchasing an NFT with an already claimed coupon, always verify the coupon status by entering the Token ID of the Voucher before purchase. (see image below)

For more details, please refer to the [Coupon & Inventory](/services/mbx-nft/coupon-and-inventory.md) page.
{% endhint %}

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

{% hint style="info" %}

## Connect to MBX NFT with an Immutable Passport to avoid gas fees when claiming coupons!

{% endhint %}


---

# 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://docs.marblex.io/guide/mbx-nft/coupon.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.
