# DeFi 集成

你的 Underscore 钱包通过称为 “Lego” 的标准化适配器连接到 20+ 个 DeFi 协议。以下是当前可用的完整列表。

## 收益与借贷协议

| 协议                | 类型  | 你可以做什么                          |
| ----------------- | --- | ------------------------------- |
| **Aave V3**       | 借贷  | 存入获取收益                          |
| **Morpho**        | 借贷  | 具有竞争力利率的隔离借贷市场                  |
| **Compound V3**   | 借贷  | 存入获取收益                          |
| **Euler**         | 借贷  | 存入获取收益，使用隔离借贷市场                 |
| **Fluid**         | 借贷  | 存入获取收益                          |
| **Moonwell**      | 借贷  | Base 原生借贷协议                     |
| **Ripe Protocol** | 稳定币 | 以任意抵押品借入 GREEN/sGREEN           |
| **Sky PSM**       | 稳定币 | MakerDAO 的 Peg Stability Module |
| **40 Acres**      | 收益  | 专门化收益策略                         |
| **Wasabi**        | 收益  | 收益优化                            |
| **Avantis**       | 收益  | 收益聚合                            |
| **ExtraFi**       | 收益  | 额外收益来源                          |

## 去中心化交易所

| 协议             | 类型    | 你可以做什么                               |
| -------------- | ----- | ------------------------------------ |
| **Aerodrome**  | DEX   | 兑换、提供 LP（Classic + Slipstream 集中流动性） |
| **Uniswap V2** | DEX   | 兑换、基础流动性提供                           |
| **Uniswap V3** | DEX   | 兑换、集中流动性（NFT 头寸）                     |
| **Curve**      | 稳定币兑换 | 低滑点稳定币兑换、提供 LP                       |

## 协议访问会自动扩展

你的钱包具备面向未来的能力。当新协议被集成后：

* 无需迁移
* 无需更新钱包
* 只要新的 Lego 部署完成就会自动可用
* 你现有的全部安全设置仍然生效

**实时数据**：在 [Params Explorer](https://params.underscore.finance/legos) 中查看所有已激活的集成及其链上状态。

## 协议安全性

所有已集成协议都：

* 具备可观的 TVL
* 经过知名安全公司审计
* 已在主网上经受实战检验

Underscore 只会集成符合严格安全标准的协议。

## 什么是 Lego？

Lego 是让你的钱包接入各个协议的标准化适配器。它们在统一接口后面处理不同智能合约的交互复杂度。

**Lego 架构的优势**：

* **简单**：所有协议都通过同一种接口访问
* **安全**：适配器经过审计，并内置保护机制
* **面向未来**：新协议会自动可用
* **可组合**：可在单笔交易中组合多个协议操作


---

# 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.underscore.finance/zh/kai-shi-shi-yong/defi-integrations.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.
