Compliance & awareness layer

Spin up a state machine.

A backend that records every pulse, every second, every event your application generates. Wire any frontend into it — a Chrome extension, an IoT device, a lab instrument, a browser app, an email server. The state machine ticks at 1.287 Hz and writes a tamper-evident audit chain. Public or private. One click.

You'll need a Zeq ID first — same wallet works on every Zeq state machine.

What it records.

Every pulse — 1.287 Hz
Every second of running state
Every state transition
Every event you POST
Every file hash
Every connection — in & out
Every email envelope
Every contract transition

What people connect to it.

Your state machine is a backend. Whatever you build on top, it audits.

Browser extension

Every page state recorded.

A Chrome extension POSTs /api/chain/<slug>/event for every page it observes. Tamper-evident audit of where you've been, what you've read.

IoT

Every sensor reading streamed.

Devices ping POST /event with each reading's hash. The state machine ticks at the same 1.287 Hz cadence the firmware uses.

Compliance

Every pharma decision logged.

A pharmacist's app POSTs every prescription action. Audit-chain integrity is verifiable at /api/chain/<slug>/pohc/validate.

Lab

Every measurement provenance-stamped.

A lab instrument streams measurements to its state machine. Each row's hash chains to the previous — replay the chain to prove the data wasn't altered.

Email

Every sent message witnessed.

Hook your team's outbound SMTP. The state machine records the envelope hash — not the body — so you can prove a message existed at zeqond N.

Files

Every file change attested.

A file watcher POSTs POST /file with the SHA-256 of every changed file. The audit chain is the file system's tamper-evident log.

Trading

Every order time-stamped.

Your trading frontend POSTs every decision. The Zeqond is the broker-independent proof of when you made it.

Code

Every commit verified.

A git pre-receive hook POSTs the commit hash + repo metadata. The state machine gives you a tamper-evident timeline across multiple repos.