> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/espanol/intercambio/pancakeswap-exchange.md).

# Swap

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/pancakeswap-exchange-header.png)

PancakeSwap es un AMM (Automated Market Maker), y el Exchange es el núcleo de PancakeSwap. PancakeSwap es el AMM líder en BNB Smart Chain y, según las estadísticas, ¡el intercambio descentralizado (DEX) más popular de todos!

El Exchange de PancakeSwap ofrece varias funciones que apoyan el trading descentralizado:

### Intercambio/Trading

PancakeSwap permite a los usuarios hacer trading sin necesidad de pasar por un intercambio centralizado. Todo lo que haces en PancakeSwap se enruta directamente a través de tu propia billetera — ¡sin necesidad de confiar tus monedas a otra persona!

### Pools de Liquidez

Solo puedes intercambiar tokens en PancakeSwap si hay suficiente liquidez para esos tokens. Si nadie ha añadido mucha liquidez para el token o los tokens que quieres intercambiar, será difícil, costoso o imposible hacerlo.

Proveer liquidez te dará Tokens LP, que te generarán recompensas en forma de comisiones de trading por garantizar que siempre haya liquidez disponible para el exchange.

### Yield Farming

El Yield Farming permite a los usuarios que proveen liquidez ganar recompensas en CAKE bloqueando sus tokens LP en un contrato inteligente. El incentivo es compensar el riesgo de [pérdida impermanente](https://academy.binance.com/en/articles/impermanent-loss-explained) que conlleva bloquear tu liquidez.

### Ofertas Iniciales de Farm (IFOs)

Una Oferta Inicial de Farm es un evento que permite a los usuarios acceder a una oferta por tiempo limitado para adquirir nuevos tokens. El precio del IFO suele ser muy atractivo.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pancakeswap.finance/espanol/intercambio/pancakeswap-exchange.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
