> 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/italian/scambia/pancakeswap-exchange.md).

# Swap

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

PancakeSwap è un Automated Market Maker (AMM), e l'Exchange è il cuore di PancakeSwap. PancakeSwap è l'AMM leader su BNB Smart Chain e, come dimostrano le statistiche, il Decentralized Exchange (DEX) più popolare di sempre!

L'Exchange di PancakeSwap offre diverse funzionalità a supporto del trading decentralizzato:

### Swap/Trading

PancakeSwap permette agli utenti di scambiare token senza dover passare per un Exchange Centralizzato. Tutto ciò che fai su PancakeSwap viene instradato direttamente attraverso il tuo portafoglio—non devi fidarti di nessun altro con le tue monete!

### Pool di Liquidità

Puoi fare Swap di token su PancakeSwap solo se c'è sufficiente liquidità per quei token. Se nessuno ha aggiunto molta liquidità per il token o i token che vuoi scambiare, sarà difficile, costoso o impossibile farlo.

Fornire liquidità ti darà LP Token, che ti faranno guadagnare ricompense sotto forma di commissioni di trading, assicurando che ci sia sempre liquidità disponibile per l'exchange.

### Yield Farming

Il Yield Farming permette agli utenti che forniscono liquidità di guadagnare ricompense in CAKE bloccando i loro LP Token in uno smart contract. L'incentivo è quello di bilanciare il rischio di [perdita impermanente](https://academy.binance.com/en/articles/impermanent-loss-explained) associato al blocco della propria liquidità.

### Initial Farm Offerings (IFO)

Un Initial Farm Offering è un evento che permette agli utenti di acquistare nuovi token a prezzo agevolato per un periodo limitato. Il prezzo dell'IFO è solitamente molto conveniente.


---

# 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/italian/scambia/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.
