> 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-v2/perpetual-trading-faq/arbitrum/alp-syrup-pool-arbitrum.md).

# ALP Syrup Pool (Arbitrum)

ALP è un token che alimenta la Liquidità su PancakeSwap Perpetuals V2. Gli utenti coniano/acquistano ALP utilizzando token collaterali come USDC, USDT, DAI, ETH e BTC. Questi token forniscono Liquidità al motore di trading PancakeSwap Perpetuals alimentato da ApolloX. I token ALP **non possono essere trasferiti tra Portafogli** e possono essere solo **coniati/venduti tramite il contratto ALP e messi in Staking nel pool ALP**.

### Guida Passo per Passo

#### Acquisto/Conio di ALP

1. Clicca per accedere alla pagina [PancakeSwap ALP Pool (V2)](https://perp.pancakeswap.finance/en/ALP) e connetti il tuo Portafoglio
2. Dopo aver connesso il tuo Portafoglio, clicca su **Buy ALP**. Puoi usare qualsiasi asset del pool ALP per acquistare ALP.
3. Dopo aver confermato le informazioni, clicca su **Buy ALP** per completare la transazione.

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

**Staking ALP (Arbitrum)**

1. Clicca su **Stake Now** nella pagina del Dashboard Pancake ALP, oppure clicca [qui](https://pancakeswap.finance/pools?chain=arb)

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

2. Seleziona il Syrup Pool CAKE-ALP
3. **Abilita** ALP e clicca su **Stake**
4. Seleziona la quantità di ALP da mettere in Staking e clicca su **conferma**

**Vendita di ALP**

1. Clicca per accedere alla pagina ALP Pool (V2) e connetti il tuo Portafoglio
2. Dopo aver connesso il tuo Portafoglio, clicca su **Sell ALP**.

Condizioni per la Vendita di ALP:

* L'utente può vendere ALP dopo 48 ore dal momento dell'acquisto
* Quantità di token ALP che possono essere venduti: min\[(Valore del pool di Liquidità - Valore delle posizioni dell'utente)\*50%]/Prezzo di Mercato ALP. Ad esempio, se il valore del pool di Liquidità è 10.000.000 USDT, il valore della posizione dell'utente è 5.000.000 USDT e il Prezzo di Mercato ALP è 2 USDT, la quantità massima di ALP che l'utente può vendere è 1.250.000.
* Allo stesso tempo, la quantità di asset che gli utenti ricevono dopo la vendita dei loro token ALP non può superare il pool di Liquidità ALP. Ad esempio, se il pool di Liquidità ha solo 1000 USDT, la quantità massima di USDT che gli utenti riceveranno sarà 1000 USDT e i restanti ALP possono essere venduti per altre criptovalute.


---

# 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-v2/perpetual-trading-faq/arbitrum/alp-syrup-pool-arbitrum.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.
