# DeFi Integrations

Your Underscore wallet connects to 20+ DeFi protocols through standardized adapters called "Legos". Here's the complete list of what's available today.

## Yield & Lending Protocols

| Protocol          | Type       | What You Can Do                                 |
| ----------------- | ---------- | ----------------------------------------------- |
| **Aave V3**       | Lending    | Deposit for yield                               |
| **Morpho**        | Lending    | Isolated lending markets with competitive rates |
| **Compound V3**   | Lending    | Deposit for yield                               |
| **Euler**         | Lending    | Deposit for yield, isolated lending markets     |
| **Fluid**         | Lending    | Deposit for yield                               |
| **Moonwell**      | Lending    | Base-native lending protocol                    |
| **Ripe Protocol** | Stablecoin | Borrow GREEN/sGREEN against any collateral      |
| **Sky PSM**       | Stablecoin | MakerDAO's Peg Stability Module                 |
| **40 Acres**      | Yield      | Specialized yield strategies                    |
| **Wasabi**        | Yield      | Yield optimization                              |
| **Avantis**       | Yield      | Yield aggregation                               |
| **ExtraFi**       | Yield      | Additional yield sources                        |

## Decentralized Exchanges

| Protocol       | Type       | What You Can Do                              |
| -------------- | ---------- | -------------------------------------------- |
| **Aerodrome**  | DEX        | Swap, LP (Classic + Slipstream concentrated) |
| **Uniswap V2** | DEX        | Swap, simple liquidity provision             |
| **Uniswap V3** | DEX        | Swap, concentrated liquidity (NFT positions) |
| **Curve**      | Stableswap | Low-slippage stablecoin swaps, LP            |

## Automatic Protocol Access

Your wallet is future-proof. When new protocols are integrated:

* No migration needed
* No wallet updates required
* Automatically available through new Lego deployments
* All existing security settings still apply

**Live data**: See all active integrations and their onchain status in the [Params Explorer](https://params.underscore.finance/legos).

## Protocol Safety

All integrated protocols are:

* Established with significant TVL
* Audited by reputable security firms
* Battle-tested on mainnet

Underscore only integrates protocols that meet strict security standards.

## What Are Legos?

Legos are standardized adapters that give your wallet access to each protocol. They handle the complexity of interacting with different smart contracts behind a consistent interface.

**Benefits of the Lego architecture**:

* **Simplicity**: One interface for all protocols
* **Safety**: Audited adapters with built-in protections
* **Future-proof**: New protocols work automatically
* **Composability**: Combine operations across protocols in single transactions


---

# 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/getting-started/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.
