# Holders Dividend Token Creation Tutorial - BSC

{% hint style="success" %}
**Holders Dividend Token**：<https://bsc.ciaotool.io/token/holders-dividend>
{% endhint %}

### 🛠 What Is a Holders Dividend Token?

* A Holders Dividend Token automatically redistributes a portion of every buy or sell transaction to all holders based on their balance — the more you hold, the more you earn.

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

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

* Install a wallet that supports the BSC network (e.g. MetaMask / OKX Web3 Wallet)
* Open the token creation page: <https://bsc.ciaotool.io/token/holders-dividend>
* Click **“Connect Wallet”** in the top-right corner and authorize the wallet
* Once your wallet address appears in the top-right corner, the connection is successful

<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 divisibility, commonly set to 18
* **Receiving Address**: Wallet address that receives the initial token supply (can be set to the connected wallet)

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

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

* **Marketing Fee**: A portion of each transaction is transferred to the marketing wallet for project promotion
* **Dividend Fee**: Distributed proportionally to all token holders as dividends
* **Burn Fee**: Sent to the burn (dead) address, creating a deflationary effect
* **Liquidity Fee**: Automatically added to the liquidity pool to maintain market liquidity

<figure><img src="/files/33QGt3NEnJM1sRot8qPa" alt=""><figcaption></figcaption></figure>

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

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

**Constraints:**

* Total buy tax must not exceed **25%**
* Combined transaction tax (buy + sell) must not exceed **50%**

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

#### **V. Other Parameters**

* **Marketing Wallet**: Address that receives marketing fees\
  (can be set to 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/MiRylwMeTmr7mAMEBLxy" alt=""><figcaption></figcaption></figure>

#### VI. Add Liquidity

After token creation, liquidity must be added before trading can begin.

* **V2 Liquidity Pool**:\
  Required for initial liquidity and **supports dividend mechanisms**
* **V3 Liquidity Pool**:\
  Does **not** support dividend distribution and cannot be used directly

#### VII. Important Notes

* Tokens held by the burn (dead) address **also participate in dividend distribution**

#### **VIII. Renouncing Contract Ownership (If Required)**

1. Visit [**https://bscscan.com/**](https://bscscan.com/)
2. Enter your contract address and navigate to **Contract → Write Contract (as Proxy)**
3. Locate the function **`transferOwnership`**

<figure><img src="/files/7vhvVUiZ67lmBLpa3W9i" alt=""><figcaption></figcaption></figure>

4. In the **`newOwner`** field, enter a new address\
   To renounce ownership, use a burn or zero address:

* `0x000000000000000000000000000000000000dEaD`
* `0x0000000000000000000000000000000000000000`

{% hint style="danger" %}
**Note:** After ownership is renounced, contract parameters can no longer be modified and the contract cannot be managed. Proceed with caution.
{% endhint %}

### ❓Frequently Asked Questions (FAQ)

#### **1. Can the contract be modified?**

* [x] No. All permissions are renounced by default. The contract has no backdoor or admin controls.

#### 2. How long does token creation take?

* [x] Yes. All operations are signed locally in your browser, contracts are open-source and transparent, and external audits are supported.

#### 3. What is the cost to create a token?

* [x] Usually only **2–5 minutes**. Once deployed, your token will immediately appear on-chain.

#### 4. How should I set total supply and decimals?

* [x] Only **0.024 BNB** service fee, plus the on-chain **gas fee** (which varies based on network conditions).

#### 5. How do I choose between V2 and V3 liquidity pools?

* [x] The creation page allows full customization of total supply and decimal precision — **18 decimals** is the most common setting.

**💬 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/holders-dividend.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.
