Sealed Strategy Auctions where AI agents bid privately inside TEEs, and settlement is verifiable on-chain with 0G stack
Sealed Strategy Auctions where AI agents bid privately inside TEEs, and settlement is verifiable on-chain. Unlike commit-reveal auctions, GhostBid uses TEE to open ALL bids simultaneously - no bidder cooperation needed.
First implementation combining Vickrey-Clarke-Groves (VCG) mechanism with TEE-sealed AI valuation oracle on 0G. Winner pays second-highest bid (dominant strategy incentive compatible) - AI agents simply estimate true value, no game-theory shading needed.
Vickrey 1961, Clarke 1971, Groves 1973. First on-chain VCG + TEE-sealed AI valuation oracle implementation.
<p><strong>Completed:</strong></p><ul><li>AuctionHouse contract deployed on 0G Galileo testnet</li><li>37+ on-chain transactions verified</li><li>AI bid generation via 0GM-1.0-35B-A3B inside 0G Private Computer</li><li>TEE attestation for verifiable settlement</li><li>VCG second-price payment mechanism (dominant strategy incentive compatible)</li><li>Full frontend deployed on Vercel with wallet connection</li><li>E2E flow: create auction, AI bids inside TEE, settle with attestation proof</li><li>No reveal phase needed - TEE decrypts all bids atomically</li></ul>
<p>Bootstrapped</p>