> For the complete documentation index, see [llms.txt](https://docs.kondux.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kondux.io/overview/tokenomics.md).

# Tokenomics

Kondux operates on a dual-token structure: the primary utility token $**KNDX** and a secondary staking collateral token $**HELIX**. Together, they facilitate value transfer, protocol-level governance, reward distribution, and contract interaction throughout the Kondux ecosystem. The platform integrates advanced smart contract layers for treasury management, access control, and staking collateralization.

***

### 1. KNDX Token Specification <a href="#id-1-toc-title" id="id-1-toc-title"></a>

| Parameter            | Value                                                     |
| -------------------- | --------------------------------------------------------- |
| **Token Name**       | Kondux                                                    |
| **Symbol**           | KNDX                                                      |
| **Contract Address** | `0x7ca5af5ba3472af6049f63c1abc324475d44efc1`              |
| **Total Supply**     | 1,000,000,000 KNDX                                        |
| **Decimals**         | 9                                                         |
| **Network**          | Ethereum Mainnet                                          |
| **Liquidity Pool**   | Uniswap V2 — `0x79dd15ad871b0fe18040a52f951d757ef88cfe72` |

#### Token Distribution <a href="#id-2-toc-title" id="id-2-toc-title"></a>

| Allocation Category   | Percentage | Amount (KNDX) | Description                                         |
| --------------------- | ---------- | ------------- | --------------------------------------------------- |
| Airdrop on Migration  | 27.965%    | 279,646,010   | Distributed to existing holders                     |
| Treasury              | 25%        | 250,000,000   | Development, partnerships, strategic reserves       |
| Dev/Marketing Fund    | 4.4%       | 44,000,000    | Project development and awareness campaigns         |
| Dev/Marketing Reserve | 10%        | 100,000,000   | Rewards, liquidity incentives, community engagement |
| Liquidity Pool        | 2.507%     | 25,066,478    | Initial liquidity provisioning                      |
| Burned                | 5.659%     | \~56,589,791  | Permanently removed from supply                     |
| **In Circulation**    | \~60%      | \~600,000,000 | Effective liquid supply                             |

***

#### Token Mechanics <a href="#id-3-toc-title" id="id-3-toc-title"></a>

**Transaction Tax**

* **Rate**: 3% on both buys and sells
* **Purpose**: Allocated toward development, marketing, and liquidity
* **Tax Wallet**: `0x286e31194841A98016E87cfCC1e7B0caa2c13558`

**Anti-Bot Protection**

* **Block-based enforcement**: Prevents same-block trading
* **Exclusions**: Owner and system contracts exempted

**Liquidity & Volatility Management**

* Automatic liquidity injections via tax redistribution to the pool
* Manual and automatic burning supported to increase scarcity

***

### 2. Authority Contract <a href="#id-7-toc-title" id="id-7-toc-title"></a>

| Purpose | Role-based security and governance across all Kondux contracts |
| ------- | -------------------------------------------------------------- |
| Address | `0x6A005c11217863c4e300Ce009c5Ddc7e1672150A`                   |

#### Roles <a href="#id-8-toc-title" id="id-8-toc-title"></a>

| Role         | Permissions Overview                             |
| ------------ | ------------------------------------------------ |
| **Governor** | Assigns roles, final decision authority          |
| **Guardian** | Emergency actions, malicious actor mitigation    |
| **Policy**   | Configurations and contract parameter management |
| **Vault**    | Funds custody, treasury permissions              |

**Additional Features**

* Push-pull role reassignment with verification
* Non-zero and contract validation checks on all calls

***

### 3. Treasury Contract <a href="#id-10-toc-title" id="id-10-toc-title"></a>

| Purpose | Central fund management for KNDX platform activities |
| ------- | ---------------------------------------------------- |
| Address | `0xaD2E62E90C63D5c2b905C3F709cC3045AecDAa1E`         |

#### Functions <a href="#id-11-toc-title" id="id-11-toc-title"></a>

* ETH and ERC-20 custody with tracked deposits/withdrawals
* Role-based access: `RESERVEDEPOSITOR`, `RESERVESPENDER`
* Interaction point for staking contract reward disbursement
* Emits event logs for every significant transaction

**Integration Points**

* Staking contract receives reward allowances from Treasury
* Works under governance structure defined by Authority Contract

***

### 4. HELIX Token <a href="#id-13-toc-title" id="id-13-toc-title"></a>

| Purpose    | Represents collateral during staking and provides proof-of-stake |
| ---------- | ---------------------------------------------------------------- |
| Token Type | ERC-20                                                           |
| Address    | `0x69a4a1cd8f2f2c3500f64634b9d69c642e9a5ca4`                     |

#### Minting & Burning <a href="#id-14-toc-title" id="id-14-toc-title"></a>

| Operation      | Trigger Event                                      |
| -------------- | -------------------------------------------------- |
| **Mint HELIX** | When KNDX is staked (ratio: 1 KNDX = 10,000 HELIX) |
| **Burn HELIX** | When KNDX is unstaked                              |

#### Access Control <a href="#id-15-toc-title" id="id-15-toc-title"></a>

* **Roles**: `Admin`, `Minter`, `Burner`, `WhitelistManager`
* **Whitelisting**: Only verified contracts can interact with HELIX
* **Pausable**: Emergency pause enabled for all operations

#### User Benefits <a href="#id-16-toc-title" id="id-16-toc-title"></a>

| Benefit              | Description                                                     |
| -------------------- | --------------------------------------------------------------- |
| Transparent Staking  | Users track staking through HELIX balances                      |
| Secure Participation | Whitelisted contracts prevent unauthorized use                  |
| Reward Integration   | HELIX supports reward calculations and bonus distribution logic |

***

#### Governance Alignment <a href="#id-17-toc-title" id="id-17-toc-title"></a>

All tokens and treasury operations function under the authority contract framework. This ensures that:

* Upgrades are secure and deliberate
* Assets and roles are traceable and validated
* Financial flows are transparent via event logs and public calls
