# 参数表

## DPOS参数

<table><thead><tr><th width="315.7687783730239">参数</th><th width="150">值</th><th>描述</th></tr></thead><tbody><tr><td>BLOCK_SECONDS</td><td>6s</td><td>出块时间</td></tr><tr><td>EPOCH_BLOCKS</td><td>14,400</td><td>一周期块数 ≈ 1天</td></tr><tr><td>MIN_DEPOSIT</td><td>40,000,000</td><td>节点最小质押量</td></tr><tr><td>MIN_RATE</td><td>70</td><td>节点最低分配比例：70%</td></tr><tr><td>MAX_RATE</td><td>100</td><td>节点最高分配比例：100%</td></tr><tr><td>MAX_VALIDATORS_COUNT</td><td>210</td><td>最大节点数量</td></tr><tr><td>PROPOSAL_DURATION_EPOCHS</td><td>7</td><td>节点申请有效期 / 周期</td></tr><tr><td>VALIDATOR_REWARD_LOCK_EPOCHS</td><td>7</td><td>节点出块奖励锁定周期 / 周期</td></tr><tr><td>RATE_SET_LOCK_EPOCHS</td><td>1</td><td>修改分配比例锁定周期</td></tr><tr><td>VALIDATOR_UNSTAKE_LOCK_EPOCHS</td><td>1</td><td>取消节点后质押赎回锁定周期</td></tr><tr><td>VOTE_CANCEL_EPOCHS</td><td>1</td><td>取消投票后投票赎回锁定周期</td></tr><tr><td>MAX_PUNISH_COUNT</td><td>139</td><td>节点惩罚阈值（踢除）</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://dxchain.gitbook.io/dxchain-wiki/zhong-wen-she-qu/kai-fa-zhe-wen-dang/can-shu-biao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
