> 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/founder-season-multipliers.md).

# Founder season multipliers

Founder Season is closed. Points, ranks, and referral volume are permanently locked.

But here's the thing: we remember who showed up early.

Building a new application from scratch means relying on people willing to take a chance before there's proof it works. Founder Season participants traded when the app was rougher, the liquidity thinner, and the future less certain. That matters to us.

Season 1 is designed to reward that early conviction. Not as a one-time thank you, but as a structural advantage. The work you put in during Founder Season compounds throughout everything that comes next.

#### What those in Founder Season receive

1. Retroactive volume XP: Your trading volume from Founder Season is converted into starting XP under Season 1 rates. This rewards real trading activity, not just participation.
2. Permanent multiplier: Your Founder Season activity converts into a multiplier that boosts all XP earned throughout Season 1 up to 2.5x for top participants.

#### How multipliers are calculated

Your total multiplier combines three components, each reflecting a different dimension of your Founder Season participation:

1. Rank — Based on your total trading volume during Founder Season. Higher volume, higher multiplier.
2. Points tier — Based on the total points you accumulated. Rewards consistent engagement over time.
3. Referral volume — Based on the trading volume generated by your referrals. Rewards those who helped grow the platform.

These components stack. A trader active across all three dimensions earns a significantly higher multiplier than someone who focused on just one.

### Multiplier formula

`Total Multiplier = 1.15x (base) + Rank Bonus + Points Bonus + Referral Bonus`

The minimum multiplier is 1.15x for any Founder participant. The maximum is 2.5x for those who reached the top tier in all three categories. Your current multiplier is visible in the Dreamcash Mobile App under your rewards page.


---

# 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/founder-season-multipliers.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.
