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

# FAQ

#### Quale rete è attualmente supportata?

PancakeSwap X è attivo su Arbitrum ed Ethereum, supportando token crypto, e su BNB Chain supporta real-world asset (RWA) come azioni, obbligazioni ed ETF tokenizzati.

#### PancakeSwap X è attivo per impostazione predefinita?

Sì.

#### Perché il mio Swap non passa attraverso PancakeSwap X?

PancakeSwap X fa parte del prodotto "Swap". L'interfaccia Swap confronta automaticamente e sceglie la fonte di liquidità più ottimale con il miglior prezzo per te. Pertanto PancakeSwap X verrà utilizzato solo quando:

* La rete corrente supporta PancakeSwap X
* La coppia di trading corrente supporta PancakeSwap X
* Il prezzo è migliore su PancakeSwap X rispetto ad altre fonti di liquidità

Se il tuo ordine non passa attraverso PancakeSwap X, non stai perdendo nulla, poiché stai già godendo del miglior prezzo disponibile.

#### Perché il mio Swap fallisce con PancakeSwap X?

Quando si fa trading tramite PancakeSwap X, gli ordini vengono attivamente evasi dai fornitori di liquidità. Pertanto, in alcuni rari casi, spesso dovuti a rapidi movimenti di mercato, i fornitori di liquidità potrebbero non riuscire a evadere gli ordini in tempo, causando ordini falliti.

In questo caso, riprova semplicemente inviando nuovamente l'ordine. Se l'errore persiste, disabilita PancakeSwap X dalle impostazioni.

#### Ci sono commissioni quando si usa PancakeSwap X?

Per ora, PancakeSwap X non addebita alcuna commissione. Il tasso di commissione potrebbe cambiare in futuro.

#### Come funziona PancakeSwap X senza commissioni di gas?

Gli ordini vengono inviati a una rete di filler off-chain che si fanno carico del costo del gas durante l'esecuzione dell'ordine on-chain.

#### Cosa succede se una transazione fallisce su PancakeSwap X?

Nessun problema. I tuoi fondi sono al sicuro nel tuo portafoglio.


---

# 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-x/faqs.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.
