auction details
item loading…
contract
minimum bid
total bids
encryption hfhe · octra native
place sealed bid
OCT
🔒 sealed: your bid is encrypted with hfhe before leaving your browser. the operator only learns "who won" — not the losing amounts.
// ready to accept bids
bid registry (commit hashes only)
# commit (sha256) time
no bids yet
time remaining
auction closes in
--:--:--
deadline
network octra mainnet α
how it works
1
enter your bid — it's encrypted homomorphically in-browser using octra's HFHE key
2
commit on-chain — only a sha256 hash of your ciphertext goes to the contract; nobody sees your amount
3
sealed comparison — after deadline the operator compares bids via ct_gte without decrypting any losing bid
4
winner revealed — winning amount is decrypted and published on-chain. losing bids stay secret forever
operator panel

settle the auction after deadline