> 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/chinese/jiao-yi/perpetual-trading/perpetual-trading-v2/trading-rewards-program.md).

# 交易奖励计划

### 奖励计划概述

详情如下：

活动周期：日期因周期和不同链而异

奖励分配时间：每个周期为每日 00:00 (UTC) 至 23:59 (UTC)。奖励在次日约 03:00 (UTC) 发放。用户必须在奖励发放后 30 天内领取奖励。如未领取，平台将撤销奖励。

奖励金额：每日上限为价值 $15,000 USD 的 APX

活动规则：在 V2 上交易的用户可从奖励奖池中获得收益。在 DAO 中质押 APX 以获得 veNFT 的用户将享受与根据 veNFT 计算的 Power 值相对应的提升倍数。

| Power 值                   | 提升倍数 |
| ------------------------- | ---- |
| 50,000 < Power =<100,000  | 1.5  |
| 100,000 < Power =<300,000 | 2    |
| Power > 300,000           | 2.5  |

交易奖励计算公式：

在每个交易奖励周期结束时，将计算用户在该周期内的有效交易费用和质押金额，以确定 APX 奖励的权重和金额。公式如下：

r = R\*W / sum(Wi)

参数：

| r       | 用户在本周期的 APX 奖励                                                                                                     |
| ------- | ------------------------------------------------------------------------------------------------------------------ |
| R       | 由用户前一天的 V2 交易费用贡献和最新的 APX 代币价格决定                                                                                   |
| W       | <p>个人总权重得分 W=f\*w，其中：</p><p>f 指用户在本周期内贡献的有效交易费用，将被转换为 USD。</p><p>w 是用户在本周期内通过在 DAO 中质押 APX 获得的提升倍数。（更多信息请参阅上表）</p> |
| sum(Wi) | 所有用户的总得分。Wi 表示任一个人用户的得分，sum(Wi) 表示所有用户得分之和                                                                         |

R 的计算公式如下：

R=Min(美元价值乘数 \* 交易费用, 美元价值上限)/ Max(APX 最新价格, APX 价格底线)

* 美元价值乘数：本期为 0.70
* 交易费用：前一天转换为 USD 的 V2 费用收入价值
* 美元价值上限：根据系统配置为 15,000
* APX 最新价格：基于最新的 APX 代币价格
* APX 价格底线：本期为 0.04

条款与条件

* 在每个周期结束后，ApolloX 可根据用户反馈和市场状况调整计划规则。奖励将以非线性方式发放。
* 在活动期间，平台将把注入 ALP 池的 V2 交易费用收入比例从 50% 降至 20%。剩余的 30% 将用于回购 APX。
* 由于 V2 上每个交易对的交易费用不同，即使用户的有效交易量相同，他们获得的奖励也可能有所不同。
* 每个周期要分配的奖励将存储在以下合约地址中：0x6bE863e01E17A226c945e3629D0D9Cb6E52Ce90E
* ApolloX 保留对本活动的最终解释权。

风险警告：加密货币期货交易具有重大风险。所有交易活动均由你自行决定并自担风险。此处的信息不应被视为来自 ApolloX 的财务或投资建议。ApolloX 对你使用 ApolloX 可能产生的任何损失概不负责。

### 领取奖励

由于交易奖励计划由我们的朋友 ApolloX 主办，请按照以下步骤领取你的奖励：\
\
第 1 步：前往我们的 [PancakeSwap 永续合约页面](https://perp.pancakeswap.finance/en/futures/v2/)

第 2 步：点击页面顶部的 Trading Reward (V2) 标签

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Trading%20Reward.png" alt=""><figcaption></figcaption></figure>

第 3 步：你将被重定向到 ApolloX 奖励领取页面，以查看你当前的奖励状态。在活动期间点击"Claim"领取你的奖励。

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Screenshot%202023-06-29%20at%2010.26.11%20AM.png" alt=""><figcaption></figcaption></figure>


---

# 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/chinese/jiao-yi/perpetual-trading/perpetual-trading-v2/trading-rewards-program.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.
