# DeFi

## DEX (exchanges descentralizadas) + AMM

* Troca de tokens via pools (AMM), sem corretora central
* Provedores de liquidez (LPs) recebem taxas

**Exemplos:** Uniswap, PancakeSwap

## Aggregators (roteadores)

* Buscam a melhor rota/preço entre múltiplas DEXs

**Exemplo:** Jupiter (Solana)

## Lending (empréstimos)

* Pools de depósito e empréstimo com juros
* Geralmente com colateral e regras de liquidação

**Exemplo:** Aave

## Staking

* Alocar tokens para participar da segurança/consenso e receber recompensas
* Em alguns casos existe liquid staking (mais flexibilidade)

## Liquidity Provision (LP) e Impermanent Loss (IL)

* LP recebe taxas, mas pode sofrer **IL** quando preços divergem
* IL é um trade-off de fornecer liquidez em pools

**Exemplo (infra/estratégia):** Meteora (Solana)

{% hint style="info" %}
Resumo simples

DeFi é um “mercado financeiro em software”: troca, empréstimo e rendimento por contratos inteligentes — com riscos e governança próprios.
{% endhint %}


---

# 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://rise-finance-2.gitbook.io/internal/pessoas-cultura-e-posicionamento/fundamentos/defi.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.
