> For the complete documentation index, see [llms.txt](https://whitepaper.luxeya.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.luxeya.io/game-mechanics/user-journey.md).

# User Journey

{% stepper %}
{% step %}

### Get Started – No Crypto? No Problem!

If you don’t have crypto, you can buy Ingrame tokens instantly using $𝙇𝙐𝙓𝘼, Apple Pay, Google Pay, or other fiat on-ramp solutions—seamlessly integrated within the app.
{% endstep %}

{% step %}

### Buy a Mystery Box

Purchase a Mystery Box for just $3 in $𝙇𝙐𝙓𝘼, unlocking 6 random puzzle-piece NFTs that bring you closer to winning real-world luxury rewards.
{% endstep %}

{% step %}

### Build Your Puzzle Grid

Each puzzle consists of multiple sections (Slots), and completing these sections unlocks valuable RWA NFTs like high-end tech, luxury watches, and vouchers. But act fast—once all prizes in a slot are claimed, they're gone.
{% endstep %}

{% step %}

### Race for the Grand Prize&#x20;

The first player to complete the entire puzzle wins the ultimate RWA NFT, redeemable for a sports car or another ultra-premium luxury prize.
{% endstep %}

{% step %}

### Claim Your Rewards Instantly

Whether you complete a slot or the full puzzle, your RWA NFT is automatically credited to your wallet—ready to be redeemed or traded.
{% endstep %}

{% step %}

### Trade & PvP Battles

Need a missing piece? Head to the Marketplace to trade duplicate NFTs or take on winner-takes-all PvP battles where you can steal the piece you need to complete your puzzle faster.
{% endstep %}

{% step %}

### Enter the Sweepstakes

Every Mystery Box purchase grants a free entry into 𝙇𝙐𝙓𝙀𝙔𝘼 provably fair sweepstakes, where real-world event outcomes determine the winners, offering massive jackpots and bonus rewards.
{% endstep %}
{% endstepper %}


---

# 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://whitepaper.luxeya.io/game-mechanics/user-journey.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.
