Liquidity, where it trades.
A binary prediction market with concentrated LP bands. The curve traders interact with is unchanged from flat LMSR; the capital backing it doesn't have to be spread across the parts of the curve nobody touches.
A binary prediction market with concentrated LP bands. The curve traders interact with is unchanged from flat LMSR; the capital backing it doesn't have to be spread across the parts of the curve nobody touches.
Flat-AMM prediction markets spread liquidity across probabilities that never trade. Tessera concentrates it where LPs have conviction. Numbers below are from the reference simulator at simulator/veritas_sim/dclmsr.py.
// Comparison covers liquidity mechanics only. Resolution layer is a separate spec — see MMAN below. Polymarket and Kalshi run production resolution today; Tessera does not yet.
Most prediction markets fail at the seams between resolution and liquidity. Tessera treats them as one design problem. The liquidity primitive is implemented and tested; the resolution primitive lives in the whitepaper.
LPs deposit into specific probability bands. Trader sees a vanilla LMSR curve; LP gets concentrated exposure. Capital required for a given band is derived in closed form (ADR-003), with the exact formula verified to 1e-9 across Python and Solidity.
Specified resolution layer: three independent paths attest outcome data in parallel — zkTLS proofs of HTTPS retrieval, TEE-hosted multi-model consensus, and quadratic-staked jurors on dispute. Phase 0 uses a mock resolver; MMAN itself is not yet implemented.
Tessera is a research-stage protocol. The liquidity primitive is implemented and tested locally. Public testnet, audit, and mainnet are subsequent phases.
DC-LMSR market contract, mock resolver, reference simulator, frontend on local anvil. 65 parity tests passing.
Per-LP inventory attribution. Exact band-boundary crossings. Tick-walking instead of linear scan. Withdrawal mechanics.
Sepolia deployment. First end-to-end resolution path (likely zkTLS only). Audit scoping. Legal review.
Full three-path MMAN. Audit complete. Jurisdiction-compliant deployment. Real USDC, real markets.
Whitepaper v0.2 covers the math derivations, LP simulation results, and the regulatory architecture sketch. The contracts, simulator, and frontend are open source.