> ## Documentation Index
> Fetch the complete documentation index at: https://gradiences.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ProofForge RFCs

> RFC 定义了 ProofForge 持久的架构决策。它们在实现前描述预期的能力，并将当前行为与 Research 或未来的后端目标区分开。

RFC 定义了 ProofForge 持久的架构决策。它们在实现前描述预期的能力，并将当前行为与 Research 或未来的后端目标区分开。

流程：提案以 Draft 开始，当记录在 [decisions.md](/zh/reference/decisions) 且交叉链接的文档达成一致时转为 **Accepted**。

## 索引

| RFC                                                          | 状态       | 摘要                                                               |      |                                                            |
| ------------------------------------------------------------ | -------- | ---------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
| [0001](/rfcs/0001-multichain-platform)                       | Accepted | Lean 优先的多链合约平台架构                                                 |      |                                                            |
| [0002](/rfcs/0002-target-implementation-design)              | Accepted | 目标 profile、构建流水线和后端实现设计                                          |      |                                                            |
| [0003](/rfcs/0003-portable-ir-and-runtime)                   | Draft    | 可移植 IR、能力降级、运行时 profile                                          |      |                                                            |
| [0004](/rfcs/0004-evm-semantic-plan)                         | Draft    | EVM semantic plan 与 Yul AST 边界                                   |      |                                                            |
| [0005](/rfcs/0005-solana-sbpf-assembly-backend)              | Accepted | Solana sBPF assembly 后端，即绕过 Zig runtime 的 direct codegen 路线      |      |                                                            |
| [0006](/rfcs/0006-multichain-token-sdk)                      | Draft    | 多链 Token SDK：EVM 上生成 ERC-20，Solana 上生成 SPL Token / Token-2022 计划 |      |                                                            |
| [0008](/rfcs/0008-allocator-abstraction)                     | Draft    | 跨 EVM、Solana、NEAR 的链解耦分配器抽象                                      |      |                                                            |
| [0009](/rfcs/0009-cli-product-surface)                       | Accepted | CLI 产品形态：\`build                                                 | emit | check --target \<id> --fixture \<id>\`；M1 已落地，M3/M4 迁移仍在进行 |
| [0010](/rfcs/0010-resource-budgets-as-gates)                 | Draft    | 将资源预算（gas / CU / near-gas）作为 testkit 门控                          |      |                                                            |
| [0011](/rfcs/0011-runtime-error-model-and-client-generation) | Draft    | 可移植运行时错误模型 + 统一客户端生成                                             |      |                                                            |
| [0012](/rfcs/0012-versioning-and-compatibility-policy)       | Draft    | 版本控制与兼容性策略（IR、制品 schema、能力 id、SDK）                               |      |                                                            |
| [0013](/rfcs/0013-deployment-lifecycle-upgrades-and-signing) | Draft    | 部署生命周期、升级与签名边界                                                   |      |                                                            |

## 相关

* [文档索引](/zh/index)
* [设计决策](/zh/reference/decisions)
* [实现待办事项](/zh/reference/implementation-backlog)
* [目标说明](/zh/index)
* [中文文档](/zh/index)
