Dark pool on Vela
A seller offers a block of the stack's token for ETH. Bidders send their bids encrypted to the enclave; nobody sees a bid before the close; the matching runs inside; winners and losers are settled from escrow, and the losing bids are never revealed. This console plays every side on a devnet: the seller's desk here, and a desk per bidder it sets up. Every action is one request to the enclave, 30 to 60 s.
The seller
Offer a block
Blocks on offer
| # | Offer | Reserve | Rule | Status | |
|---|---|---|---|---|---|
| None yet: deposit the asset, then open one. | |||||
Bidders' desks
| Who | Address | Wallet |
|---|---|---|
| No bidders yet. | ||
A desk is a wallet this console custodies for the demo; it registers and deposits by itself and its bids are signed with its own key. A bidder with a wallet of their own uses the command-line client and never sees this page.
What the chain sees
| Block | Public event |
|---|---|
| Nothing yet. | |
That a block was offered and what it cleared at. Never who bid what, never a losing bid.
The enclave's answers to the seller
| Block | What happened |
|---|---|
| Nothing yet. | |
Built with Synsema on Vela · the code: SYNSEMA/vela-dark-pool · click an address to copy it