> 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/espanol/intercambio/perpetual-trading/perpetual-trading-v2/perpetual-trading-faq/arbitrum/alp-syrup-pool-arbitrum/alp-buying-and-selling-fees.md).

# Tarifas de compra y venta de ALP

## Comisión de compra:

Parámetro de Tasa Base 1: FeeBasisPoints, USDT está configurado actualmente al 0,25%

Parámetro de Tasa Base 2: TaxBasisPoints, USDT está configurado actualmente al 0,05%

El valor actual del activo: ValorInicial=ValorActivoEnPool+PnlNoRealizadoActivo\_usd

El valor actual del activo después de la acuñación: ValorDespuésDeMin=ValorInicial+ValorMin

Calcula el valor del Activo según el peso objetivo: ValorObjetivo=(Valor Total\_usd+PnlNoRealizadoTotal\_Usd)\*Peso objetivo, Valor Total=suma(ValorInicial)

La diferencia actual del valor del Activo y el valor objetivo (valor absoluto): DiferenciaInicial=ValorInicial-ValorObjetivo

Después de la Acuñación, la diferencia del valor del activo y el mecanismo objetivo (valor absoluto): DiferenciaDespués=ValorDespuésDeAcuñación-ValorObjetivo

* si DiferenciaDespués\<DiferenciaInicialValor

ComisiónAcuñación=Máx(FeeBasisPoints-TaxBasisPoints\*DiferenciaInicial/ValorObjetivo，0)

* si DiferenciaDespués>=DiferenciaInicial

ComisiónAcuñación=FeeBasisPoints+TaxBasisPoints\*Mín((DiferenciaInicial+DiferenciaDespués)/2,ValorObjetivo)/ValorObjetivo

## Comisión de venta:

Parámetro de Tasa Base 1: FeeBasisPoints, USDT está configurado actualmente al 0,25%

Parámetro de Tasa Base Máxima 2: TaxBasisPoints, USDT está configurado actualmente al 0,05%

El valor actual del activo: ValorInicial=ValorActivoEnPool+PnlNoRealizadoActivo\_usd

El valor actual del activo después de la quema: ValorDespuésDeMáx=ValorInicial-ValorMin

Cálculo del valor del Activo según el peso objetivo: ValorObjetivo=Valor Total\*Peso objetivo

La diferencia del valor actual del activo y el valor objetivo (valor absoluto): DiferenciaInicial=ValorInicial-ValorObjetivo

Después de la Quema, la diferencia del valor del activo y el mecanismo objetivo (valor absoluto): DiferenciaDespuésDeMáx=ValorDespuésDeQuema-ValorObjetivo

* si DiferenciaDespués\<DiferenciaInicialValor

ComisiónQuema=Máx(FeeBasisPoints-MTaxBasisPoints\*DiferenciaInicial/ValorObjetivo，0)

* si DiferenciaDespués>=DiferenciaInicial

ComisiónQuema=FeeBasisPoints+TaxBasisPoints\*Mín((DiferenciaInicial+DiferenciaDespués)/2,ValorObjetivo)/ValorObjetivo<br>

Por ejemplo:

Si el valor del pool ALP es $10.000.000, el PnL no realizado es $+10.000, el valor de BTC en el pool de liquidez es $1.000;

El peso objetivo de BTC es 2%, y el peso actual es 0,01%. El parámetro de tasa base 1 de BTC es 0,25%, y el parámetro de tasa base 2 es 0,45%.

Según el cálculo, la tasa de comprar ALP con 1 BTC en este momento es 0% = 0 BTC. La comisión de transacción por vender ALP para obtener 1 BTC es 0,7% = 0,007BTC.


---

# 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/espanol/intercambio/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.
