> 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/japanese/qu-yin/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）× 目標ウェイト、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 × 目標ウェイト

現在のアセット価値と目標価値（絶対値）：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%です。BTCの基本レートパラメーター1は0.25%、基本レートパラメーター2は0.45%です。

計算によると、この時点で1 BTCを使用してALPを購入する手数料率は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/japanese/qu-yin/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.
