Documentation

Protocol reference.

Object model, agent interface, registry vocabulary, and payload shape — in plain language, for builders and analysts.For the partner-facing narrative, read /mechanism.

Object model

One Pack object, two lifecycles.

Unified Pack Fields
object_idUnique identifier
lifecyclestream | snapshot
titleHuman-readable title (free-form)
event_idLinked prediction market event
origin_timeWhen the observation occurred
collected_atWhen the object was ingested
source_refs[]Array of source references
edit_statusnone | trimmed | redacted | translated | enhanced | synthetic
rights_statusown | licensed | partner_authorized | pending | blocked
authenticity_statusunchallenged | disputed | settled | revoked (no pre-listing platform review; status moves only when a challenge is raised and resolved)
chain_of_custody[]Provenance chain entries
versionSchema version
statedraft | listed | purchased | delivered | disputed | settled | revoked
Stream

Continuous Pack

An open, continuously-appended payload at the seller's published cadence. Buyers pay per call and receive the latest entry; close policy decides when the stream finalizes.

  • Best for live telemetry, monitors, ongoing feeds.
  • Has close_policy and post_close_policy.
  • Each call returns the most recent revision.
Snapshot

One-shot Pack

An immutable payload captured for a specific moment or window. Bought as one call at the current best ask and never appended to after publication.

  • Best for single captures, post-event reports, frozen datasets.
  • Content hash anchored at publication.
  • Re-fetchable but never re-written.
Matching & settlement primitives

These are VHO-PMM market entities that drive matching, reference pricing, and settlement boundaries. They live alongside the Pack object.

micro_marketA single matchable market unit under the template registry (one per topic × delivery spec).
quality_unit (Q_s)Quality-adjusted trade unit = raw quantity × predicted quality, so heterogeneous sellers clear on comparable terms.
reference_price (i_t^g)PMM reference, blended from verified-trade VWAP, live orderbook midpoint, and external anchors.
risk_budget (Γ)PMM capital the protocol is willing to expose against a micro-market at a point in time.
inventory_target (I_t^g)Desired PMM inventory position per micro-market; curvature around this target shapes quotes.
escrow (E_j)Buyer-side pre-charge at order time, sized to predicted quality; refunded if delivery falls short.
deposit (D_j)Seller-side bond, proportional to predicted quality; clawed back on confirmed fraud or non-delivery.
reputation (r_u)Two-axis seller capability (sourcing + analytical); EMA-decayed, hard reset on confirmed fraud.
Ingestion path

Accessura Protocol does not assume valuable supply arrives already normalized. Files, field notes, screenshots, and mixed media first move through a conservative ingestion path that classifies, extracts, maps to schema, marks uncertainty, and asks for confirmation or review before emission.

Only after that step does the payload become a canonical Stream or Snapshot Pack that matching, delivery, and challenge logic can read consistently.

Next step

Integrate, read the mechanism, or inspect live inventory.

Building an agent? Pack-call settlement, disclosure profiles, and request routing live in /agent-spec. Want the node-capacity view? See /network.