> For the complete documentation index, see [llms.txt](https://saisen.gitbook.io/saisen-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saisen.gitbook.io/saisen-docs/tokenomics/saisn-rewards-for-bid/reward-boost.md).

# Reward Boost

Saisen offers **boosted rewards** for players who hold partner project tokens. This mechanism amplifies your SAISN rewards based on how many different eligible tokens you own — not how much of each.

#### 🧪 Eligible Tokens

* **MCHC (**[0x5B1CC635E524cAbb63a581c050C895534755F297](https://explorer.oasys.games/token/0x5B1CC635E524cAbb63a581c050C895534755F297?tab=holders)**)**
* **BPC (**[0x9A340A0dE81B23eCd37ba9c4845dff5850A7e7a4](https://explorer.oasys.games/token/0x9A340A0dE81B23eCd37ba9c4845dff5850A7e7a4)**)**
* **TORA (**[0xe2875275d67DA26C44F4C26F7b16820F40F54cf0](https://explorer.oasys.games/token/0xe2875275d67DA26C44F4C26F7b16820F40F54cf0)**)**
* **OASSY (**[0x254e85845fae520dD9dae6c30dca9829B3bDB30c](https://explorer.oasys.games/address/0x254e85845fae520dD9dae6c30dca9829B3bDB30c)**)**
* **SGC (**[0x5a2941b1B328ADDe8193Cb8b0100787D7cbA2F9a](https://explorer.oasys.games/token/0x5a2941b1B328ADDe8193Cb8b0100787D7cbA2F9a)**)**
* **MSM (**[0xd11E0F63B04868567c297A3119e491707DB19E4e](https://explorer.oasys.games/token/0xd11E0F63B04868567c297A3119e491707DB19E4e)**)**
* **Z (**[0xC683DA627fF9fD56740C72A703528861c33d3B3a](https://explorer.oasys.games/token/0xC683DA627fF9fD56740C72A703528861c33d3B3a)**)**

{% hint style="info" %}
Your token balance must be more than 1 (Decimals are not counted).
{% endhint %}

#### 🧮 Boost Formula

Saisen uses a **concave boost curve** capped at **+15%**. Holding more *unique* tokens increases your reward multiplier:

```
boostPercent = 15% × T / (T + k)
```

Where `T` = number of unique eligible tokens held, and `k` is a curve factor that limits exponential scaling (set at 3.6).

<table><thead><tr><th width="220.859375">No. of token types held</th><th>0</th><th>1</th><th>2</th><th>3</th><th>4</th><th>5</th><th>6</th><th>7</th><th>...</th></tr></thead><tbody><tr><td>Weighting Boost</td><td>0%</td><td>3.26%</td><td>5.35%</td><td>6.81%</td><td>7.89%</td><td>8.72%</td><td>9.37%</td><td>9.90%</td><td>...</td></tr></tbody></table>

> 🔹 Holding multiple of the *same* token does not increase your boost.\
> 🔹 Holding new token types always increases your multiplier — but the curve flattens out over time.

This structure rewards ecosystem participants while preventing whales from dominating rewards.


---

# 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:

```
GET https://saisen.gitbook.io/saisen-docs/tokenomics/saisn-rewards-for-bid/reward-boost.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
