# Core Concepts

## 1. **Liquid Vesting**

At the heart of Liquify is the **Liquid Vesting** mechanism. Traditionally, tokens are locked for long periods due to vesting schedules, preventing flexibility for both initiators and investors. Liquid Vesting solves this by introducing **synthetic tokens** that represent the locked tokens.

These synthetic tokens allow:

* **Immediate liquidity**: Investors can trade or hold tokens without waiting for the vesting period to end.
* **Flexibility for initiators**: Project creators can raise funds earlier while maintaining a vesting structure.

**How it works:**

* Synthetic tokens are issued when an allocation is created.
* They can be traded anywhere or held by investors.
* As vesting stages complete, synthetic tokens are exchanged for the real tokens.

## 2. **Synthetic Tokens**

Synthetic tokens are a unique feature of Liquify. They are temporary tokens that represent future vested tokens.

**Key characteristics:**

* **Tradeable**: Synthetic tokens can be bought or sold on any platform, giving investors access to liquidity even before the real tokens are distributed.
* **Secure**: Ownership of synthetic tokens guarantees the right to claim real tokens once the vesting schedule progresses.
* **1:1 Parity**: Synthetic tokens always maintain a 1:1 value with the real tokens they represent.
* **Tokenization**: Synthetic tokens digitize and tokenize an investor's allocation, creating a liquid and tradeable representation of their future vested tokens.

**Example:**\
An investor holding 1,000 synthetic tokens of Hyperliquid (HYPE) will receive exactly 1,000 real HYPE tokens once the vesting schedule completes.

## 3. **Key Features Overview**

Liquify’s platform is built to simplify and enhance token vesting and allocation:

* **Automated Processes**: Liquify minimizes manual intervention and errors.
* **Secondary Market**: Synthetic tokens can be traded easily, ensuring liquidity throughout the project lifecycle.
* **Security and Transparency**: Smart contracts ensure all transactions are secure and visible on the blockchain.

? DIAGRAME ?


---

# 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.liquify.ventures/core-concepts.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.
