> 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/perpetual-trading/perpetual-trading-v1/perpetual-trading-faq.md).

# FAQ Trading Perpetuo V1

### Qual è il contributo di valore di questa nuova funzionalità per i detentori di CAKE?

Ci aspettiamo che questa nuova funzionalità porti molti nuovi utenti, trader e volume. Vogliamo assicurarci che il valore torni al nostro token CAKE oltre a offrire lo sconto sulle commissioni di trading. Il 20% di tutte le commissioni di trading degli utenti che si registrano su PancakeSwap verrà convertito in CAKE e bruciato.

**E il resto?**

Il resto è attualmente riservato al treasury per la continua espansione e lo sviluppo di questa funzionalità, nonché per un fondo assicurativo per eventi di mercato imprevisti. Con la maturazione della funzionalità, ci aspettiamo di aumentare gradualmente la quota di burn in base al feedback della community e alla Governance.

### Non riesco a vedere i miei fondi! Cosa è successo?

Ricorda che devi prima depositare i tuoi fondi nel conto Futures!

### Ci sono limiti di deposito?

| Asset | Limite        | Valore Margine |
| ----- | ------------- | -------------- |
| USDT  | Nessun Limite | 99,99%         |
| BUSD  | Nessun Limite | 100%           |
| CAKE  | 5000 CAKE     | 90%            |

### Passeremo a mostrare solo il volume di PCS sul frontend nella versione PCS?

Il frontend mostra il volume combinato poiché la Liquidità è combinata e mostra la Liquidità profonda che porta anche lo spread ridotto


---

# 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/perpetual-trading/perpetual-trading-v1/perpetual-trading-faq.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.
