# Holders Refiection Token Creation Tutorial - BSC

{% hint style="success" %}
**Holders Refiection Token**：<https://bsc.ciaotool.io/token/hold-ref-others>
{% endhint %}

### 🛠 What Is a Holders Refiection Token?

* By holding the issued token, holders automatically receive dividends in **other tokens** such as USDT, DOGE, or ETH.
* Dividends are distributed **proportionally to token holdings** — the more you hold, the more you earn.

#### ⚠️ Risk Detection Notice

* After creation, this type of token may trigger warnings on security scanners. If detection results are a concern, you may choose to create a **Standard Token**, which carries no risk.
* Creating this type of token indicates that you accept the potential detection risks.

### 🪙 How to Create a Holders Refiection Token？

#### &#x49;**. Connect Wallet**

* Open the creation page: <https://bsc.ciaotool.io/token/lp-reflection>
* Click **“Connect Wallet”** in the top-right corner
* Confirm your wallet address in the popup

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

#### II. Enter Basic Token Information

* **Token Name**: e.g. *CiaoTool* (supports Chinese, English, or mixed)
* **Token Symbol**: e.g. *C*, displayed in wallets and exchanges
* **Total Supply**: Fixed supply; cannot be increased after creation
* **Decimals**: Token precision (e.g. 6 decimals = 0.000001; default is usually 18)
* **Receiving Address**: Wallet address that receives the initial supply (can be the connected wallet)
* **Reflection Token**: Enter the contract address of the reward token (must have a trading pair with BNB and sufficient liquidity; low liquidity may prevent distributions)

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

#### III. Buy Tax Rates (**0**≤x<**25%**)

* **Marketing Fee**: After buy transactions, tokens are sold once a threshold is reached and converted into the reflection token, then sent to the marketing wallet
* **Reflection Fee**: After buy transactions, tokens are sold once a threshold is reached and distributed to LP holders
* **Burn Fee**: Sent to the burn (dead) address
* **Liquidity Fee**: Automatically added to liquidity; LP tokens are sent to the marketing wallet by default

<figure><img src="/files/6oB9e8nBzSaLaFRMxQei" alt=""><figcaption></figcaption></figure>

#### **IV.** Sell Tax Rates (**0**≤x<**25%**)

Includes **Marketing, Reflection, Burn, and Liquidity fees**,\
with the same logic as buy taxes, applied only on sell transactions.

**Limits:**

* Total buy tax < **25%**
* Total transaction tax (buy + sell) < **50%**

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

#### V. Other Parameters

* **Fund Address**: Receives marketing fees (can be the connected wallet)
* **Minimum Holding for Dividends:** Set the minimum token holding required. Addresses holding less than this threshold will not be eligible to receive dividends.
* **Exchange**: PancakeSwap
* **Base Pair Token**: WBNB / USDT, etc.The same token must be used later when adding liquidity

<figure><img src="/files/4zNY4PnpNBGbLR8vZJ3r" alt=""><figcaption></figcaption></figure>

#### VI. Feature Toggle Parameters

**1. Manual Trading Activation**

* **Enabled**: The first trade after adding liquidity must be manually activated via the control panel
* **Disabled**: Trading starts immediately after liquidity is added

**3. Tax Switch**

* **Enabled**: Buy and sell tax rates can be adjusted after creation (each must remain within 0%–25%)
* **Disabled**: Tax rates cannot be modified and this option cannot be re-enabled

**5. Blacklist**

* **Enabled**: Add or remove blacklisted addresses; blacklisted addresses cannot transfer or sell
* **Disabled**: Feature unavailable

### ❓Frequently Asked Questions (FAQ)

#### **1.** Can contract ownership be renounced?

* [x] Yes, but it is recommended to confirm all tax rates are correct after trading opens to avoid losses before renouncing ownership.

#### 2. Do burn (dead) addresses or contract addresses receive dividends?

* [x] No. Burn addresses, token contract addresses, and liquidity pool addresses are excluded by default.

#### 3. Why do wallets receive extra Tracker tokens?

* [x] Tracker tokens record dividend weights and **cannot be transferred**, otherwise dividend calculations will be disrupted.

**💬 Need help? Join our community for real-time support:** <https://t.me/ciaotool>

* **Email:** <support@ciaotool.io>
* **Website:** [https://ciaotool.io](https://ciaotool.io/)
* **X (Twitter):** <https://x.com/CiaoTool>
* **Medium:** <https://medium.com/@ciaotool>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **YouTube:** <https://www.youtube.com/@CiaoTool>
* **WhatsApp**：<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% 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://ciaotool.gitbook.io/docs/en/token/hold-ref-others.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.
