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

# ALP Alım ve Satım Ücretleri

## Alım ücreti:

Temel Oran Parametresi 1: FeeBasisPoints, USDT için şu anda %0,25 olarak belirlenmiştir

Temel Oran Parametresi 2: TaxBasisPoints, USDT için şu anda %0,05 olarak belirlenmiştir

Mevcut varlık değeri: InitialValue=AssetValueInPool+AssetUnrealizedpnl\_usd

Mint'lemeden sonraki mevcut varlık değeri: AfterMinValue=InitialValue+MinValue

Hedef ağırlığa göre varlık değerini hesapla: TargetValue=(Total Value\_usd+totalUnrealizedpnl\_Usd)\*Hedef ağırlık, Total Value=sum(InitialValue)

Mevcut varlık değeri ile hedef değer arasındaki fark (mutlak değer): InitialDiff=InitialValue-TargetValue

Mint'lemeden sonra varlık değeri ile hedef mekanizma arasındaki fark (mutlak değer): AfterDiff=AfterMintValue-TargetValue

* AfterDiff\<InitialDiffValue ise

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

* AfterDiff>=InitialDiff ise

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

## Satım ücreti:

Temel Oran Parametresi 1: FeeBasisPoints, USDT için şu anda %0,25 olarak belirlenmiştir

Maksimum Temel Oran Parametresi 2: TaxBasisPoints, USDT için şu anda %0,05 olarak belirlenmiştir

Mevcut varlık değeri: InitialValue=AssetValueInPool+AssetUnreliazedpnl\_usd

Yakma sonrası mevcut varlık değeri: AfterMaxValue=InitialValue-MinValue

Hedef ağırlığa göre varlık değerini hesapla: TargetValue=Total Value\*Hedef ağırlık

Mevcut varlık değeri ile hedef değer arasındaki fark (mutlak değer): InitialDiff=InitialValue-TargetValue

Yakma sonrası varlık değeri ile hedef mekanizma arasındaki fark (mutlak değer): AfterMaxDiff=AfterBurnValue-TargetValue

* AfterDiff\<InitialDiffValue ise

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

* AfterDiff>=InitialDiff ise

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

Örneğin:

ALP havuzunun değeri 10.000.000 $, gerçekleşmemiş K\&Z +10.000 $, likidite havuzundaki BTC değeri 1.000 $ ise;

BTC hedef ağırlığı %2, mevcut ağırlık %0,01'dir. BTC'nin temel oran parametresi 1 %0,25 ve temel oran parametresi 2 %0,45'tir.

Hesaplamaya göre bu durumda 1 BTC ile ALP satın alma oranı %0 = 0 BTC'dir. ALP satarak 1 BTC elde etme işlem ücreti ise %0,7 = 0,007 BTC'dir.


---

# 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/turkish/ticaret/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.
