Commit a Sealed Hash
Generate a secret salt. Hash your bid amount + salt together using SHA-256. Submit ONLY the hash on-chain. Your actual bid remains invisible to everyone — including the smart contract.
hash = SHA256(bid_amount || secret_salt) submitHash(hash) → on-chain