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

# Комиссии за покупку и продажу ALP

## Комиссия за покупку:

Базовая ставка Параметр 1: FeeBasisPoints — для USDT текущее значение составляет 0,25%

Базовая ставка Параметр 2: TaxBasisPoints — для USDT текущее значение составляет 0,05%

Текущая стоимость актива: InitialValue=AssetValueInPool+AssetUnrealizedpnl\_usd

Текущая стоимость актива после чеканки: AfterMinValue=InitialValue+MinValue

Рассчитываем стоимость актива в соответствии с целевым весом: TargetValue=(Total Value\_usd+totalUnrealizedpnl\_Usd)\*Target weight, Total Value=sum(InitialValue)

Текущая стоимость актива и целевое значение (абсолютное): InitialDiff=InitialValue-TargetValue

После чеканки стоимость актива и целевой механизм (абсолютное): AfterDiff=AfterMintValue-TargetValue

* если AfterDiff\<InitialDiffValue

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

* если AfterDiff>=InitialDiff

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

## Комиссия за продажу:

Базовая ставка Параметр 1: FeeBasisPoints — для USDT текущее значение составляет 0,25%

Максимальная базовая ставка Параметр 2: TaxBasisPoints — для USDT текущее значение составляет 0,05%

Текущая стоимость актива: InitialValue=AssetValueInPool+AssetUnreliazedpnl\_usd

Текущая стоимость актива после сжигания: AfterMaxValue=InitialValue-MinValue

Расчёт стоимости актива в соответствии с целевым весом: TargetValue=Total Value\*Target weight

Текущая стоимость актива и целевое значение (абсолютное): InitialDiff=InitialValue-TargetValue

После сжигания стоимость актива и целевой механизм (абсолютное): AfterMaxDiff=AfterBurnValue-TargetValue

* если AfterDiff\<InitialDiffValue

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

* если AfterDiff>=InitialDiff

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

Например:

Если стоимость пула ALP составляет $10 000 000, нереализованный PnL — +$10 000, стоимость BTC в пуле ликвидности — $1 000;

Целевой вес BTC составляет 2%, текущий — 0,01%. Базовая ставка параметр 1 для BTC — 0,25%, базовая ставка параметр 2 — 0,45%.

По расчёту, ставка покупки ALP за 1 BTC в данный момент составит 0% = 0 BTC. Комиссия за продажу ALP для получения 1 BTC составляет 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/russian/torgovlya/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.
