> 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/hui-geng-si-ce-shi-wang/huygens-testnet/an-zhuang-cheng-xu-zhuan-qu/jie-dian-ji-fen-huo-qu-gui-ze/wang-luo-wen-ding-xing-zeng-zhang-xi-shu.md).

# 网络稳定性增长系数

在测试网期间，我们引入了网络稳定性增长系数，旨在奖励和激励节点的快速建设及持续在线状态。

| <p><strong>Milestones Reached</strong><br><strong>(Address+IP)</strong></p> | **加权系数** |
| --------------------------------------------------------------------------- | -------- |
| 0\<X≤2000                                                                   | 1.7      |
| 2000\<X≤5000                                                                | 1.6      |
| 5000\<X≤10000                                                               | 1.5      |
| 10000\<X≤15000                                                              | 1.4      |
| 15000\<X≤25000                                                              | 1.3      |
| 25000\<X≤35000                                                              | 1.2      |
| 35000\<X≤50000                                                              | 1.1      |
| >50000                                                                      | 1        |

**备注：**$$X$$为全网节点总在线数


---

# 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/hui-geng-si-ce-shi-wang/huygens-testnet/an-zhuang-cheng-xu-zhuan-qu/jie-dian-ji-fen-huo-qu-gui-ze/wang-luo-wen-ding-xing-zeng-zhang-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.
