> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-zhong-wen/he-xie-er-ce-shi-wang/guan-yu-he-xie-er-ce-shi-wang/chang-jian-wen-ti/jie-dian-ji-fen-huo-qu-gui-ze/xian-feng-ji-hua-jiang-li-xi-shu.md).

# 先锋计划奖励系数

在赫歇尔测试网活动期间，我们将推出“**Pioneer Multipliers 先锋激励计划**”，以奖励早期参与者。本激励计划将在测试网的前四周内，按照不同的奖励倍数来发放奖励。

先锋激励计划具体时间及奖励倍数如下：

<table data-header-hidden><thead><tr><th width="483">时间</th><th></th></tr></thead><tbody><tr><td><strong>时间</strong></td><td><strong>奖励系数</strong></td></tr><tr><td>第一周（4月22日 UTC 08:00 至4月28日 UTC 23:59）</td><td>2</td></tr><tr><td>第二周（4月29日 UTC 00:00 至 5月5日 UTC 23:59）</td><td>1.7</td></tr><tr><td>第三周（5月6日 UTC 00:00 至5月12日 UTC 23:59）</td><td>1.4</td></tr><tr><td>第四周（5月13日 UTC 00:00 至5月19日 UTC 23:59）</td><td>1.2</td></tr><tr><td>第五周开始（5月20日 UTC 00:00）</td><td>无加成</td></tr></tbody></table>


---

# 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://help.titanapp.info/titan-network-zhong-wen/he-xie-er-ce-shi-wang/guan-yu-he-xie-er-ce-shi-wang/chang-jian-wen-ti/jie-dian-ji-fen-huo-qu-gui-ze/xian-feng-ji-hua-jiang-li-xi-shu.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.
