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:
- Download the terms PDF from the presale page
- Compute the SHA-256 hash of the file
- 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