# Burning Reflection Token Ceration Guide

## **Protocol Mechanics**

**Burning Reflection**

* Users must transfer tokens to the Burn Address (0x000000000000000000000000000000000000dEaD) to qualify for rewards. Rewards are distributed in the token specified during contract creation (e.g., USDT, wBNB).

**Key Feature:**

* Immutable Burn Threshold: Minimum token burn amount required for reward eligibility (set during deployment, unchangeable).

## **Burning Reflection** Token Creation Steps

1.Open[ PandaTool](https://www.pandatool.org/#/coinrelease/blackHole?lang=en-US)

2.Select the Burning Reflection template

3.Connect Wallet

4.Token Parameter Configuration

5.Create Contract

6.Setting up token functionality

### **1. Wallet Connection (A**xperienced users **may skip)**

#### Step 1 - Network Selection&#xD;

In MetaMask:

* Select target blockchain (e.g. BSC for Binance Smart Chain)
* Switch networks using the network dropdown

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FooolO2SHi9owa8lSOXSC%2F1%E5%B0%8F%E7%8B%90%E7%8B%B8%E5%88%87%E6%8D%A20.jpg?alt=media&#x26;token=a5dc2f8f-a6cb-485e-a960-b5d3031d7fd1" alt=""><figcaption></figcaption></figure>

#### Step 2 - Platform Access&#xD;

Navigate to:<https://www.pandatool.org/#/coinrelease/blackHole?lang=en-US>  Click "Connect Wallet" at top-right

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FgXQexKx7ssbpn66Brc7x%2F1%E9%93%BE%E6%8E%A5%E9%92%B1%E5%8C%85.png?alt=media&#x26;token=13a7f62e-dd3d-4a9a-859b-da77d9e9a858" alt=""><figcaption></figcaption></figure>

#### Step 3 -Wallet Connection Process

1. MetaMask pop-up appears → Select desired account
2. Click **"Next"** → **"Confirm"**
3. Verify connection status via displayed chain name & wallet address

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FE9hfUe5tIWQERa7yVV4j%2F%E9%92%B1%E5%8C%85%E9%93%BE%E6%8E%A5%E6%88%90%E5%8A%9F.png?alt=media&#x26;token=b2308910-97a4-4bd7-8abf-ed5af25dc97c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
I**mportant Notice:**\
If your Google Chrome has multiple wallet extensions installed (Phantom Wallet, MetaMask, and OKX Web3 Wallet), PandaTool will prioritize connecting to Phantom Wallet by default. To prevent this, temporarily disable the Phantom Wallet extension in your Google Chrome settings.
{% endhint %}

### **2. Parameter Configuration**

After successfully connecting to the wallet, we fill in the corresponding parameters on the token creation page:<https://www.pandatool.org/#/coinrelease/blackHole?lang=en-US>

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FCfH2VncEdPyHauMVaFjF%2F2%E5%8F%82%E6%95%B0%E5%A1%AB%E5%86%99.png?alt=media&#x26;token=09cabe53-ddf1-4382-b5e4-4ca21dd65c50" alt=""><figcaption></figcaption></figure>

#### ***Core Settings***

* **Name**: Full designation (e.g., Ethereum)
* **Symbol**: Ticker (e.g., ETH)
* **Total Supply**: Fixed issuance (non-inflationary)
* **Decimals**: Fixed at **18**

#### ***Buy Tax  (Total <25%)***

* **Buy Fund Fee:** Each buy transaction deducts a percentage of tokens deposited into the contract address. When the accumulation threshold is reached, these tokens are automatically swapped for **USDT** (or the base pool token matching your liquidity pool,such as bnb or USDC) and sent to your **fundaddress**.
* **Buy Reward Fee:** Each buy transaction deducts a percentage of tokens deposited into the contract address. When the trigger threshold is met, these tokens are converted into **your designated** Reward **token** (e.g., USDT) and distributed proportionally to **LP holders**.
* **Buy LP Fee:** Each buy transaction deducts a percentage of tokens deposited into the contract address. Upon reaching the activation threshold, these tokens are automatically paired with the base token to **enhance liquidity depth**. The generated LP tokens are irrevocably allocated to the **fundaddress**.

#### ***Sell Tax  (Total <25%)***

* **Sell Fund Fee:** Each Sell transaction deducts a percentage of tokens deposited into the contract address. When the accumulation threshold is reached, these tokens are automatically swapped for **USDT** (or the base pool token matching your liquidity pool,such as bnb or USDC) and sent to your **fundaddress**.
* **Sell Reward Fee:** Each Sell transaction deducts a percentage of tokens deposited into the contract address. When the trigger threshold is met, these tokens are converted into **your designated** Reward **token** (e.g., USDT) and distributed proportionally to **LP holders**.
* **Sell LP Fee:** Each Sell transaction deducts a percentage of tokens deposited into the contract address. Upon reaching the activation threshold, these tokens are automatically paired with the base token to **enhance liquidity depth**. The generated LP tokens are irrevocably allocated to the **fundaddress**.

{% hint style="info" %}
**Critical Notes**

* **Buy Tax Limitation**: **Buy Tax** rate must be <25%
* **Sell Tax Limitation**: **Sell Tax** rate must be <25%
* **Zero-Value Requirement**: Set unused tax categories to **0** (all fields are mandatory)
* **FundFee Enforcement**: **FundFee** must be ≥ **0.01%**
  {% endhint %}

#### ***Fundaddress***

* This is the address that receives the fundfee. If the base pool is a USDT pool, it will receive USDT; if the base pool is a BNB pool, it will receive BNB.

#### *Minimum Burn Rewarde Amount:*&#xD;

The minimum token amount that must be burned to qualify for rewards.The initial token transfer to the Burn Address must exceed this threshold; otherwise, rewards are inaccessible.

⚠️ **Irreversible after contract deployment!**\
⚠️ **Irreversible after contract deployment!**\
⚠️ **Irreversible after contract deployment!**

#### ***Advanced Controls***

* **Select DEXs**: Match chain (BSC → PancakeSwap, ETH → Uniswap).Choose the correct exchange where you will add liquidity. An incorrect selection may cause the mechanism to fail.
* **Select Currency**: Only BNB pools are supported.

#### ***Reflection Settings***

* **Select Reward:** Input contract address of a high-liquidity token.If the liquidity is too low, dividends may not be distributed properly.

### **3. Feature Toggles**

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FDwQKpznwmFzRk7ZM7xUD%2F3%E5%BC%80%E5%85%B3%E8%AF%B4%E6%98%8E.png?alt=media&#x26;token=e1f3463d-12fb-495e-ad46-28d7e57779cc" alt=""><figcaption></figcaption></figure>

Below are explanations for the various token function switches:

| Function         | Enabled                                   | Disabled                             |
| ---------------- | ----------------------------------------- | ------------------------------------ |
| **Off Trade**    | Requires manual activation (irreversible) | Auto-trading post-liquidity addition |
| **Cahnge Tax**   | Allows post-deployment tax modifications  | Locked permanently                   |
| **Blacklist**    | Restrict sells/transfers for              | Permanently disabled                 |
| **Wallet Limit** | Enforce per-wallet holding limits         | Permanently disabled                 |

#### **Enable Off Trade**

* **Manual Trading Activation:**\
  Select this option if you wish to enable trading via the console. Once activated, trading cannot be turned off.
* **Do Not Select:**\
  Trading becomes available immediately after liquidity is created.

#### Enable Cahnge Tax

* **Select This Option:**\
  Allows you to manually adjust the tax rates after creating the token; both buy and sell tax rates must be less than 25%.
* **Do Not Select:**\
  Once the token is created, the slippage cannot be modified, and this function cannot be enabled later.

**Blacklist**

* **Select This Option:**\
  Allows you to add or remove addresses from the blacklist. Addresses on the blacklist will be unable to sell or transfer tokens. Use with caution.
* **Do Not Select:**\
  Blacklist settings cannot be configured or removed.

**Enable Wallet Limit**

* **Select This Option:** Enables you to set the maximum number of tokens that a single wallet can hold.
* **Do Not Select:** This function will be unavailable and cannot be enabled later.

### 4.Console Usage Instructions <a href="#id-4.console-usage-instructions" id="id-4.console-usage-instructions"></a>

After successfully creating your token, you can enter the console to manage its various functions. Open the console at <https://www.pandatool.org/#/coinrelease/console?lang=en-US> and adjust the following settings:

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2F1oGuKOXK5tmNryHF4gXd%2F4%E6%8E%A7%E5%88%B6%E5%8F%B0.png?alt=media&#x26;token=2e11414f-b785-479f-953e-38e959247af8" alt=""><figcaption></figcaption></figure>

**Ownership Control**

* **Transfer Ownership**: Transfer the contract ownership to another address. (Before transferring, be sure to copy the console URL. The new ownership address must use the console URL to access the console.)
* **Renounce Ownership**: Irreversible privilege discard

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2Fz0ScwizGCfisSrLAPS7p%2F5%E5%A4%8D%E5%88%B6%E9%93%BE%E6%8E%A5.png?alt=media&#x26;token=9bc6ae20-18d2-4d59-9e64-d2fd3f571dbf" alt=""><figcaption></figcaption></figure>

**Trading Controls**

* **Launch:** Enable Trading.Once enabled, users can trade. This function cannot be disabled once activated.
* **Change Wallet Limit:** Adjust the maximum number of tokens that an address can hold.
* **Disable Wallet Limit:** Turn off the holding limit function.
* **SetisMaxeatexempt:** Set wallet limit Whitelist.Addresses on the whitelist will not be subject to the holding limit. Whitelisted addresses can also be removed later.
* **Set Blacklist:** Allows you to add or remove multiple addresses from the blacklist.Blacklisted addresses will not be able to transfer or sell tokens

**Tax rate control**

* **Modify Tax :** You can adjust the liquidity (return), fundaddress, dividend, and burn tax rates individually. Their total must be less than 25%.
* **Set Fee Whitelist:** Transactions from whitelisted addresses are exempt from tax. You can add or remove addresses in bulk.
* **Set Fundaddress:** Change the contract’s fundaddress.

**Dividend control**

* **Set Claim:** Withdraw any undistributed reward tokens remaining in the contract address.
* **Set Exclude Holder:** Set Reward Blacklist.Addresses added to this blacklist will not receive LP Reflection rewards.

## **FAQs**

**Q: Do multiple burn addresses earn rewards?**

* Only transfers to **0x000...dEaD** qualify.The other burn address(**0x000...0000)** is not supported, so do not transfer tokens to it.

**Q: Why no rewards after trades?**

* ❌ Avoid trades from whitelisted addresses (deployer/fundaddress)
* ⚠️ Requires **sell trades** to trigger distributions
* ✔️ Ensure burned tokens exceed threshold

**Q: Does the burn address require activation?**

* **No activation needed** - rewards automatically accrue after qualifying burn transfers.

**Q: Why isn't the fundaddress receiving BNB?**

* Rewards are distributed as **wBNB** (1:1 redeemable for BNB via PancakeSwap).

**Q: Can the burn threshold be modified post-deployment?**

* **No** - this parameter is **immutable** regardless of admin privileges.

**Q:Are there restrictions on burned token sources/timing?**

* **No restrictions** - tokens from any source (purchased/transferred) burned before/after trading activation qualify.

**Q: Do contract addresses earn rewards?**

* **No** - to prevent exploit vectors, **all contract addresses** (including native token contracts and sandwich bots) are reward-exempt.

**Q:How Does a New Ownership Address Access the Console After Ownership Transfer?**

* **Pre-Transfer Action:** Copy the dashboard link (visible via the "Copy Link" button).
* **New Owner Access:** Transferred addresses must use the copied link to access the console.

**Q:Testnet Configuration (BSC Testnet)**

* **PancakeSwap Testnet**: <https://pancakeswap.finance/swap?chain=bscTestnet>
* **Testnet USDT Contract**: `0x66e972502a34a625828c544a1914e8d8cc2a9de5`

If you have any questions or require further clarification, please join our official Telegram group: <https://t.me/pandatool_en>
