# Burning Reflection Token Creation Tutorial - BSC

{% hint style="success" %}
**Burning Reflection Token**：<https://bsc.ciaotool.io/token/black-hole>
{% endhint %}

### 🛠 What Is a **Burning Reflection** Token?

With a **Burning Reflection Token**, users must transfer their tokens to the **black hole address** to qualify for dividends. The dividend token type can be specified when creating the contract.

{% hint style="warning" %}
**Black Hole Address:** 0x000000000000000000000000000000000000dEaD
{% endhint %}

#### ⚠️ Risk Detection Notice

* This type of token may trigger risk warnings on security scanners. If detection results are a concern, you can create a **Standard Token**, which carries no risk.
* Creating a Black Hole Dividend Token indicates that you accept the potential detection risks.

### 🪙 How to Create a **Burning Reflection** Token？

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

* Open the creation page: <https://bsc.ciaotool.io/token/black-hole>
* 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/gLkqp2MmlopVDtvY2VWG" 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
* **Liquidity Fee**: Automatically added to liquidity; LP tokens are sent to the marketing wallet by default

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

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

Includes **Marketing, Reflection, 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/3zjQb2S1i5hdXw2dC2RK" alt=""><figcaption></figcaption></figure>

#### V. Other Parameters

* Fund Address]: Receives marketing fees (can be the connected wallet)
* **Exchange**: PancakeSwap
* **Base Pair Token**: WBNB / USDT, etc.\
  The same token must be used later when adding liquidity

<figure><img src="/files/vbIUpunLmLbjxmc3D7YL" 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

**2. 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

**3. Blacklist**&#x20;

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

**4. Max Holding**

* **Enabled**: Set a maximum token holding per wallet
* **Disabled**: Feature unavailable and cannot be re-enabled

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

### ❓Frequently Asked Questions (FAQ)

#### **1.** Do both black hole addresses support dividends?

* [x] No. Currently, only **one black hole address** is supported: 0x000000000000000000000000000000000000dEaD
* [x] Do **not** transfer tokens to any other black hole address.

#### 2. Why haven’t I received dividends despite multiple transactions?

* [x] Do not use whitelisted addresses for transactions, and note that buying alone is not enough — a sell transaction is required to qualify. Make sure the address meets the dividend eligibility, and keep in mind that dividends may take some time to appear.

#### 3. Does a black hole address need activation after transfer?

* [x] No. Simply transfer the tokens to the black hole and wait.

#### 4. Can the dividend threshold for black hole tokens be modified?

* [x] No. This value **cannot be changed**, even with ownership permissions. Set it carefully when creating the contract.

#### 5. Are there restrictions on token source or timing for black hole transfers?

* [x] No. Tokens received from others or purchased yourself can be transferred to the black hole. Transfers are allowed both **before and after trading is enabled** with no restrictions.

**💬 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/black-hole.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.
