> For the complete documentation index, see [llms.txt](https://docs.0xdx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0xdx.io/platform/gamification.md).

# Gamification

## 0xdx: Gamified

To ensure trading option contracts and *Decentralized Speculation* is engaging for our users, we're gamifying aspects of 0xdx and rewarding users with tangible and non-fungible rewards!

### Battle Pass Season 2 - Testnet

Similar to what you would find in games like Apex Legends or Call of Duty: Warzone. We've designed 50 unique levels with in-platform items to enhance your DeSpec experience.

<mark style="color:yellow;">Progressing your Battle Pass directly relates to your future allocation of airdropped $0XDX. Reach level 50 to max out your rewards for S2</mark>

### Generating XP & COIN

Below is a breakdown of the actions that will grant you XP & COIN. For most of the actions on 0xdx, XP and COIN will be subject to diminishing returns for the first **three times** a user executes the action to ensure fairness and balance. These actions reset every 24 hours.&#x20;

<table><thead><tr><th width="255.33333333333331">ACTION</th><th align="center">XP</th><th align="center">COIN</th></tr></thead><tbody><tr><td><strong>Create a Buy Or Sell Order</strong></td><td align="center">150/100/50</td><td align="center">75/50/25</td></tr><tr><td><strong>Fill (Match) an Option</strong></td><td align="center">150/100/50</td><td align="center">75/50/25</td></tr><tr><td><strong>Payout Option</strong></td><td align="center">50</td><td align="center">50</td></tr><tr><td><strong>Daily Free Claim</strong></td><td align="center">??</td><td align="center">??</td></tr><tr><td></td><td align="center"></td><td align="center"></td></tr></tbody></table>

<mark style="color:yellow;">Note: The questing rewards are subject to change over time to incent user behaviour. Keep an eye on the Rewards tab on 0xdx for updates</mark>

### Items

Here's a list of the items you can obtain through the Battle Pass:&#x20;

* **COIN**
* **XP**
* **Raffle Ticket**
  * Used for entering raffles in the Marketplace
* **3 Mystic Orbs**
  * Activate to enter into a mysterious chamber with chances to win secret items
* **Double XP token**
  * Activate to gain 2x XP on all platform actions for 24 hours
* **Potion of Speculation**
  * Consume to gain 2x COIN on all platform actions for 24 hours
* **Elixir of Liquidity**
  * Instantly reset Daily Free Claim
* **Holographic Coin**
  * ...

#### **Crafting Materials**

* Silkworm Silk
* Istanbul Spice Mix
* Layer 2 Ethereal Metadata
* Lamb Shank
* Blockchain Batter
* Mystic Moonstone
* AI-Generated Egg
* Chunk of Obsidian
* Malachite Ore
* Truesilver Ore
* Smoked Rice

\
**Crafting Recipes**

Blockchain Brownies

* Resets your quest to Fill/Match an order

Lavish Turkish Platter

* Guarantees 1x **3 Mystic Orbs** upon leveling up

#### **Gear**

Testnet S1:

* Bridgerr Amulet of NFT Analytics
  * Chance to win a higher quantity of raffle tickets from the Daily Free Claim
* Cryptic Silk Vest of Speculation
  * Double the chance for a rare item within the mysterious chamber
* Derivatives Master Robes
  * ... Acquired at Battle Pass level 50

Testnet S2:

* Striking Gauntlets of Price Discovery
  * 10% Reduced price for COIN >> Raffle Ticket conversion
* Robust Helm of Optionality
  * +1 to all attributes
* Speculator's Signet
  * Generates 1x Raffle ticket every 10 days. Must be equipped consecutively

*<mark style="color:yellow;">Expect to see the amount of items, crafting materials and gear increase over time</mark>*

### General Store

A place where you can spend COIN to purchase crafting materials from current and previous seasons... *Coming Soon*

### Crafting

As you may... *Speculate,* some items can be combined. Discover the recipe through our crafting cube:

<figure><img src="/files/HrgOh5t8ERmF4r0lVEfB" alt=""><figcaption><p>Crafting Cube</p></figcaption></figure>

### Inventory

You'll need somewhere to hold your items! You can find your inventory under your Profile.

### COIN

The currency used on 0xdx for rewards in our bespoke Marketplace. COIN can also be exchanged for **Raffle Tickets** at a rate of 1000 COIN for 1 Raffle Ticket.&#x20;

### Marketplace

Spend your COIN and raffle tickets in our *bespoke* Marketplace stocked with Web2/Web3, physical & phygital items.&#x20;


---

# 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.0xdx.io/platform/gamification.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.
