# Incentive Token Distribution

{% hint style="info" %}
TL**DR:** either provide liquidity and stake the LP or sacrifice to receive $HEXIT. The earlier you join, the more $HEXIT you're likely to earn. Total supply depends on the bootstrap phase.
{% endhint %}

## HEXIT distribution process

Below we describe how HEXIT tokens will be minted. The total supply and final distribution can only be known once the airdrop ends.&#x20;

### Bootstrap sacrifice begins&#x20;

Once the bootstrap begins, new HEXIT will be minted according to the following [formula](/hex-one-protocol/bootstrap/hexit.md):

#### `Sacrifice Total USD * Bonus Multiplier * Total Daily HEXIT`

100% of $HEXIT allocated to sacrifice participants.

<table><thead><tr><th width="150">Distributed To</th><th width="150">Total</th></tr></thead><tbody><tr><td>Bootstrap Sacrifice</td><td>100</td></tr><tr><td><strong>TOTAL</strong></td><td><strong>100%</strong></td></tr></tbody></table>

### Bootstrap sacrifice ends

* 66% new HEXIT are minted and allocated to an unknown address.

<table><thead><tr><th width="150">HEXIT SUPPLY ALLOCATION</th><th width="150">TOTAL</th></tr></thead><tbody><tr><td>Bootstrap Sacrifice</td><td>60</td></tr><tr><td>Unknown</td><td>40</td></tr><tr><td><strong>TOTAL</strong></td><td><strong>100%</strong></td></tr></tbody></table>

### Airdrop begins

Once the airdrop begins, new HEXIT will be minted according to the following [formula](/hex-one-protocol/airdrop/distribution.md):

#### `(9 * Sacrifice Total USD) + (1 * Hex Staking Total USD) + Total Daily HEXIT`

## Final HEXIT distribution table

Can only be known once the bootstrap airdrop ends. A maximum of 5% of HEXIT tokens will be claimed by the airdrop participants (likely less).&#x20;

<table><thead><tr><th width="150">HEXIT SUPPLY ALLOCATION</th><th width="150">TOTAL</th></tr></thead><tbody><tr><td>Bootstrap Sacrifice</td><td>59</td></tr><tr><td>Unknown</td><td>36</td></tr><tr><td>Airdrop</td><td>5</td></tr><tr><td><strong>TOTAL</strong></td><td><strong>100%</strong></td></tr></tbody></table>

## Hexit distribution timeline

* Bootstrap Sacrifice phase: 30 days
* Bootstrap Airdrop phase: 69 days

## Supply Allocation by Vertical per Second

<table><thead><tr><th width="257.4">HEXIT SUPPLY VERTICAL</th><th width="170">TOTAL PER SEC</th><th>PERCENTAGE</th></tr></thead><tbody><tr><td><strong>Farm</strong> HEX1/DAI from ETH</td><td>1,555,555</td><td>76%</td></tr><tr><td><strong>Farm</strong> HEX1/HEXIT</td><td>455,555</td><td>22%</td></tr><tr><td><strong>Price Feed</strong></td><td>25,555</td><td>1%</td></tr><tr><td><strong>TOTAL</strong></td><td>2M</td><td>100%</td></tr></tbody></table>

The total HEXIT supply will increase with [farming](/hex-one-protocol/farms/how-participate.md) and [price feed keepers](/hex-one-protocol/tokenomics/lp.md).&#x20;

A total of 2,036,665 HEXIT tokens are minted per second; 175 Billion HEXIT per day; and 74 Trillion per Year.&#x20;


---

# 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://learn.hex1.club/hex-one-protocol/hexit/hexit-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.
