# Reflections / Reward Tokens

Creating a standard reflections / reward token gives you full control over how rewards are distributed, helping to strengthen your project’s ecosystem and community engagement.

### **Tax & Reward System**

* Taxes can be set between **0% and 15%**.
* Rewards can be distributed in:
  * **Same Token** (Reflection).
  * **SOL**.
  * **Split** (50% SOL, 50% Token).
  * **Custom SPL Token** (Requires a provided token address).

### **Team Allocation & Distribution**

* The deployer can allocate up to **50%** of the pooled reward tokens before distribution.
* **Example Calculation&#x20;*****( Reward type = Reflection )*****:**
  * 1,000 tokens are collected for rewards.
  * If the team sets their allocation to **40%**, then:
    * **400 tokens** → Converted to SOL and sent to the team wallet.
    * **600 tokens** → Distributed to holders who meet the minimum holding requirement.

{% hint style="info" %}
For platform-related fees, refer to the [**Deployr Fees** section](/deployr/custom-token-features/deployr-fees.md).
{% endhint %}


---

# Agent Instructions: 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://deployr.gitbook.io/deployr/custom-token-features/reflections-reward-tokens.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.
