# Reserve Burn Token Creation Tutorial - BSC

{% hint style="success" %}
**Reserve Burn Token**：<https://bsc.ciaotool.io/token/lp-burn>
{% endhint %}

### 🛠 What Is a Reserve Burn Token?

After liquidity is added, the project’s native tokens held in the liquidity pool are **burned at fixed intervals**. As the token supply decreases while USDT or BNB reserves remain unchanged, the token price increases passively.

* **Burn Interval**: Configurable — every **1 hour** or **24 hours**
* **Burn Rate**: **0.01% to 1%** per cycle
* **Burn Condition**: Each cycle requires at least one **non-whitelisted sell transaction** to trigger
* **Burn Stop Rule**: Burning automatically stops when only **100 tokens** remain in the pool

#### ⚠️ Risk Detection Notice

* This type of token may trigger risk warnings on security scanners.
* If detection results are a concern, it is recommended to create a **Standard Token**, which carries no such risk. Creating a Reserve Burn Token indicates acceptance of potential detection risks.

### 🪙 How to Create a Reserve Burn Token？

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

* Open the creation page: <https://bsc.ciaotool.io/token/lp-burn>
* 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)

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

#### III. Burn Settings

* **Burn Interval (hours):** How often to burn tokens, up to a maximum of 48 hours
* **Burn Percentage:** Percentage of tokens to burn per cycle, **0.01%–1%**

<figure><img src="/files/3QcBYzvovEEB73v7Ln6M" alt=""><figcaption></figcaption></figure>

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

* **Marketing Fee:** Deducted on buy transactions; once the contract reaches a set threshold, tokens are automatically sold and converted into the reflection token, then sent to the marketing wallet
* **Burn Fee:** Sent to the burn (dead) address for destruction
* **Liquidity Fee:** A portion of each transaction is automatically added to the liquidity pool to ensure continuous market liquidity

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

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

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

#### VI. Other Parameters

* **Marketing Wallet**: 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/afiIaKF8kEj3kHaYmDHE" alt=""><figcaption></figcaption></figure>

#### VII. 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. Kill Blocks (Anti-Bot)**

* **Enabled**: Addresses that trade within the first *N* blocks after launch are blacklisted\
  Used to prevent bot sniping; requires manual trading activation
* **Disabled**: Feature unavailable

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

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

**4. Automatic Airdrop**

* **Enabled**: Each transaction airdrops small amounts of tokens to random addresses (up to 5)
* **Disabled**: Feature unavailable

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

**Note:** Once enabled, it cannot be disabled.

**5. Blacklist Function**

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

### ❓Frequently Asked Questions (FAQ)

#### **1.** Why isn’t the token burning?

* [x] Users who add liquidity on DEXs receive additional token rewards proportional to their LP holdings. Rewards apply only to LP addresses activated by self-added liquidity.

#### 2. Can features be modified after ownership is renounced?

* [x] Select a mainstream token (e.g. WBNB, USDT, USDC, DOGE) that has a BNB trading pair and sufficient liquidity.

#### 3. What is the difference between V2 and V3 liquidity pools?

* [x] Blacklisted addresses cannot transfer or sell tokens and may be excluded from reflections.\
  Whitelisted addresses are exempt from trading pauses and tax limits, and may trade or add liquidity before launch.

#### 4. What if there are no sell transactions during a burn cycle?

* [x] You must add liquidity yourself and generate buy/sell activity. Transferred LP tokens or buy-only behavior will not trigger reflections.

**💬 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/lp-burn.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.
