> 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/benvenuto-su-pancakeswap/contact-us/faq/what-is-an-approval-transaction.md).

# Cos'è una Transazione di Approvazione?

**La prima volta che fai Swap o aggiungi Liquidità, devi approvare il token che stai scambiando. Questo concede allo smart contract di PancakeSwap il permesso di fare Swap di quel token dal tuo Portafoglio.**

La transazione di approvazione consente a PancakeSwap di fare Swap del token dal tuo Portafoglio. Devi completare una transazione di approvazione per ogni token che vuoi scambiare usando PancakeSwap.

Ecco una guida su come completare una transazione di approvazione:

1. Inserisci i dettagli del tuo Swap.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/step1%20%281%29%20%281%29.png" alt=""><figcaption></figcaption></figure>
2. Seleziona "Conferma Swap" dopo aver revisionato i dettagli dello Swap.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/4536.png" alt=""><figcaption></figcaption></figure>
3. Nell'app del tuo Portafoglio o nell'estensione del Portafoglio, approva la spesa per il token che stai scambiando.

Consenti al token di essere usato per lo Swap nel tuo Portafoglio.

*Il tuo Portafoglio potrebbe chiederti di inserire il numero di token che vuoi approvare. Inserisci un numero maggiore o uguale al numero di token che stai scambiando.*

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/1%20%281%29.png" alt=""><figcaption></figcaption></figure>

4. Dopo l'approvazione, apparirà un'altra transazione che ti chiede di confermare lo Swap.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/3.png" alt=""><figcaption></figcaption></figure>
5. Una volta confermato lo Swap, la transazione viene inviata alla blockchain (in sospeso).

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/step%2004.png" alt=""><figcaption></figcaption></figure>
6. Vedrai "Successo" e un segno di spunta verde sullo schermo quando la transazione viene completata con successo.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/5.png" alt=""><figcaption></figcaption></figure>

L'approvazione del token dura per un certo periodo di tempo; il token dovrà essere approvato nuovamente in seguito con una richiesta di firma. Una firma di approvazione non richiede una commissione di rete.


---

# 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/benvenuto-su-pancakeswap/contact-us/faq/what-is-an-approval-transaction.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.
