# Liquidity Generation Events

## 第一次**Liquidity Generation Event**：

Liquidity Generation Event（LGE）是由CORE团队创建的概念。第一个LGE被用来公平地铸造和分发总共10,000个CORE代币。

第一次Liquidity Generation Event持续了一周，参与者能够向LGE智能合约供应ETH，整个活动周收集ETH结束后，智能合约将利用10,000个CORE和整周供应的ETH总量来创建一个CORE/ETH Uniswap流动资金池。通过LGE创造的流动资金是一定的，发放的LP代币不能赎回其基础资产。LGE参与者收到的流动资金池代币，作为他们向LGE贡献的ETH的回报。每次CORE交易收取1%的费用，其中93%的费用被用于押注LP代币，7%的费用被用于开发者基金。

## Liquidity Generation Events的背后机制：

LGE使用智能合约，在一定的时间段内收集各种代币。计时器结束后，该合约会使用募集的资金来创建一个新的流动资金池。向LGE智能合约贡献代币的参与者将在活动结束后获得LP代币。这些代币可以在cvault.finance网站上进行押注并获得奖励。

在LGE期间，智能合约以不同的方式收集和使用代币，维持其挂钩汇率，旨在对CORE及其生态系统产生积极影响。以下示例展示了这些机制：

{% hint style="info" %}
**CORE/wBTC Liquidity Generation Event** 的收集和使用：

**ETH** - 市场根据当前需求购买CORE、wBTC或两者都买。

**wBTC** - 市场购买CORE或使用wBTC来平衡挂钩。

**CORE** - 用来保持挂钩，且不能出售。如果合约收到的CORE太多，会按比例退款。
{% endhint %}

## Liquidity Generation Event期间：

参与者能够通过向LGE贡献资金，获得一定折扣的LP代币。在此活动期间，每个LP代币的价格不设汇率，对所有的贡献者都完全平等。活动结束后，价格将随着池子的增加而增加，这意味着每一枚新铸造的LP代币价值将会变得越来越高。

\ <br>


---

# 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://help.cvault.finance/cn/products/lge.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.
