> For the complete documentation index, see [llms.txt](https://axon-finance.gitbook.io/axon-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axon-finance.gitbook.io/axon-finance-docs/fu-lu/appendix/b-parameters.md).

# 附录 B · 参数汇总

本附录集中列出全书出现的关键参数，并**诚实标注每一项的状态**。状态分三类：

* `设计目标(target)` —— 设计与工程要达成的目标，最终值待基准测试后公布；
* `设计` —— 已确定的设计方向，但具体参数未定；
* `待定(TBD)` —— 尚未确定，将随开发 / 合规推进公布。

## 性能设计目标

| 参数        | 设计目标 / 值                            | 状态             |
| --------- | ----------------------------------- | -------------- |
| 网络吞吐（TPS） | 支付级持续吞吐 **> 10,000 TPS**，架构上向更高量级演进 | `设计目标(target)` |
| 确定性最终性    | **亚秒级（< 1s，目标区间约 400–800ms）**       | `设计目标(target)` |
| 出块 / 区块间隔 | **约 250–500ms**                     | `设计目标(target)` |
| 交易费用      | **亚美分级（目标 < $0.001 / 笔）**，固定可预测     | `设计目标(target)` |
| 费用模型      | 低且可预测（非拍卖式波动）                       | `设计`           |

## 共识与网络

| 参数     | 值                              | 状态         |
| ------ | ------------------------------ | ---------- |
| 共识机制   | 高吞吐 PoS + BFT 风格确定性最终性         | `设计`       |
| 最终性类型  | 确定性 / BFT（一经法定多数确认即不可逆）        | `设计`       |
| 验证者规模  | 启动规模较小，按 P2 路线图逐步扩大            | `设计` / 路线图 |
| 去中心化路径 | 早期中心化但可验证 → P2 验证者扩大 → 成熟期治理接管 | 路线图        |

## 地基能力

| 能力                           | 状态   |
| ---------------------------- | ---- |
| 稳定币结算原语（链层内建）                | `设计` |
| 账户抽象 / 会话密钥（一等公民）            | `设计` |
| Paymaster 费用代付               | `设计` |
| 可插拔合规网关（KYC/AML / 地理围栏 / 风控） | `设计` |
| 可验证支付策略沙盒（WASM）              | `设计` |
| 全局单调 seqNo + 预写日志            | `设计` |
| 多源喂价 + 偏差熔断 + 脱锚保护           | `设计` |

## 待定 / 将另行公布

| 项                       | 状态        | 说明                                                                                                                           |
| ----------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------- |
| 支持的稳定币清单                | `待定(TBD)` | 随主网推进确定（[3.5](/axon-finance-docs/part-iii-ji-shu-jia-gou/part3-architecture/3-5-oracle-safety.md)）                           |
| PayFi 货币市场利率 / 收益率      | `待定(TBD)` | 设计模型，参数待定（[4.2](/axon-finance-docs/part-iv-payfi-yin-qing/part4-payfi/4-2-money-market.md)）                                  |
| 信贷风控 / 准备金 / 罚没参数       | `待定(TBD)` | 设计框架，参数待定                                                                                                                    |
| 合规注册法域 / 牌照路径           | `待定(TBD)` | 加密友好辖区，分阶段推进（[3.6](/axon-finance-docs/part-iii-ji-shu-jia-gou/part3-architecture/3-6-compliance-gateway.md)）                 |
| 法币出入金伙伴                 | `设计中`     | 随主网推进接入（[4.3](/axon-finance-docs/part-iv-payfi-yin-qing/part4-payfi/4-3-crossborder-b2b.md)）                                 |
| 治理经济参数（质押 / 投票权重等）      | `设计`      | 属代币经济，见 [Part VII · 代币经济](/axon-finance-docs/part-vii-dai-bi-jing-ji/part7-tokenomics.md)                                    |
| 代币经济（供应 / 分配 / 流通 / 融资） | —         | 见 [Part VII · 代币经济](/axon-finance-docs/part-vii-dai-bi-jing-ji/part7-tokenomics.md)（总量 100 亿 / 六桶分配 / vesting / 流通曲线 / 通缩飞轮） |

## 市场数据（行业背景）

| 指标             | 数值                      | 口径                   |
| -------------- | ----------------------- | -------------------- |
| 稳定币 2025 链上结算量 | $33T（超 Visa+MC $25.5T）  | 公开监测，不同层口径，看趋势       |
| Huma 累计交易量     | $10B+（2026.02，YoY 3.4×） | PayFi 龙头，公开数据        |
| 稳定币占跨境支付 2030E | \~10%                   | 业界预测                 |
| 全球跨境支付年流量（TAM） | $190T+                  | 公开监测，B2B 约占稳定币跨境 60% |

*（市场数据为公开监测口径，来源见* [*附录 D*](/axon-finance-docs/fu-lu/appendix/d-references.md)*。）*


---

# 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://axon-finance.gitbook.io/axon-finance-docs/fu-lu/appendix/b-parameters.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.
