> 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/trading-rewards-program/arbitrum.md).

# Arbitrum

2023年8月31日、PancakeSwap PerpetualはArbitrumでV2トレーディング報酬プログラムを開始します。Arbitrumで[ALP in CAKE Syrup Pool](https://pancakeswap.finance/pools?chain=arb)にステークするユーザーはブースト乗数を享受できます。また、このプログラムで得られた報酬にベスティング期間はありません。ユーザーはいつでもUSDC報酬を請求できます。詳細は以下の通りです：

開始時間：2023年8月31日、08:00（UTC）

活動（エポック）期間：毎週木曜日08:00:00 UTCから翌木曜日07:59:59まで、1週間

報酬配布時間：各サイクルは毎日00:00（UTC）〜23:59（UTC）です。報酬は毎週木曜日の約08:00（UTC）に発行されます。ユーザーのティアが更新された後、報酬が計算・配布されます。ユーザーは報酬発行から30日以内に受け取る必要があります。受け取らない場合、プラットフォームが報酬を没収します。

報酬額：最初の5週間は取引手数料の25%（USDC建て）。この報酬プールはティアに応じて配布されます。

活動ルール：ArbitrumでPancakeSwap Perpetuals V2を取引するユーザーが報酬プールの対象となります。

### ティア内訳

毎週木曜日の08:00:00 UTCに、前週木曜日08:00:00 UTCから当週木曜日07:59:59までの取引データを計算し、ティアルールに従ってユーザーのティアを更新します。ティアルールは以下の通りです（設定変更可）：

<table><thead><tr><th width="161">ティア</th><th width="249.33333333333331">説明</th><th>ウェイト</th></tr></thead><tbody><tr><td>ダイヤモンド</td><td>エポック取引額 >= $100万</td><td>5</td></tr><tr><td>ゴールド</td><td>エポック取引額 >= $50万</td><td>3</td></tr><tr><td>シルバー</td><td>エポック取引額 >= $25万</td><td>1</td></tr></tbody></table>

**注意：ティア基準とウェイトはプールの流動性と全体的な取引活動に基づいて変更される場合があります。**

報酬は特定のティアに該当するすべてのユーザーに均等に配布されます。

### トレーディング報酬の計算式：

各トレーディング報酬サイクルの終了時に、そのサイクルにおけるユーザーの有効取引量が計算され、ウェイトとUSDC報酬の量が決定されます。

具体的な報酬数の計算式は：r = min{R \* W/Sum(Wi), R \* 20%}、パラメーターは以下の通りです：

<table data-header-hidden><thead><tr><th width="139"></th><th></th></tr></thead><tbody><tr><td>r</td><td>現在のエポックでユーザーがマイニングするUSDC報酬の量</td></tr><tr><td>R</td><td>現在のエポックの報酬R=（ETH手数料のUSDC価値 + DAI手数料のUSDC価値 + BTC手数料のUSDC価値 + USDC手数料）× 0.25。決済時には1%のSwap手数料を差し引く必要があります。例えば、週次のETH手数料が1でETH価格が$2,000の場合、ETH手数料のUSDC価値 = 1 * 2000 * 0.99</td></tr><tr><td>W</td><td>ユーザーのティアレベルに対応するウェイト</td></tr><tr><td>Sum(Wi)</td><td>全ユーザーの総ウェイトスコア。Wiは任意のユーザーのウェイトを表し、sum(Wi)は全ユーザーのウェイトスコアの合計を表します。</td></tr></tbody></table>

* 1ユーザーあたりの最大収益シェアはプログラム向けに確保された収益の20%に上限が設けられています。

利用規約

* V2の各取引ペアの取引手数料が異なるため、有効取引量が同じであっても受け取る報酬が異なる場合があります。
* 各サイクルで配布される報酬は以下のコントラクトアドレスに保管されます：
* PancakeSwap/ApolloXはこの活動の最終解釈権を留保します。

リスク警告：暗号資産先物取引は多大なリスクを伴います。すべての取引活動はご自身の判断と責任で行われます。ここに記載されている情報はPancakeSwap/ApolloXからの金融投資アドバイスとはみなされません。PancakeSwap/ApolloXはPancakeSwap/ApolloXの使用から生じる損失に対して一切の責任を負いません。

<br>


---

# 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/trading-rewards-program/arbitrum.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.
