explain_proof
Reads a blockchain timestamp proof and explains in plain language what it asserts—blockchain, transaction ID, anchoring time—and how to independently verify it on a public block explorer.
Instructions
Explain, in plain language, what a blockchain timestamp proof contains.
Does not require the original file. Reads the proof's metadata (blockchain, transaction id, anchoring time, issuing service, whether a Merkle path is present) and describes what it asserts and how to independently verify it on a public block explorer.
Args: proof_json: The proof as a JSON string, OR a path to a proof JSON file.
Returns: A plain-language description of the proof.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proof_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |