# Holders Dividend Token Creation Guide

## **Protocol Mechanics**

The Holders Dividend Token implements a transaction tax redistribution system where token holders automatically receive proportional rewards in your created token (i.e., the token you create) from every buy/sell transaction. Reward distribution is weighted by each holder's token balance - larger holdings yield higher rewards.

*Key characteristics:*

* Automatic ownership renouncement post-deployment
* No admin functions (whitelist/blacklist/bot-killer/trading switch)
* Immutable contract architecture

{% hint style="info" %}
*e: You cannot create tokens without installing the MetaMask wallet. Please install the MetaMask plugin first:*[*https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn*](https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)
{% endhint %}

## Dividend Token Creation Steps

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

2.Select the holders dividend token template

3.Connect Wallet

4.Token Parameter Configuration

5.Create Contract

6.View Tokens Via Console

### **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/holdReflection?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%2FV9szJa31dQAM4eK472GE%2F2%E9%92%B1%E5%8C%85%E5%88%87%E6%8D%A2.png?alt=media&#x26;token=ba6093a6-136f-426e-8b9f-8050ea061c2a" 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/holdReflection?lang=en-US>

<figure><img src="https://3429323453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzBn8ubMM82V3XXcAjE7u%2Fuploads%2FOJ9enSVydUKEVBPTlqmN%2F3%E5%A1%AB%E5%86%99%E5%8F%82%E6%95%B0.png?alt=media&#x26;token=e20f7b39-8a5b-4594-b87a-e1557232ab69" alt=""><figcaption></figcaption></figure>

#### ***Core Parameters***

* **Name**: Full designation (e.g. Ethereum)
* **Symbol**: Trading ticker (e.g. ETH)
* **Total Supply**: Fixed issuance (non-inflationary)
* **Decimals**: Recommended 18 (e.g. 0.000001 = 6 decimals)

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

* **buyFund Fee:**&#x45;ach buy transaction deducts a percentage of tokens (your created token) sent to your FundAddress
* **buyBurn Fee**: Each buy transaction deducts a percentage of tokens (your created token) sent to the **Burn Address** for permanent removal
* **buyLP Fee**:Each buy transaction deducts a percentage of tokens (your created token)  automatically deposited into the **Liquidity Pool**
* **buyReward Fee:** Each buy transaction deducts a percentage of tokens(your created token)  distributed proportionally to all holder addresses

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

* **sellFund Fee:**&#x45;ach sell transaction deducts a percentage of tokens (your created token) sent to your FundAddress
* **sellBurn Fee**: Each sell transaction deducts a percentage of tokens (your created token) sent to the **Burn Address** for permanent removal
* **sellLP Fee**:Each sell transaction deducts a percentage of tokens (your created token)  automatically deposited into the **Liquidity Pool**
* **sellReward Fee:** Each sell transaction deducts a percentage of tokens(your created token)  distributed proportionally to all holder addresses

{% 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 %}

#### ***Advanced Settings***

* **fundAddress**：Receives fundfee allocations(
* **Select DEXs ：**
  * BSC → PancakeSwap
  * Ethereum → Uniswap
  * *Must match actual liquidity pool creation*
* **Select Curreny ：**
  * Select pairing asset (BNB/USDT/etc)
  * *Must create corresponding LP pool*

## FAQs

&#x20;***Does Burn Address receive rewards?***

* Yes, if holding tokens, Burn Address participates in reward distribution

***Can the contract be modified via the console?***

* No，Full permission renouncement occurs upon deployment - no owner controls remain，the console is only used to view token information →<https://www.pandatool.org/#/coinrelease/console?lang=en-US>

***Testnet Requirements (BSC Testnet)***

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

***Liquidity Pool Versioning***\
❗ **Mandatory**: Initial liquidity must use **PancakeSwap** **V2 Pool**\
⛔ V3 pools are incompatible with tax mechanisms

For any additional issues, join the Telegram group to seek help from volunteers: <https://t.me/pandatool_en>
