Anchors
The anchor detail page at /anchors/[id] exposes a single anchored
event with everything a third party needs to verify it.
Field tour
- dataHash: the canonical hash that's on chain. Same on Polygon
and nebulad.
- transactionHash: the Polygon transaction hash. Click through
to Polygonscan to see it on the public chain.
- nebulaSequence: the monotonic block height on nebulad.
- action: what the atom records (e.g. ITEM_ACCEPTED).
- createdAt / confirmedAt: when the chain saw the anchor.
- payload: the structured envelope; download via the link.
Sharing an anchor
The anchor URL is shareable. Anyone who opens it can see the
public fields and verify the proof; nothing about the surrounding
project is exposed unless the visitor has access.
Cross links
/docs/chain/bundles: how to download the full proof bundle/docs/chain/verifier: the CLI for offline verification