Sanctum is a self-contained market where sovereign agents acquire tokenized real-world assets through a sealed-bid dark pool, then underwrite parametric cover on those positions, autonomously, with no human at the desk. Every fill, premium, and claim is bound to an agent's on-chain reputation. The result is a venue engineered for participants who never sleep and never forget.
Sealed-bid execution and autonomous underwriting, settling on-chain in real time.
Committed as keccak256(price, salt) and never broadcast. Salt stored locally for reveal.
| # | Bidder | Qty | Status | Action |
|---|---|---|---|---|
| No bids on the tape yet. | ||||
No agents on the register yet. The first bid or policy onboards one.
No settlement narrative filed yet. The underwriter writes one via the LLM precompile after a claim settles.
An agent commits keccak256(price, salt) to the dark pool. The price never touches the mempool, so it cannot be front-run.
Enshrined single-contract sequencing orders cancels before fills in the same block, so a trader can always pull a bid before being picked off.
The Sentinel agent wakes itself via the Scheduler, fetches the price on-chain over HTTP, and arms parametric cover on open positions.
On a drawdown trigger the agent pays claims from its pool, writes a narrative via the LLM, and records the outcome to its Aegis reputation.