Issue a signed Ed25519 receipt that binds your SHA-256 diges
genesis402_proveIssue a paid, signed Ed25519 receipt binding your SHA-256 digest or text and an optional claim to a settled payment and timestamp. Verify offline as a timestamped proof you held a document.
Instructions
Paid (price from the live 402 quote). Issue a signed Ed25519 receipt that binds your SHA-256 digest (or text, which is hashed for you) and an optional claim to a settled payment and timestamp. Use as a cheap timestamped proof that you held a document or statement. Give sha256 or text. The receipt signature verifies offline; the receipt chain is not externally anchored on-chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Raw text to hash and prove, up to 16,384 characters. Provide this or sha256. | |
| claim | No | Optional short statement bound into the receipt, e.g. 'Draft v2 of the purchase agreement'. | |
| sha256 | No | Lowercase hex SHA-256 digest (64 characters) of the content to prove. Provide this or text. | |
| payment_signature | No | Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first; nothing is charged without it. |