PoHC — Proof of Harmonic Convergence
Physics Blockchain — Proof of Harmonic Convergence.
- Protocol ID —
pohc-validate - Category — Blockchain
- Endpoint —
POST /api/chain/pohc/validate - Auth — api-key
- Rate limit — 30/min
- Version —
1.0 - Precision — ≤0.1% (KO42-enforced)
What it does
Submit a physics computation for block validation. Validators solve the same equation simultaneously on HulyaPulse cycles — solutions must converge within tolerance. No hash puzzles. Real physics.
Signature
Request
POST /api/chain/pohc/validate
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
equation | string | ✓ | — | Physics equation derived from transaction data. |
solution | number | ✓ | — | Validator's computed solution. |
syncCycle | number | ✓ | — | HulyaPulse cycle this solution was computed for. |
validatorId | string | ✓ | — | Validator's ZID. |
Response
{ accepted, convergenceRatio, validatorsAgreed, blockCandidate }
Runnable example
curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"equation": "<value>",
"solution": 0,
"syncCycle": 0,
"validatorId": "<value>"
}' \
"https://api.zeq.dev/api/chain/pohc/validate"
Integrate
- Consensus trigger — use Harmonic Convergence pulse phase as the block-seal condition.
- Audit trail — write ledger entries with
zeqondpluserror_pctfor provable determinism. - Fork detection — split fork handling on pulse-phase disagreement to drop stale branches fast.
Seeds
- Near — wrap
/api/chain/pohc/validatein a language SDK so builders can call it in three lines. - Medium — publish a reference integration demonstrating PoHC — Proof of Harmonic Convergence alongside a real workload, with pulse-aligned metrics.
- Far — propose PoHC — Proof of Harmonic Convergence as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.
Papers
- Zeq paper — https://doi.org/10.5281/zenodo.18158152
- Framework paper — https://doi.org/10.5281/zenodo.15825138
Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.