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

# ❱ tokenomics

## Tokenomics Overview: Lendefi DAO ($LEND)

After analyzing the contract implementations in detail, I can provide a more comprehensive tokenomics breakdown:

## Token Allocation & Distribution

| Category              | Allocation | Amount           | Details                             |
| --------------------- | ---------- | ---------------- | ----------------------------------- |
| **Treasury**          | 54.8%      | 27,400,000 $LEND | Linear vesting with initial release |
| ├─ DEX/CEX Listings   | 20%        | 10,000,000 $LEND | Managed by Treasury contract        |
| ├─ Team               | 18%        | 9,000,000 $LEND  | Managed by Treasury contract        |
| ├─ Reserve/Operations | 10%        | 5,000,000 $LEND  | Managed by Treasury contract        |
| ├─ Foundation         | 8%         | 4,000,000 $LEND  | Managed by Treasury contract        |
| **Ecosystem**         | 44%        | 22,000,000 $LEND | Multi-purpose allocation            |
| ├─ Rewards            | 26%        | 13,000,000 $LEND | Platform incentives & staking       |
| ├─ Airdrop            | 10%        | 5,000,000 $LEND  | Community distribution              |
| ├─ Partnerships       | 8%         | 4,000,000 $LEND  | Strategic collaborations            |
| **Deployer**          | 1.2%       | 600,000 $LEND    | For Governor quorum bootstrapping   |

## Treasury Vesting Mechanism

The Treasury contract implements a sophisticated vesting mechanism:

* **Duration**: 2.5-year linear vesting with initial release
* **Initial Release**: Approximately 4.6M tokens available at launch via `startOffset` parameter
* **Release Method**: Controlled by timelock governance via MANAGER\_ROLE
* **Schedule Update**: Can be modified by governance if needed
* **Emergency Functions**: Includes safeguards for token recovery

## Ecosystem Contract Features

* **Reward Distribution**: Managed through role-based access control
* **Partner Vesting**: Custom vesting schedules from 30 days to 10 years
* **Airdrop Capability**: Batch distributions to up to 4000 recipients
* **Burn Mechanism**: Controlled burning with maximum amount limitations
* **Upgrade Security**: 3-day timelock for implementation upgrades

## Governance Token Features

* **Token Standard**: ERC20 with Votes extension for on-chain governance
* **Cross-Chain**: Bridge support with 5,000 $LEND per transaction limit
* **Security**: Comprehensive role-based permissions system
* **Upgradeability**: UUPS pattern with timelock protection

## Total Supply & Mechanics

* **Total Supply**: 50,000,000 $LEND per Chain
* **Initial Circulating**: \~5.2M tokens (Deployer + initial Treasury release)
* **Full Circulation**: Achieved after complete vesting (3 years)
* **Deflationary**: Supports token burning through Ecosystem contract

This structure balances immediate operational needs while ensuring long-term token value through controlled distribution and governance-managed parameters.
