# Allocation & Distribution

## Total Supply:  8,076,860,775

**DBDC Tokens Allocation**

1. Creator: 5%&#x20;
   * Marketing:  (Creators wallet)
   * Development:  (Creators wallet)
   * CEX/DEX listing: (Creators wallet)
2. Community : 95%
   * Token Distribution app [https://app.dbdc.io](https://app.dbdc.io/)
   * Twitter Events

#### DBDC Official Token address on bscscan

<https://bscscan.com/token/0x4d6551df132d5cd31ab5680f5d6dd2a4ee1b4d9a>

**How the tokens will be distributed:**

* Manually by user claims to everyone. Official token distribution link  <https://app.dbdc.io>

#### Token distribution and fees table:

<pre class="language-sql"><code class="lang-sql">+------+---------------------+-------+--------+
|holder| Claim  Count | Cycle |  Fee   | Tokens |
+------+---------------------+-------+--------+
|   1  |       1        |   1   |   -    | 76720  |
|   2  |       2        |   1   |   -    | 76720  |
|   3  |       3        |   1   |   -    | 76720  |
|  99  |      99        |   1   |   -    | 76720  |
| 100  |     100        |   1   |   -    | 76720  |
| ...  |       ...      |  ...  |  ...   |  ...   |
| 101  |       1        |   2   | 0.001  | 76720  |
| 102  |       2        |   2   | 0.001  | 76720  |
| 103  |       3        |   2   | 0.001  | 76720  |
| 199  |      99        |   2   | 0.001  | 76720  |
| 200  |     100        |   2   | 0.001  | 76720  |
| ...  |       ...      |  ...  |  ...   |  ...   |
| 99996|      96        |  1000 | 0.999  | 76720  |
| 99997|      97        |  1000 | 0.999  | 76720  |
| 99998|      98        |  1000 | 0.999  | 76720  |
| 99999|      99        |  1000 | 0.999  | 76720  |
|100000|     100        |  1000 | 0.999  | 76720  |
+------+---------------------+-------+--------+

// The distribution is done in 1,000 cycles. each cycle contains
// 100 claims. to calculate the total number of holders,
// we multiply 1,000 cycles x 100 claims each, which makes
// a total of 100,000 holders. 
// The first cycle starts with zero fees, while the last 
// cycle costs 0.999 BNB fee.
// So, the sum of the cycles 0.1+0.2+0.3+…+100 (1000 cycles)
// is 50,050 BNB collected.
==============================================================
// Now lets calculate our token value in terms of marketcap.
// for example we will compare with "Axie Infinity AXS" token
// total marketcap of $1,108,111,473 . Our token claim would 
// value at 9,976$ per 76,720 DBDC tokens. 
// 1 DBDC ~= 0.137$ . 
// Even the last holder would only pay 0.998 BNB for 9,976$ DBDCs.
===============================================================
// conclusion: For the last holder to break even, we need a market
<strong>// cap of $31,582,745, a position of 614 in coinmarketcap.com
</strong></code></pre>

**Updated tokens distribution table and total liquidity collected:**

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

{% hint style="danger" %}
Warning, do your own research before investing, DYOR
{% 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://docs.dbdc.io/allocation-and-distribution.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.
