Autonomous OTC settlement demo: Settle
- A demo named Settle runs as an autonomous OTC derivatives agent inside Intel TDX trusted execution, parsing contracts and auto-settling. - Settle auto-settles on Base Sepolia deposits with no human-in-the-loop and full attestation. - The prototype points to fully automated, attested settlement flows for OTC instruments, moving reconciliation and contract parsing on-chain (x.com/zeeshan_utd/status/2046945705387049375).
Over-the-counter derivatives are usually settled through emails, spreadsheets, and back-office checks; a new demo called Settle shows that workflow running automatically inside an Intel secure enclave. (intel.com) In over-the-counter, or OTC, trading, two parties negotiate directly instead of using a public exchange. Industry guidance from the International Swaps and Derivatives Association says firms should aim to automatically reconcile cashflows electronically before settlement date. (isda.org) That reconciliation business is large enough to support dedicated utilities. CME Group says its triResolve service reconciles more than 90% of bilateral OTC derivatives across more than 2,000 groups. (cmegroup.com) Settle is a prototype for moving part of that process into code: it parses contract terms, watches deposits on Base Sepolia, and triggers settlement without a human operator, according to the public demo post. The chain used in the demo is Base Sepolia, Coinbase’s public Base testnet with chain ID 84532. (x.com) (docs.base.org) Intel Trust Domain Extensions, or Intel TDX, is the hardware layer underneath it. Intel describes TDX as providing isolation, confidentiality, and integrity at the virtual-machine level, so software can run in a protected environment even if the surrounding host is not fully trusted. (intel.com) The other key piece is attestation, which works like a tamper-evident seal for code. Intel’s TDX attestation flow lets a remote party verify cryptographically that a workload is running inside a genuine trust domain before relying on its output. (download.01.org) That combination matters because OTC settlement still depends on both sides agreeing that the same contract was read the same way and that the right payment moved on time. ISDA’s best-practice note says straight-through processing should be the goal, but it also lists trade complexity, unconfirmed trades, and large payments as reasons flows may not be fully automated. (isda.org) The demo does not show a production market or real-money mainnet rollout. Base’s documentation identifies Base Sepolia as a public testnet, and the post presents Settle as a prototype rather than a deployed trading venue. (docs.base.org) (x.com) What Settle puts on the table is narrower and more concrete: contract parsing, reconciliation, and payout logic can be bundled into software that proves where it ran and then settles on-chain. For a market built around bilateral trust and post-trade operations, that is the part of the workflow the demo is trying to compress. (x.com) (isda.org)