> For the complete documentation index, see [llms.txt](https://docs.blackchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blackchain.io/presale-and-token/token-allocation-and-vesting.md).

# 📊 Token Allocation & Vesting

#### Token Details

| Item                   | Value                 |
| ---------------------- | --------------------- |
| **Name**               | Black                 |
| **Symbol**             | BLK                   |
| **Standard**           | ERC-20                |
| **Network**            | Base Mainnet          |
| **Max Supply**         | 1,000,000,000 BLK     |
| **Deflationary Floor** | 210,000,000 BLK       |
| **Transfer Burn Rate** | 2% (owner adjustable) |

***

#### 🔥 Deflationary Model

BlackChain is implementing a **long-term deflationary model** to reduce the circulating supply from **1B → 210M tokens**, mirroring Bitcoin’s scarcity.

Deflation is driven by token burns from:

* Transaction fees
* Premium content purchases
* Learn2Earn reward redemptions
* Staking activity and platform access

***

#### 🚀 Presale Configuration

| Item                 | Value                                                                        |
| -------------------- | ---------------------------------------------------------------------------- |
| **Presale Contract** | `0xcd2d28DFC4b914C573098bAEB3886ab467c8Da5E`                                 |
| **Allocation**       | 300,000,000 BLK (includes 25,000,000 reserved for private sale participants) |
| **Price**            | $0.10 USDC per BLK                                                           |
| **Payment Method**   | USDC (Base)                                                                  |
| **Minimum Purchase** | 1 BLK                                                                        |

***

#### 🏦 Presale Contract Details

* **Deployer:** `0xBC9DCd8bed46e2e0CD9fdE4aC4F38fABeB17338b`
* **Black Token:** `0x1D10cDCBFFc12B05a3ddD895219BC21e788aB242`
* **Presale Implementation:** `0x0A5545E8d8f6AF9011764Ca351062b556a18065F`
* **Presale Proxy:** `0xB6B6135C7Db6bF600AB5E05219d7B0e8527E189b`

***

#### 📑 Vesting Schedules

**👤 Founder & Executive Allocation**

| Release | Amount                    |
| ------- | ------------------------- |
| Initial | 0%                        |
| Vesting | 5% released every 2 years |
| Lockup  | 20 years total            |

***

**🛍️ Tier 1 – Retail Tier (≤ 6,000 BLK)**

| Month     | Unlock % | Cumulative % |
| --------- | -------- | ------------ |
| Immediate | 100%     | 100%         |

**Purpose:** Designed for retail users & Learn2Earn participants → ensures liquidity.

***

**🤝 Tier 2 – Community Tier (6,001 – 59,999 BLK)**

| Month | Unlock % | Cumulative % |
| ----- | -------- | ------------ |
| 1     | 15%      | 15%          |
| 2     | 15%      | 30%          |
| 3     | 20%      | 50%          |
| 4     | 20%      | 70%          |
| 5     | 15%      | 85%          |
| 6     | 15%      | 100%         |

***

**💼 Tier 3 – Investor Tier (60,000+ BLK)**

| Month | Unlock % | Cumulative % |
| ----- | -------- | ------------ |
| 1     | 10%      | 10%          |
| 2     | 15%      | 25%          |
| 3     | 15%      | 40%          |
| 4     | 20%      | 60%          |
| 5     | 20%      | 80%          |
| 6     | 20%      | 100%         |

***

#### ⚙️ Security & Admin Controls

* UUPS Upgradeable Smart Contracts
* Pausable Presale & Claim Functions
* Token Recovery & Rescue Functions
* Configurable Parameters (price, end time, vesting)
* Cold Wallet withdrawals for raised USDC

***

#### 👥 User Flow

1. Connect MetaMask wallet to <https://presale.blackchain.io>
2. View USDC balance → purchase BLK
3. Verify purchase via [BaseScan](https://basescan.org/address/0xB6B6135C7Db6bF600AB5E05219d7B0e8527E189b)
4. During presale → tokens won’t auto-appear in MetaMask
   * To view:
     * Go to the presale contract on BaseScan
     * Click “Read as Proxy”
     * Enter wallet address in the **investors** field
     * Balance displays with 18 decimals (e.g., `2000000000000000000 = 2 BLK`)
5. After presale ends → tokens can be claimed through the **Claim Button** (not live until presale closes).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blackchain.io/presale-and-token/token-allocation-and-vesting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
