PLENA Sample VRX-1 Receipts

Show what PlenaProof proves — and what it refuses to overclaim.

Sample receipts make PLENA easier to sell, review, and build. They show the narrow claim, issuer, reviewer, scope limit, public verification link, and private evidence boundary.

Receipt families

These are founder-facing samples. They are not live production receipts and should not be represented as issued records.

Credential

Credential issued or reviewed

For registrars, training programs, staff credentialing, membership records, or verified institutional status.

Human service

Human presence and service occurrence

For tutoring, care, interpretation, chaplaincy, coaching, home services, nonprofit field work, or human-to-human services.

AI agent authority

Delegated AI action

For proving that a human authorized an agent to act inside a defined scope and time window.

Refusal

Verification refusal

For recording why PLENA, a reviewer, or an issuer could not verify, certify, seal, route, or accept evidence.

Issuer pilot

First institutional issuance

For a founding issuer’s first cohort, first workflow, and first safe public verification result.

Life archive

Wallet timeline entry

For storing a receipt as part of a person’s long-term proof identity and exportable Life Proof Archive.

Example VRX-1 receipt JSON

This illustrates the grammar only. A real implementation requires backend issuance, receipt IDs, secure storage, access control, and audit logging.

{
  "vrx1_version": "1.0-sample",
  "receipt_id": "VRX1-SAMPLE-2026-0001",
  "receipt_type": "human_service_occurrence",
  "status": "publicly_verifiable_summary",
  "issued_by": {
    "name": "Example Community Service Office",
    "role": "issuer-pilot-sample",
    "issuer_id": "PLENA-ISSUER-SAMPLE"
  },
  "subject": {
    "display_name": "Private individual",
    "privacy": "identity redacted in public view"
  },
  "claim_summary": "A named human provider delivered a scheduled in-person service within the stated time window.",
  "scope_limit": "This receipt confirms an institutional record event. It does not prove service quality, legal compliance, medical facts, or government identity.",
  "review": {
    "human_reviewer": "Sample Reviewer",
    "review_scope": "completeness and consistency check",
    "conflict_check": "declared none"
  },
  "timestamps": {
    "event_date": "2026-05-01",
    "issued_at": "2026-05-11T12:00:00Z"
  },
  "public_verify_url": "https://joinplena.com/verify?receipt=VRX1-SAMPLE-2026-0001",
  "evidence_binder": "private; not exposed in public verification result"
}

Plain-language sample receipts

Credential sample

PLENA VRX-1 SAMPLE RECEIPT — Credential
Receipt ID: VRX1-SAMPLE-CRED-0001
Status: Public summary available
Issuer: Example Registrar Office
Claim: The issuer states that the named person completed the listed program according to the issuer's internal records.
Scope limit: This sample does not prove government identity, forensic document authenticity, immigration eligibility, or legal status.
Private evidence: Not displayed publicly.

Refusal sample

PLENA VRX-1 SAMPLE RECEIPT — Refusal
Receipt ID: VRX1-SAMPLE-REFUSAL-0001
Status: Could not verify
Reason category: Missing source evidence
Reviewer note: The submitted materials did not identify the issuer, date, or record authority with sufficient clarity.
Correction route: Submit an issuer statement, dated document, or alternate witness record.
Public view: No private document contents are exposed.