NFT Tier 6 · Event Token

Proof that coordination happened.

The Reciprocal Status Protocol is the native credential of the Respectful Synchronisation Protocol (RSP) — a cryptographic record that a validated coordination event occurred, with source identity destroyed before the token exists.

The token proves the event.
It cannot prove who caused it.

Every validated coordination event across RSP nodes produces one Event Token. It carries the signal — event type, weight, node state, a blurred timestamp — but the source identity is cryptographically destroyed at or before mint. The burn receipt hash embedded in the token proves that destruction happened. You can verify the coordination. You cannot recover the person.

Minting is automatic. Once a validation delay clears and the event commits to node state, the token is issued. Supply is unbounded: one token per validated event, across every node, forever.

In Love Key Link, each validated hub moment also writes an auditablersp_validation_events record containing the source event reference, validation reason, timestamp, burn receipt hash, and Event Token payload. That backend record is the bridge from the live family hub to this Event Token contract.

Example token payload
event_type coordination.resonant
signal_weight 20
node_state resonant
timestamp 2026-06-16T14:00Z (hour-level blur)
burn_receipt 0xd4e8…f1a2
source_id ∅ destroyed
What the token carries
Event type
e.g. coordination.resonant, safety.escalation
Signal weight
Normalised 0–25 contribution value
Node state at event
resonant, friction, cooling, etc.
Blurred timestamp
Hour-level resolution only — not exact time
Burn receipt hash
Proof that source identity was destroyed
What it never carries
Identity
No user ID, account reference, or profile link
Raw location
No coordinates, IP address, or device signal
Message content
No text, media, or payload from the event
Exact timestamp
Sub-hour precision is discarded before mint
Event validated
A coordination event clears the validation delay and commits to node state.
Source identity burned
Identifiable data is cryptographically destroyed. A burn receipt hash is generated.
Token auto-minted
The Event Token is issued with signal data and burn receipt. Supply unbounded.
Verifiable, not traceable
Anyone can verify the coordination happened. No one can recover who caused it.