> For the complete documentation index, see [llms.txt](https://docs.dreamcash.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dreamcash.xyz/season-1/overview.md).

# Overview

Dreamcash Season 1 is the first phase of the application's rewards program, designed to align incentives with traders who actively contribute to the app and the CASH HIP-3 markets.

The structure is built on a simple principle: rewards should flow to those who participate. There are no shortcuts.

**Dual-Track Rewards**

Season 1 operates on two parallel reward mechanisms:

1. **XP** is earned through trading activity on the Dreamcash Mobile App, WebApp, and TreadFi. A fixed pool of 150M XP is distributed weekly every Thursday, pro rata based on relative trading volume. XP will form the basis for potential future reward distributions. Users trading via the Hyperliquid frontend do not earn XP.
2. **USDT Rewards** are distributed to all traders on CASH HIP-3 markets, regardless of whether they use the Dreamcash Mobile App, WebApp, TreadFi, or directly through Hyperliquid. These rebates are made possible through Tether's USDT0 infrastructure and are allocated weekly based on relative trading volume for an initial 10-week period, which may be extended.

This structure reflects a deliberate choice. Hyperliquid provides the underlying infrastructure, but building a sustainable platform requires cultivating an independent user base. The incentive design rewards traders who adopt the native Dreamcash experience while still sharing value with the broader ecosystem.

**Platform structure**

| Platform             | USDT Rewards | XP  | Volume Weight |
| -------------------- | ------------ | --- | ------------- |
| Dreamcash Mobile App | Yes          | Yes | 1x            |
| Dreamcash WebApp     | Yes          | Yes | 0.5x          |
| TreadFi              | Yes          | Yes | 0.5x          |
| Hyperliquid Frontend | Yes          | No  | —             |

The Mobile App carries a 1x volume weight compared to 0.5x on WebApp and TreadFi, rewarding users who adopt the native mobile experience. Any multipliers earned during the Founder Season still apply on top of these weights.


---

# 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.dreamcash.xyz/season-1/overview.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.
