# DeFi 的核心组成部分

### 跨链桥（Bridges） <a href="#docs-internal-guid-7863f6cc-7fff-bd08-b222-9cbb78d7f9a7" id="docs-internal-guid-7863f6cc-7fff-bd08-b222-9cbb78d7f9a7"></a>

跨链桥的作用是帮助用户将某条区块链上的资产转移到另一条链上，无需依赖中心化第三方。

通常，桥会通过智能合约将用户的代币锁定或销毁，并在目标链上铸造等值代币。这个过程确保资产总量保持一致，同时允许用户在不同链之间自由转移资产。

一旦代币跨链成功，用户就可以像使用本链资产一样进行兑换、提供流动性、参与挖矿等操作。

### 去中心化交易所（DEXs）

DEX 是建立在区块链上的交易平台，允许用户直接与其他用户交易加密资产，无需中心化撮合商或平台托管资产。

DEX 通常通过自动做市商（AMM）或订单簿系统实现撮合，所有交易都在链上完成，资产始终掌握在用户自己的钱包中。这不仅保障了资产的安全，也提高了隐私性。

### 流动性聚合（Liquidity Aggregation）

流动性聚合的作用是帮助用户同时从多个 DEX 搜索和比价，自动找到最优交易路径并完成交易，从而节省时间并获得更好的价格。

同时，聚合器通常也会发行治理代币，并激励流动性提供者，为整个 DeFi 社区带来更强的参与和增长动力。

没有流动性聚合，用户往往需要手动筛选数百个协议，寻找合适的交易池和资产路径，这大大提高了使用门槛。


---

# 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.fly.trade/flycn/fly/fly-jie-jue-le-na-xie-wen-ti/defi-de-he-xin-zu-cheng-bu-fen.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.
