> 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/business-partnerships/commonly-asked-business-partnerships-questions.md).

# Domande Frequenti sulle Partnership Commerciali

#### Quanto tempo ci vorrà per ricevere una risposta?

Puntiamo a rispondere alle candidature entro una settimana, ma a causa dell'elevato numero di richieste, non siamo in grado di rispondere a ogni singolo candidato. Se non hai nostre notizie entro due settimane dalla candidatura, prova a contattare[ @PancakeSwapBD](https://t.me/PancakeSwapBD) su Telegram, con il nome del tuo progetto, il sito web del tuo progetto e la data in cui hai fatto domanda.

#### Posso estendere il mio Syrup Pool?

Se hai già un Syrup Pool attivo, puoi estendere la durata con un rilascio aggiuntivo di token. Contattaci tramite i tuoi canali di comunicazione PancakeSwap esistenti per le richieste.

### Quotazione sull'Exchange

#### Come posso quotare il mio token sull'exchange?

Chiunque può "quotare" qualsiasi token della rete ERC-20 / BEP-20 su PancakeSwap. Non devi contattarci o chiedere il permesso. Devi solo [aggiungere Liquidità a un Pool di Liquidità](https://docs.pancakeswap.finance/products/pancakeswap-exchange/pancakeswap-pools) - è tutto. I trader potranno poi scambiare il tuo token inserendo l'indirizzo del contratto del tuo token.

#### Come posso aggiungere il mio token alla lista predefinita?

I progetti che ospitano Farm di solito vengono aggiunti alla lista di token Estesa, e altri token scelti dal team principale di PancakeSwap possono essere aggiunti anch'essi.

Non accettiamo candidature per la lista. Gli utenti possono comunque aggiungere il tuo token manualmente inserendo il suo indirizzo del contratto.

#### Come posso aggiungere il logo/l'icona del mio token?

Aggiungi la tua icona al repository degli asset di Trust Wallet, a cui PancakeSwap fa riferimento:[ https://github.com/trustwallet/assets](https://github.com/trustwallet/assets)

#### Qualcuno ha creato una copia falsa del mio token! Potete bloccarla?

A causa della natura di PancakeSwap come DEX basato su AMM, non siamo in grado di impedire il trading di alcun token. Ti consigliamo di assicurarti che il contratto del tuo token sia chiaramente visibile e verificabile sul tuo sito e di educare i tuoi utenti su come scambiare il tuo token in modo sicuro.

#### Gli utenti ricevono un errore quando scambiano il mio token. Cosa posso fare?

Consulta la nostra [pagina di Risoluzione degli Errori](https://docs.pancakeswap.finance/readme/help/troubleshooting) per un elenco degli errori comuni sull'exchange e come risolverli.

#### Perché alcune statistiche del mio token non vengono mostrate nella pagina Info?

I token devono essere abbinati a un token "comune" e avere un importo minimo di Liquidità denominato nel token "comune" affinché la pagina Info inizi a indicizzare la coppia di token. Le statistiche del token sottostante verranno mostrate una volta che la coppia di token è indicizzata.

Questi sono i requisiti di Liquidità sulle diverse chain:

| Chain     | Requisito di Liquidità   | Token "Comuni"                                            |
| --------- | ------------------------ | --------------------------------------------------------- |
| BNB Chain | 10 BNB                   | WBNB, USDT, BUSD, USDC, BTCB, WETH, CAKE                  |
| Ethereum  | 5 ETH                    | WETH, DAI, USDC, USDT, WBTC, LINK, FEI, MATIC, AAVE, CAKE |
| Base      | 1 ETH                    | USDC, cbETH, rETH, DAI, crvUSD                            |
| opBNB     | 1 BNB                    | WBNB, USDT                                                |
| Arbitrum  | Nessun requisito per ora | USDT, USDC, USDC.e, ARB, WBTC, DAI                        |
| zkSync    | Nessun requisito per ora | USDT, USDC, BUSD, WBTC                                    |
| Linea     | Nessun requisito per ora | USDC, USDT, DAI, BUSD, WBTC                               |


---

# 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/business-partnerships/commonly-asked-business-partnerships-questions.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.
