# Release Mechanism

Token release mechanisms are the mechanisms through which tokens are allocated to various stakeholders in an ecosystem. These mechanisms directly influence token utility, value potential, and investment risk profiles.

| Distribution Method                | Definition                                                                                                                                                                                                           |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Airdrop & Retroactive Rewards      | Free token distribution to users based on eligibility, promotional efforts, or past participation. Used to bootstrap communities, reward early adopters, and increase token distribution without requiring purchase. |
| Auctions & Sales (ICO/IDO/IEO)     | Tokens sold through structured fundraising mechanisms including public sales, auctions, and token launches. Includes ICOs, IDOs, and IEOs with either fixed pricing or auction-based pricing.                        |
| Vesting & Time-Locked Distribution | Gradual token unlocking over predetermined periods, controlling distribution to investors, teams, or contributors. Prevents immediate selling pressure and aligns long-term incentives.                              |
| Mining & Validators                | Tokens awarded to users who secure the network through mining (PoW) or staking (PoS). Creates sustainable distribution by rewarding ongoing participation in network security and transaction validation.            |
| Yield Farming                      | Tokens given to users who provide liquidity to protocols. Incentivizes capital allocation to DeFi ecosystems through rewards beyond standard transaction fees or interest.                                           |
| Initial Liquidity                  | Tokens allocated as starting liquidity on trading platforms. Creates trading pairs on exchanges to ensure sufficient market depth for token trading.                                                                 |
| Activity Based                     | Tokens distributed based on user engagement, tasks completion, and strategic initiatives. Includes referral programs, contests, lotteries, giveaways, and governance participation rewards.                          |
| Others                             | Alternative distribution methods that don't fit standard categories.                                                                                                                                                 |


---

# 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://docs.unlocks.app/tokenomist-pro/release-mechanism.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.
