> 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/alp-buying-and-selling-fees.md).

# Commissioni di Acquisto e Vendita ALP

## Commissione di Acquisto:

Parametro Tasso Base 1: FeeBasisPoints, USDT è attualmente impostato allo 0,25%

Parametro Tasso Base 2: TaxBasisPoints, USDT è attualmente impostato allo 0,05%

Il valore dell'asset corrente: InitialValue=AssetValueInPool+AssetUnrealizedpnl\_usd

Il valore dell'asset corrente dopo il conio: AfterMinValue=InitialValue+MinValue

Calcola il valore dell'Asset in base al peso target: TargetValue=(Total Value\_usd+totalUnrealizedpnl\_Usd)\*Peso Target, Total Value=sum(InitialValue)

La differenza tra il valore dell'Asset corrente e il valore target (valore assoluto): InitialDiff=InitialValue-TargetValue

Dopo il Conio, la differenza tra il valore dell'asset e il meccanismo target (valore assoluto): AfterDiff=AfterMintValue-TargetValue

* se AfterDiff\<InitialDiffValue

MintFee=Max(FeeBasisPoints-TaxBasisPoints\*InitialDiff/TargetValue，0)

* se AfterDiff>=InitialDiff

MintFee=FeeBasisPoints+TaxBasisPoints\*Min((InitialDiff+AfterDiff)/2,TargetValue)/TargetValue

## Commissione di Vendita:

Parametro Tasso Base 1: FeeBasisPoints, USDT è attualmente impostato allo 0,25%

Parametro Tasso Base Massimo 2: TaxBasisPoints, USDT è attualmente impostato allo 0,05%

Il valore dell'asset corrente: InitialValue=AssetValueInPool+AssetUnreliazedpnl\_usd

Il valore dell'asset corrente dopo la Bruciatura: AfterMaxValue=InitialValue-MinValue

Calcolo del valore dell'Asset in base al peso target: TargetValue=Total Value\*Peso Target

La differenza tra il valore dell'asset corrente e il valore target (valore assoluto): InitialDiff=InitialValue-TargetValue

Dopo la Bruciatura, la differenza tra il valore dell'asset e il meccanismo target (valore assoluto): AfterMaxDiff=AfterBurnValue-TargetValue

* se AfterDiff\<InitialDiffValue

BurnFee=Max(FeeBasisPoints-MTaxBasisPoints\*InitialDiff/TargetValue，0)

* se AfterDiff>=InitialDiff

BurnFee=FeeBasisPoints+TaxBasisPoints\*Min((InitialDiff+AfterDiff)/2,TargetValue)/TargetValue<br>

Ad esempio:

Se il valore del pool ALP è $10.000.000, il PnL non realizzato è $+10.000, il valore di BTC nel pool di Liquidità è $1.000;

Il peso target di BTC è del 2%, e il peso corrente è dello 0,01%. Il parametro tasso base 1 di BTC è dello 0,25%, e il parametro tasso base 2 è dello 0,45%.

Secondo il calcolo, il tasso di acquisto di ALP con 1 BTC in questo momento è 0% = 0 BTC. La commissione di transazione per la vendita di ALP per ottenere 1 BTC è dello 0,7% = 0,007 BTC.


---

# 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/alp-buying-and-selling-fees.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.
