Skip to Content
The Receipt TokenTerms Verification

Terms Verification

Every Receipt Token Presale stores a SHA-256 hash of the terms and conditions document on-chain at deployment. This hash is immutable and permanently tied to the receipt token contract.

To verify the terms independently:

  1. Download the terms PDF from the presale page
  2. Compute the SHA-256 hash of the file
  3. Compare it to the Terms Hash displayed in the Contract Details section and stored in the receipt token contract on Basescan

If the hashes match, the document is authentic and unchanged since deployment. If they do not match, the document has been altered after the hash was recorded.

This verification requires no trust in Capset or the presale creator. It is a cryptographic proof that anyone can run at any time.

Last updated on