> 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/trade.md).

# Scambi di Token

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

Gli [**Swap di token**](https://pancakeswap.finance/swap) su PancakeSwap sono un modo semplice per scambiare un token con un altro tramite pool di liquidità automatizzati su BNB Smart Chain, Ethereum e Aptos, e anche con i market maker quando si scambiano token su BNB Smart Chain ed Ethereum.

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%2853%29.png)

Quando esegui uno Swap di token (scambio) su [BNB Smart Chain](https://pancakeswap.finance/swap?chain=bsc) o [Ethereum](https://pancakeswap.finance/swap?chain=eth) tramite PancakeSwap Exchange, pagherai commissioni di trading in base al tipo di pool di liquidità attraverso cui viene instradato il tuo scambio. Puoi verificare i dettagli del percorso cliccando sull'icona della lente di ingrandimento nella sezione "Percorso".

Per i pool di liquidità Exchange V3, esistono attualmente quattro livelli di commissione diversi: 0,01%, 0,05%, 0,25% e 1%.

Per i pool di liquidità StableSwap, il tasso di commissione dipende dalle configurazioni del singolo pool. Controlla la sezione "Commissione" per maggiori dettagli.

Per i pool di liquidità Exchange V2, viene applicata una commissione di trading fissa dello 0,25%, suddivisa come segue:

* **0,17%** - Restituito ai Pool di Liquidità sotto forma di ricompensa per i fornitori di liquidità.
* **0,0225%** - Inviato al Treasury di PancakeSwap.
* **0,0575%** - Destinato al riacquisto e alla combustione di CAKE.

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28277%29.png)

Tieni presente che su [Aptos](https://aptos.pancakeswap.finance/swap), è implementato solo PancakeSwap Exchange V2, pertanto tutti gli Swap di token su Aptos avranno una commissione di trading fissa dello 0,25% con la stessa suddivisione indicata sopra.


---

# 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/trade.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.
