Skip to main content
The DarkPool Move package ships 7 modules plus a templated per-market binary package. Built clean (sui move build), unit-tested (sui move test to 17/17 pass), pinned to the DeepBook Predict predict-testnet-4-16 branch.

The 7 modules

Per-market scaffolded packages

In binary-market-template/:
  • yes.move. Coin<YES> OTW + TreasuryCap
  • no.move. Coin<NO> OTW + TreasuryCap
  • settlement.move. Settlement<COLLATERAL> shared object, ResolverCap, mint_pair / burn_pair / mark_resolved / redeem_{yes,no}
Materialised + published once per market by scripts/create-binary-market.ts.

Build + test

Modules deleted in the V3 pivot

  • outcome_market.move (internal AMM). V3 pools are the trading engine now.
  • position.move (Seal-encrypted intent ledger). User chose vault-based privacy (k-anonymity) over Seal note encryption.
Both lived in v0.2 source; both are gone from v0.3 and the deployed package.

Live deployment

Package 0x21c96c85907b9aabaf770d4b663874d6fa35175176765512cac1d77d969ec5df contains all 7 modules. See Live Testnet IDs for the full shared-object table.