> For the complete documentation index, see [llms.txt](https://nerdystar.gitbook.io/luxon-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nerdystar.gitbook.io/luxon-whitepaper/platform/luxon/ecosystem/luxon-platform.md).

# LUXON Platform

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

{% tabs %}
{% tab title="GAME LAUNCHER" %}

* You can play games integrated into LUXON through the LUXON Launcher.
* By default, a game account linked to a wallet linked to LUXON is created.
* While playing a GAME, users can acquire various NFTs provided by that game.
  {% endtab %}

{% tab title="QUEST" %}

* This is content that provides new NFTs as rewards for burning NFTs acquired in games.
* QUESTs are divided into Daily, Weekly, and Premium (Monthly), and quests are refreshed according to each cycle.
* There are special, limited NFTs that can only be acquired through QUESTs.
  {% endtab %}

{% tab title="MARKETPLACE" %}

* This menu allows you to trade any NFT issued in the LUXON ecosystem.
* Trading is supported by LUXON's governance token LXN and two types of Matic coins on the Polygon chain.
* Trading Agent NFTs on the MARKETPLACE allows you to earn contribution points in the RANK system.

{% hint style="info" %}
Currently, trading NFTs is only supported through OpenSea.
{% endhint %}
{% endtab %}

{% tab title="RANK" %}

* RANK is content that provides additional benefits to users based on the NFTs they own and their trading volume.
* Currently, we provide Rank and benefits for the DESPERADO B218 NFT.
* There are plans for a future LXN Token Airdrop according to the monthly recorded rankings in this content.

{% hint style="warning" %}
The LXN Token Airdrop will be distributed according to the Unlock schedule of the Token Distribution's Ecosystem Reward Pool.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://nerdystar.gitbook.io/luxon-whitepaper/platform/luxon/ecosystem/luxon-platform.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.
