Sealed Bids
EIP-712 signed bid; only commitment onchain. CRE stores the confidential message and finalizes after the blind deadline.
A fork of Uniswap's Continuous Clearing Auction with sealed-bid confidentiality. You sign your bid with EIP-712; only a commitment goes onchain. Chainlink CRE stores and verifies the confidential message offchain, then finalizes and forwards bids after the blind deadline. No MEV sniping, fair onchain price discovery.
EIP-712 signed bids, CRE workflows, and commitment-onchain. Privacy-first token launches.
Chainlink CRE orchestrates sealed bids. You sign with EIP-712; only the commitment is onchain. CRE verifies and stores the confidential message, then finalizes and forwards after the blind deadline.
Bids integrate over time to determine a fair market-clearing price onchain.
Bid price and amount stay in CRE; only the hash is onchain. Bots and MEV cannot see your bid before close.
Auction outcome seeds a Uniswap pool. Permissionless, onchain.
Chainlink CRE and EIP-712 signed bids. Confidential HTTP keeps request/response private; CRE workflow enforces fairness and settlement.
More equitable token launch experience for all participants.
Three offchain workflows keep bid data private. Only commitments and settlement results touch the chain.
/api/cre/bidVerify EIP-712 signature, compute keccak256 commitment, store bid privately. Optional compliance check via Confidential HTTP.
submitBlindBid(commitment) + msg.value escrow. Only the hash touches the chain.
/api/cre/finalizeLoad all sealed bids, run uniform-price discovery (sort by maxPrice desc), compute clearing price and winner allocations.
forwardBidsToCCA(clearingPrice, bids) — one batched transaction forwards all bids into CCA.
/api/cre/settleBuild settlement plan from allocations: winner payouts, excess-escrow refunds, loser full refunds.
Execute transfers via compliant private calls. Individual payouts stay confidential.
Sensitive data (bid prices, amounts, identities, payout details) is handled only in CRE workflows. The chain sees only commitments and the batched forward / settlement results. In production, CRE + Confidential HTTP ensures API keys and bid data never appear onchain or in public logs.
You sign your bid with EIP-712. Only a commitment is onchain; CRE stores and verifies the confidential message. No leakage to MEV or snipers until the auction closes.
Continuous, onchain price discovery. Market-clearing outcome seeds liquidity.
Chainlink CRE and confidential EIP-712 messages. Bid data stays offchain; CRE workflow finalizes and forwards. Cryptographic confidentiality, onchain enforceability.
More equitable token launch experience. Built on Uniswap's CCA, extended with CRE for privacy.
© 2025 SilentBid. All rights reserved.
Privacy-first CCA. Sealed-bid token launches.