Protocol
9 live operations under /api/protocol. 0 require a machine key; 9 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/protocol/pohc/attest | Landauer thermal attestation Proves a computation meets the thermodynamic minimum energy bound. | public |
POST | /api/protocol/pohc/convergence | check convergence of identities Used by smart contracts to verify that N identities agree on a value. | public |
GET | /api/protocol/pohc/energy | energy per computation comparison | public |
POST | /api/protocol/pohc/finality | PLAT-chain finality check Verifies that a state transition has reached finality (2 Zeqonds old). | public |
GET | /api/protocol/pohc/layers | just the layers | public |
GET | /api/protocol/pohc | full specification | public |
POST | /api/protocol/reputation | reputation weight for a ZID Used by contracts for weighted voting / access control. | public |
GET | /api/protocol/sybil | sybil resistance status | public |
GET | /api/protocol | 7-Step Wizard Protocol | public |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.