Skip to content

SCP Protocol Documentation README v0.1

Symphony Core Protocol --- Full Documentation Structure

版本:v0.1
更新日期:2026-02
状态:Mainnet Documentation Structure
适用范围:SCP Mainnet / Developers / Researchers / Integrators


一、简介(Introduction)

本 README 文件描述 SCP 主网协议的完整文档结构,包括:

  • Whitepaper
  • Root Protocol Specifications
  • Functional Protocol Specifications
  • 各协议之间的依赖关系
  • 各协议在 SCP 架构中的作用

SCP 文档体系采用分层结构,确保协议清晰、模块化和可扩展。


二、SCP 文档层级结构(Documentation Hierarchy)

SCP 文档分为四个层级:

Layer 0 --- Whitepaper
Layer 1 --- Root Protocol Specifications
Layer 2 --- Functional Protocol Specifications
Layer 3 --- Implementation Specifications


三、Layer 0 --- Whitepaper(白皮书)


3.1 SCP Whitepaper v0.1

文件:

PDAP-Whitepaper-v0.1.md

作用:

SCP 的官方白皮书。

描述:

Protocol overview
Architecture
Node roles
Security model
Economic model

Whitepaper 是 SCP 的顶层说明文档。


四、Layer 1 --- Root Protocol Specifications(根协议规范)

这些文档定义 SCP 主网协议的整体结构。


4.1 SCP Full Mainnet Protocol Specification v0.1

文件:

PDAP-Full-Mainnet-Protocol-Specification-v0.1.md

作用:

定义完整 SCP 主网协议套件。

包括:

Trust Layer

Compute Plane

Data Plane

Control Plane

Economic Layer

这是 SCP 主网协议的权威定义文档。


4.2 SCP Protocol Specification v0.1

文件:

PDAP-Protocol-Specification-v0.1-Mainnet.md

作用:

定义 SCP 协议架构和生命周期。

描述:

Protocol architecture

Protocol lifecycle

Protocol integration


五、Layer 2 --- Functional Protocol Specifications(功能协议规范)

这些文档定义 SCP 的实际协议行为。


Trust Layer


5.1 SCP Proof Protocol Specification v0.1

文件:

PDAP-Proof-Protocol-Specification-v0.1.md

作用:

定义:

Proof-of-Query

Proof-of-Training

Proof-of-Aggregation


Compute Plane


5.2 SCP Federated Query Protocol Specification

文件:

PDAP-Federated-Query-Protocol-v0.1.md

作用:

定义联邦查询执行机制。


5.3 SCP Federated Training Protocol Specification

文件:

PDAP-Federated-Training-Protocol-Specification-v0.1-Contribution-Types.md

作用:

定义联邦训练协议。

支持 6 种 Training Contribution 类型。


5.4 SCP Secure Aggregation Protocol Specification

文件:

PDAP-Secure-Aggregation-Protocol-Specification-v0.1.md

作用:

定义 Secure Aggregation 机制。

防止 Coordinator 访问 individual contribution。


Data Plane


5.5 SCP Vault Canonicalization Pipeline Specification

文件:

PDAP-Vault-Canonicalization-Pipeline-Spec-v0.1-Extended.md

作用:

定义如何将 raw data 转换为 canonical attributes。


5.6 SCP Canonical Attribute Registry Specification

文件:

PDAP-Canonical-Attribute-Registry-v0.1-Detailed.md

作用:

定义 canonical attribute schema。

定义 extensible schema。


Control Plane


5.7 Registry Control Plane Specification

文件:

PDAP-Registry-Control-Plane-Specification-v0.1.md

作用:

定义 registry control plane。


5.8 Canonical Registry Synchronization Protocol Specification

文件:

PDAP-Canonical-Registry-Synchronization-Protocol-v0.1-Detailed.md

作用:

定义 registry synchronization。


Economic Layer


5.9 SCP Incentive Protocol Specification

文件:

PDAP-Incentive-Protocol-Specification-v0.1.md

作用:

定义 reward system。

定义 reward calculation。

定义 reward distribution。


六、协议依赖关系(Protocol Dependency Graph)

完整依赖关系:

Whitepaper v0.1

Full Mainnet Protocol Specification v0.1

Protocol Specification v0.1

Functional Protocol Specifications

Proof Protocol
Federated Query Protocol
Federated Training Protocol
Secure Aggregation Protocol
Canonical Attribute Registry
Registry Control Plane
Incentive Protocol


七、SCP 协议层级与文档对应关系

Trust Layer → Proof Protocol

Compute Plane → Federated Query Protocol
Compute Plane → Federated Training Protocol
Compute Plane → Secure Aggregation Protocol

Data Plane → Canonicalization Pipeline
Data Plane → Canonical Attribute Registry

Control Plane → Registry Control Plane
Control Plane → Registry Synchronization Protocol

Economic Layer → Incentive Protocol


八、Mainnet Required Documents(主网必需文档)

SCP Mainnet requires:

Whitepaper

Full Mainnet Protocol Specification

Protocol Specification

Proof Protocol

Federated Query Protocol

Federated Training Protocol

Secure Aggregation Protocol

Canonical Attribute Registry

Canonicalization Pipeline

Registry Control Plane

Registry Synchronization Protocol

Incentive Protocol


九、开发者指南(Developer Guidance)

开发者建议阅读顺序:

1 Whitepaper
2 Full Mainnet Protocol Specification
3 Protocol Specification
4 Functional Protocol Specifications


十、总结(Summary)

SCP 文档体系采用模块化结构。

Root Protocol Specifications 定义协议架构。

Functional Protocol Specifications 定义协议行为。

Whitepaper 提供协议总体说明。

这些文档共同构成 SCP Mainnet Protocol Suite。


官方资源

SCP Whitepaper
SCP Protocol Specifications
SCP Developer Documentation