Skip to main content
📢Golden Ball is now available. Explore the game and results guide.View →
← All Guides
Publication3 min read

Result Publication Explained

The journey of a result from the game engine to your screen, and the checks that data must pass before it is shown.

Every live number on this site made a short but strictly controlled journey: generated by the Golden Ball result engine, published through its API, collected and validated by the Community’s server, and only then rendered. This guide follows that journey and explains why “shown here” means “passed every check”.

Step 1 — the engine publishes

The game engine finalizes a round and stores it immutably, then serves it over its result API together with the current round state and a health signal. Published results are never edited or renumbered afterwards — the engine’s database is the single source of truth.

Step 2 — the Community collects server-side

Your browser never talks to the game API directly. The Community’s own server collects the current round, the recent history and the health signal together, under strict time limits. If any part of that collection fails or arrives malformed, the whole snapshot is discarded — partial data is never assembled into a page.

Step 3 — validation before display

  • Schema — every field must have the expected shape; unknown values are rejected, never guessed.
  • Arithmetic — judgments are recomputed from the published balls and must match.
  • Time — the source’s clock, the result’s age and the round window must all be consistent; stale data is refused.
  • Coherence — the current round, the history and the health signal must tell one consistent story.
When any check fails, the site fails closed: it shows an honest “unavailable” state instead of doubtful numbers. No fallback data, no stale rows dressed as fresh, no invented placeholders.

What publication is — and is not

This pipeline guarantees faithful transport: what you see is exactly what the source published, unaltered. The pipeline itself adds no proof — it carries whatever the source states. Where that source is a chain source, the round arrives with its network, block or slot, hash and finality, and the Verify Result panel presents them. Where it is not, the status card says plainly that publication is all that is being claimed.

That distinction is deliberate and permanent: a results page should prove what it can prove — that numbers arrive and display intact — and claim nothing more.