Prometheus Protocol is currently in the specification draft phase. This guide helps you understand the protocol's design logic and intended operation, but there is no runnable code to install or test yet. The steps below describe the intended protocol flow, designed to help you build an understanding of the complete loop.
Prometheus Protocol consists of three interconnected sub-protocols:
Together they form a complete loop: declare capabilities → match tasks → prove contributions → receive settlement.
Each sub-protocol solves one core problem:
We recommend starting with Design Philosophy to understand the principles behind the protocol, then diving into the technical details in the whitepapers.
TCDP declarations are expressed in JSON. Below is a laser cutter declaration example (specification draft phase; format may change):
{
"tool_id": "TCDP-HK-LC-001",
"name": "Laser Cutter Alpha",
"type": "laser_cutter",
"capabilities": {
"material": ["steel", "aluminum", "acrylic"],
"max_thickness_mm": { "steel": 20, "aluminum": 30 },
"precision_mm": 0.05,
"work_area_mm": [1500, 1000]
},
"location": { "lat": 22.3, "lon": 114.2 },
"trust": { "certificate_issuer": "PrometheusCA-v0.1",
"reputation_score": null }
}
See the full declaration example on the Specification & Implementation page. The complete JSON Schema definition is still being designed.
A complete production task will go through these stages:
See the detailed flow diagram on the Flow page.
The protocol is still in draft phase, but you can start thinking about future participation:
The most effective way to participate right now is to read the specifications and give feedback. Send your thoughts to suke@ezuhe.cn.
Owns smart manufacturing equipment, wants to connect to decentralized production networks in the future.
Current Focus: TCDP declaration format, capability description methods
Operates independent tool nodes (e.g., personal 3D printers, small CNC devices), wants to participate in decentralized production.
Current Focus: DTOP bidding mechanism design, PCSP contribution proof process
Wants to contribute to protocol development, improvement, and extension.
Current Focus: Whitepaper design review, specification feedback