Skip to content
Open research

POM-RX — pre-execution control and verifiable evidence

POM-RX explores how a supplied receipt chain can link a declared policy, a pre-execution check, an authorization, an execution acknowledgement, and reconciliation.

POM-RX v0.1 — public working specification and tested prototype.

Interactive integrity simulation

Is the supplied evidence chain consistent?

Analyze a chain of three digital receipts. POM-RX checks their required fields, their order, and the cryptographic link connecting each receipt to the previous one.

Educational prototype: POM-RX checks only the supplied receipts. It does not confirm that an action happened and does not block any real operation.

Case 1 / 41/4
Preflight1/3
Analysis score0/6
Best score0/7

Before action · Analyzing control 1

Is the supplied evidence chain consistent?Each new receipt must be complete and repeat the exact digital fingerprint of the previous one. Same fingerprint: the chain continues. Missing field or different fingerprint: POM-RX rejects the supplied chain.POM-RX / EVIDENCE INTEGRITYSOURCECONTROL 01PREFLIGHTACTIVECONTROL 02EXECUTIONSTANDBYCONTROL 03RECONCILIATIONSTANDBYFINAL REGISTERBTC CASERXPOM-RX ENGINESIMULATED ALTERATIONALTERED

Each new receipt must be complete and repeat the exact digital fingerprint of the previous one. Same fingerprint: the chain continues. Missing field or different fingerprint: POM-RX rejects the supplied chain.

  1. 1Before action: what is declared.
  2. 2Report: what the next receipt references.
  3. 3Final record: what links back to the report.

Educational prototype: POM-RX checks only the supplied receipts. It does not confirm that an action happened and does not block any real operation.

No time limit · touch and keyboard · first case guided

Three answers that are always “no”

What POM-RX observes

Receipt structure and the links between their fingerprints.

What POM-RX does not know

Whether an action happened, whether the source is truthful, or whether the action is safe.

Authorization to execute
No
Confirmed external action
No
Financially safe operation
No

This game tests no order, wallet, exchange, real capital, external timeline, source authenticity, or Strict profile.

Receipt model

Three linked phases in a supplied chain.

Each phase describes declared data supplied for review. Hash links can be checked for structural consistency within that chain; they do not establish what happened outside the receipts.

  1. Preflight

    A supplied receipt declares an `allow` or `deny` outcome and associated assertions. It does not by itself confirm an external fact.

  2. Execution acknowledgement

    An `accepted`, `rejected`, or `unresolved` outcome is hash-linked to the supplied preflight. POM-RX does not perform the action.

  3. Reconciliation

    A `matched`, `mismatched`, or `unresolved` outcome can be hash-linked to the acknowledgement to review the supplied chain.

Structural check

Review a supplied chain without attributing more than it contains.

The pinned public commit contains the `pom-rx/0.1` schema, one Node/TypeScript reference verifier and one seven-test Node suite. The verifier checks the supplied structure, contiguous phase order, selected shared fields and receipt hash links.

These checks apply only to the supplied receipts. They do not establish trusted chronology, the truth of an external fact, source authenticity, authorization consumption, independent observation or execution blocking. POM-RX v0.1 does not place orders or custody assets, and is not a production control, audit, certification, or security or performance guarantee.