> For the complete documentation index, see [llms.txt](https://docs.trex.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trex.trade/trextoken/what-to-do-with-trex-tokens.md).

# What You Can Do With TReX

$TReX is your key to deeper participation in the Tea-REX ecosystem.\
Whether you earned it through trading or claimed it from the Early Explorer Giveaway, your next step is simple:

**Turn your $TReX into $sTReX — then decide how you want to use your power.**

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

***

## **First, Stake $TReX → Receive $sTReX**

Staking is the first step for any jungle explorer who wants to fully join the ecosystem.\
When you stake $TReX, you mint **$sTReX**, a share token representing your stake in the Tea-REX staking vault.

{% hint style="success" %}
**Once you hold $sTReX, you can either:**

**A. Hold $sTReX for more gains**

&#x20;    OR

**B. Use $sTReX to buy Match 4 ticket NFTs for prizes**
{% endhint %}

Read more → [Staking TReX → sTReX](/trextoken/staking-trex-strex.md)

***

## **A. Hold $sTReX (**&#x4C;ong-Term Value)

Holding $sTReX means holding a growing slice of the vault.&#x20;

This means you gain passive value:

* As the vault gains more $TReX (from early-unstake fees, treasury injections)
* $sTReX supply shrinks (from Match 4 ticket purchases)

You also retain governance power.

Long-term stakers receive a larger share of future growth.\
This is the “steady path” for jungle explorers.

***

## **B. Use $sTReX in Match 4 (Weekly Prizes)**

Match 4 is our weekly prize throwdown — grab a NFT ticket, step into the jungle, and you might walk away with something big.

**Spend $sTReX → mint ticket NFTs → join the weekly draw.**

#### **What you do**

* Spend $sTReX to mint ticket NFTs
* Pick your own 4-digit combination — or let Auto-Pick choose for you
* Check results each week
* Claim prizes if your digits match the winning pattern

Match 4 will run in weekly rounds, and a winning number will be announced at the end of each round.

{% hint style="info" %}
Match 4 will use [Pyth Entropy](https://docs.pyth.network/entropy) to generate a secure random number as the winning number for each Round.
{% endhint %}

*More details about the mechanics coming soon!*


---

# 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.trex.trade/trextoken/what-to-do-with-trex-tokens.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.
