> 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-guide.md).

# Come Fare Trading

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

Fare Trading su PancakeSwap è molto semplice rispetto alla maggior parte degli exchange. Non verrai sopraffatto da grafici o gergo tecnico, e i percorsi di trading e i calcoli vengono gestiti automaticamente dal PancakeSwap Smart Router.

**Come iniziare a fare trading**

Prima di poter fare trading, avrai bisogno di un portafoglio compatibile con BNB Chain o Ethereum. Puoi imparare come ottenerne uno [qui](https://docs.pancakeswap.finance/get-started/wallet-guide). Avrai anche bisogno di alcuni token BEP-20 o ERC-20 con cui fare trading. Puoi imparare come ottenerli [qui](https://docs.pancakeswap.finance/get-started/bep20-guide).

In alternativa, puoi imparare come ottenere un portafoglio compatibile con Aptos [qui](https://docs.pancakeswap.finance/get-started-aptos/wallet-guide), e come ottenere alcune monete Aptos da scambiare [qui](https://docs.pancakeswap.finance/get-started-aptos/aptos-coin-guide).

## Trading sull'exchange PancakeSwap

1 - Vai alla pagina dell'exchange [qui](https://pancakeswap.finance/swap).

2 - Sblocca il tuo portafoglio cliccando su Connetti **Portafoglio** (puoi anche **Connetterti** nell'angolo in alto a destra). Se non hai ancora connesso il tuo portafoglio a PancakeSwap, puoi consultare la guida [qui](https://docs.pancakeswap.finance/get-started/connection-guide).

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

3 - Scegli il token che vuoi scambiare dal menu a tendina nella sezione superiore. Qualunque token tu scelga, assicurati di avere un importo sufficiente nel tuo portafoglio per fare trading. Il tuo saldo è mostrato sopra il menu a tendina del token.

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

4 - Scegli il token verso cui vuoi scambiare nella sezione inferiore, come indicato sopra.

5 - Successivamente, digita un importo nella sezione superiore per indicare il numero di token che vuoi fare in Swap (importo da spendere). Oppure, digita un importo nella sezione inferiore per indicare il numero di token che vuoi ricevere (importo da ricevere).

Qualunque sezione tu utilizzi per inserire il tuo importo, l'importo nell'altra sezione verrà stimato automaticamente.

6 - Controlla tutti i dettagli e clicca il pulsante **Swap**.

Se stai scambiando un token per la prima volta, potrebbe essere necessario cliccare prima "Abilita XXX (il tuo token)" per approvare.

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

7 - Apparirà una finestra con ulteriori dettagli. Verifica che i dettagli siano corretti. Quando sei pronto, clicca il pulsante **Conferma Swap**. Il tuo portafoglio ti chiederà di confermare l'azione.

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

8 - Fatto! Puoi controllare la tua transazione sull'Esploratore di Blocchi cliccando il link mostrato sopra.

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

## **Cos'è Smart Router V3 e come si usa?**

PancakeSwap Smart Router è un algoritmo di routing che collega V3, V2, StableSwap (BNB Chain), e l'AMM e i market maker (BNB Chain & Ethereum), per garantire sempre liquidità e prezzi ottimali. Per impostazione predefinita, esegue scambi su più pool per trovare il miglior prezzo per i trader.

Smart Router è ora il percorso predefinito per PancakeSwap Exchange V3. Tuttavia, gli utenti sono liberi di personalizzarlo in base alle proprie esigenze.

Per saperne di più su come personalizzare i tuoi percorsi di trading, [clicca qui](/italian/scambia/pancakeswap-exchange/fees-and-routes.md).

Per ulteriori informazioni su StableSwap, [clicca qui](broken://pages/nNPogTZMxocdyFIBYbkE), e per l'integrazione con i Market Maker, [clicca qui](/italian/scambia/pancakeswap-exchange/market-maker-integration.md).

## FAQ

{% hint style="info" %}
Questa sezione è stata spostata [qui](/italian/scambia/trading-faq/swap-faq.md)
{% endhint %}


---

# 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-guide.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.
