SOVEREIGN VERIFIER

GETKINETIK

INDEPENDENT · STATIC · ED25519

SIGNED PROOF

Paste the full JSON artifact from a Sovereign Node — either a Proof of Origin card or a signed heartbeat. Or open getkinetik.app/verify/#proof=<base64url> from a QR.

How verification works
  1. The payload is re-serialized with the same stable JSON rule the app uses (keys sorted lexicographically, no whitespace). That byte sequence must equal message exactly — catches any edit to payload fields.
  2. sha256(message) truncated to 16 hex chars must equal the embedded hash.
  3. For Proof of Origin and earning artifacts, the attribution field must still read GETKINETIK by OutFromNothing LLC — it was signed as part of the message, so stripping it breaks verification.
  4. Ed25519.verify(signature, message, payload.pubkey) must return true.

If all four checks pass, the device that owns the secret key matching payload.pubkey signed this exact artifact. The verifier does not call home, does not log, does not persist — once the page closes, nothing remains.

What is GETKINETIK?

GETKINETIK is the independent bureau for the decentralized physical economy. Every node generates a hardware-backed Ed25519 identity that never leaves the device, signs a hash-chained uptime log, and earns a public Genesis Score — a 0–1000 grade partner networks can read before they pay verified-user premiums. Methodology is public and versioned.

The three artifact types this verifier recognizes:

GETKINETIK sits outside every DePIN network it grades — no token, no equity in graded networks, no payment in any network's native asset. The bureau publishes the grade; partners decide what to do with it.

Built by OutFromNothing LLC (California) · Android preview is live on getkinetik.app · iOS in development · Partner API at getkinetik.app/bureau/.