These docs are for v1.5.1. Click to read the latest docs for v1.15.1.

An anchor can be public (which is the default) or private.

A private anchor is only discoverable by its owner (see the /anchors endpoint). Thus, the owner needs to provide the proof receipt and the data to anyone wanting to verify the proof.

A public anchor is discoverable by anyone knowing the hash of the data (including people with no Woleet account, see the /anchorids endpoint). This allows anyone to retrieve the proof receipt using only the data hash as input, and then to verify it using the Woleet API or any other mean:

  • use the /anchorids endpoint to retrieve the anchor identifier by its hash
  • use the /receipt/{anchorid} endpoint to retrieve the proof receipt.
  • use the /receipt/verify endpoint (or any other Chainpoint compatible tool) to verify the proof receipt and get the data or signature timestamp.