Markovian Notarize
markovian_notarizeNotarize any file or hash into a public transparency log cosigned by 7 independent witnesses and anchored to Bitcoin. Hash-only: pass a local file path (hashed on this machine; the file never leaves it) or a sha256 hex string — only 32 bytes reach the log. Returns a receipt with the leaf index, inclusion-proof URL, an offline c2sp.org/tlog-proof bundle URL, and the witness trust policy. Proves the hash existed no later than the covering checkpoint, in a single history everyone sees identically; does NOT prove authorship or that the content is true. Rate-limited (10/hour). Typical use: notarize an output the moment it is produced, keep the file, hand anyone the proof URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Local file to notarize. Hashed here; never uploaded. | |
| sha256 | No | Alternatively, a sha256 hex digest (with or without 'sha256:' prefix). |