# 流动性

## 概述

增加流动性允许贡献者从他们提供的货币对中赚取 0.05% 的掉期费。您可以通过以下方式提供流动性并开始赚取费用 [在这里增加流动性](https://glidefinance.io/add). 如果在农场下注，您的流动性可以获得更多奖励（GLIDE）！\
\
当您提供流动性时，您将收到 Glide-LP 代币（Glide Liquidity Provider 代币）作为贡献证明。例如，如果用户将 $GLIDE 和 $ELA 存入池中，他们将收到 GLIDE-ELA LP 代币。这些代币代表汇集资产的比例份额。\
\
这些 LP 代币可以在农场抵押以获得 GLIDE。我们有 6 对供您开始质押，并计划随着 ESC 上提供更多资产而随着时间的推移扩大名单。

### 矿池如何从费用中产生价值

如果在交易时，有 100 个 Glide-LP 代币代表 100 个 ELA 和 100 个 GLIDE，则每个 LP 代币价值 1 个 ELA 和 1 个 GLIDE。\
\
如果一个用户用 10 ELA 交易 10 GLIDE，另一个用户用 10 GLIDE 交易 10 ELA，那么现在池中将有 100.005 GLIDE 和 100.005 ELA。\
\
这意味着每个 LP 代币在提取时价值 1.00005 GLIDE 和 1.00005 ELA。

### 为现有池增加流动性

您需要以 1:1 的价值比率向流动性池提供代币。这意味着，如果您要添加到 GLIDE-ELA 池中，并希望提供价值 1000 ELA 的流动性，您需要首先使用交换工具将大约 500 ELA 转换为等值的 GLIDE 代币。

### 向新池添加流动性

如果您希望为其提供流动性的池不存在，您可以自己创建。只需提供令牌即可。作为第一个流动性提供者，如果 Glide 上不存在货币对中的一个代币，您设置初始兑换比率（价格）。这通常会通过套利和更多流动性提供者添加到池中来迅速纠正。

## 无常损失

非永久性损失（称为 IL）是您作为流动性提供者承担的风险之一，是 AMM 运作方式的结果。这里有两篇文章可以更好地解释它：\
\
[了解 Uniswap 回报](https://pintail.medium.com/understanding-uniswap-returns-cc593f3499ef)\
[无常损失初学者指南](https://blog.bancor.network/beginners-guide-to-getting-rekt-by-impermanent-loss-7c9510cb2f22)

他们会让您了解什么是 IL 以及您如何受到它的影响。

TL;DR：如果您在那个确切的时刻退出（因此术语无常），与持有代币本身相比，池中两个代币的相对价格差异的大幅波动可能会导致损失。如果您完全撤回流动性，损失只是“永久性的”，但这并不意味着 IL 一定会随着时间的推移而消失。一般来说，作为流动性提供者收取的交易费用和农场的收益可以抵消IL风险，但没有任何保证。


---

# 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.glidefinance.io/chinese/products/liquidity.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.
