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

# Distribution Details

{% tabs fullWidth="false" %}
{% tab title="Team" %}
**Allocation:** 13% of total supply\
**Lock Period:** 36 Months\
**Vesting Structure:** 12 Months Cliff + 24 Months Linear

**Details:**

* No tokens are unlocked during the first 12 months.
* After month 12, tokens unlock linearly over the following 24 months.
* Tokens are released in equal monthly installments.
* This structure ensures long-term alignment and minimizes early sell pressure.
  {% endtab %}

{% tab title="Public Sale" %}
**Allocation:** 8.6% of total supply\
**Lock Period:** 60–90 Days\
**Vesting Structure:** 60–90 Days Linear. (Phase 1: 60 Day, Phase 2: 90 Day.)

**Details:**

* Tokens are subject to a short-term lock following TGE.
* After the lock period, tokens are released linearly over 60–90 days.
* This mechanism supports post-listing price stability while maintaining investor flexibility.
  {% endtab %}

{% tab title="Liquidity" %}
**Allocation:** 6% of total supply\
**Lock Period:** 36 Months\
**Vesting Structure:** 36 Months Cliff (Liquidity Commitment)

**Details:**

* Allocated exclusively for exchange liquidity provisioning.
* Liquidity tokens are committed for a 36-month period.
* Intended to ensure long-term market depth and trading stability.
* Deployment may include both CEX and DEX environments.
  {% endtab %}

{% tab title="Treasury" %}
**Allocation:** 5.3% of total supply\
**Lock Period:** No Fixed Lock\
**Release Structure:** Governance-Controlled Release

**Details:**

* Tokens are not subject to automatic vesting.
* Release requires governance or multisignature approval.
* Funds are reserved for operational sustainability, ecosystem support, and strategic initiatives.
* No unilateral access is permitted.
  {% endtab %}

{% tab title="Strategic Reserve" %}
**Allocation:** 4.1% of total supply\
**Lock Period:** 24 Months\
**Vesting Structure:** 24 Months Linear

**Details:**

* Tokens unlock gradually over 24 months.
* Designed to support strategic opportunities, market stabilization, and major ecosystem initiatives.
* Prevents sudden supply shocks.
  {% endtab %}

{% tab title="Ecosystem Growth" %}
**Allocation:** 16% of total supply\
**Lock Period:** 36 Months\
**Vesting Structure:** 36 Months Linear

**Details:**

* Tokens unlock gradually over 36 months.
* Dedicated to platform expansion, new game launches, partnerships, and integrations.
* Ensures sustainable, long-term ecosystem scaling.
  {% endtab %}

{% tab title="Strategic Partners" %}
**Allocation:** 2% of total supply\
**Lock Period:** 12 Months\
**Vesting Structure:** 12 Months Linear

**Details:**

* Tokens unlock evenly over a 12-month period.
* Reserved for ecosystem collaborations, distribution channels, and long-term partner alignment.
* Prevents short-term speculative behavior.
  {% endtab %}

{% tab title="Marketing" %}
**Allocation:** 2% of total supply\
**Lock Period:** No Fixed Lock\
**Release Structure:** Staged Allocation

**Details:**

* Released in structured phases aligned with growth campaigns.
* Utilized for user acquisition, global expansion, and brand awareness.
* Deployment follows strategic milestone planning.
  {% endtab %}

{% tab title="Incentive Pool" %}
**Allocation:** 11% of total supply\
**Lock Period:** No Fixed Lock\
**Release Structure:** Activity-Based Emission

**Details:**

* Tokens are distributed based on platform participation and performance.
* Not released on a fixed schedule.
* Emission depends on user engagement and ecosystem activity.
* Designed to drive sustainable platform growth rather than inflationary rewards.
  {% endtab %}

{% tab title="Airdrop" %}
**Allocation:** 27% of total supply\
**Lock Period:** 12 Months\
**Vesting Structure:** 3 Months Cliff + 9 Months Linear

**Details:**

* Tokens unlock gradually over 12 months.
* Intended for community growth, activation campaigns, and early adoption incentives.
* Structured to avoid sudden market impact.
  {% endtab %}

{% tab title="Foundation / DAO" %}
**Allocation:** 5% of total supply\
**Lock Period:** No Fixed Lock\
**Release Structure:** Governance-Controlled Allocation

**Details:**

* Managed under DAO or multisignature governance mechanisms.
* Used for long-term protocol sustainability and structural development.
* Access requires formal approval processes.
  {% endtab %}
  {% endtabs %}


---

# 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.sweep.finance/tokenomics/distribution-details.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.
