Zum Hauptinhalt springen

Physics Chain — Explorer

Physics Blockchain — Proof of Harmonic Convergence.

  • Protocol ID — chain-explorer
  • Category — Blockchain
  • Endpoint — GET /api/chain/explore
  • Auth — none
  • Rate limit — 60/min
  • Version — 1.0
  • Precision — ≤0.1% (KO42-enforced)

What it does

Search and browse the Physics Blockchain. Query transactions by ZID, explore blocks by range, view validator statistics.

Signature

Request

GET /api/chain/explore
ParamTypeRequiredDefaultDescription
zidstringFilter transactions by ZID.
fromCyclenumberStart cycle.
toCyclenumberEnd cycle.
typestring'blocks', 'transactions', or 'validators'.

Response

{ results, total, range }

Runnable example

curl -sS \
"https://api.zeq.dev/api/chain/explore"

Integrate

  1. Consensus trigger — use Harmonic Convergence pulse phase as the block-seal condition.
  2. Audit trail — write ledger entries with zeqond plus error_pct for provable determinism.
  3. Fork detection — split fork handling on pulse-phase disagreement to drop stale branches fast.

Seeds

  • Near — wrap /api/chain/explore in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating Physics Chain — Explorer alongside a real workload, with pulse-aligned metrics.
  • Far — propose Physics Chain — Explorer as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.

Papers

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.