> 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/portuguese-brazilian/negociacao/pancakeswap-exchange.md).

# Swap

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

PancakeSwap é um Automated Market Maker (AMM), e o Exchange está no coração do PancakeSwap. PancakeSwap é o principal AMM na BNB Smart Chain e, como as estatísticas mostram, a Corretora Descentralizada (DEX) mais popular de todos os tempos!

O PancakeSwap Exchange oferece diversos recursos que suportam o Trading descentralizado:

### Swap/Negociação

O PancakeSwap permite que os usuários façam negociações sem precisar passar por uma Corretora Centralizada. Tudo o que você faz no PancakeSwap é roteado diretamente pela sua própria Carteira — sem precisar confiar seus tokens a terceiros!

### Pools de Liquidez

Você só pode fazer Swap de tokens no PancakeSwap se houver Liquidez suficiente para esses tokens. Se ninguém adicionou muita Liquidez para o token ou tokens que você deseja trocar, será difícil, caro ou impossível fazê-lo.

Fornecer Liquidez lhe renderá tokens LP, que gerarão recompensas na forma de taxas de negociação por garantir que sempre haja Liquidez para o Exchange utilizar.

### Yield Farming

O Yield Farming permite que usuários que estão fornecendo Liquidez ganhem recompensas em CAKE bloqueando seus tokens LP em um contrato inteligente. O incentivo é equilibrar o risco de [perda impermanente](https://academy.binance.com/en/articles/impermanent-loss-explained) que acompanha o bloqueio de sua Liquidez.

### Ofertas Iniciais de Farm (IFOs)

Uma Oferta Inicial de Farm é um evento que permite aos usuários participar de uma oferta por tempo limitado para comprar novos tokens. O preço do IFO costuma ser bastante vantajoso.


---

# 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/portuguese-brazilian/negociacao/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.
