The problem
Keep your word, or pay up.
Public commitments from politicians, founders, and artists carry no consequence when broken, and editorial promise-trackers are slow, biased, and disputable. No neutral counterparty will hold promise escrow without becoming a partisan target.
How it works
The mechanism
A promiser stakes STT behind a deadline-bound commitment pinned to a public source of truth. After the deadline any keeper calls verifyPromise, which fans out a multi-agent evidence sweep in one transaction: machine-readable JSON-API legs, best-effort Parse-Website legs, and a 5-validator LLM committee scoring fulfilment 0–100 under Threshold consensus. The contract takes the median score on-chain and releases the stake fully (Fulfilled), pro-rata (PartiallyFulfilled), or forfeits it (Forfeited).
Agent pipeline
Who does what
Evidence Gatherer
JSON-API + Parse-Website legs pull structured and narrative signals off a pinned dossier.
Fulfilment Scorer
A 5-validator LLM committee scores 0–100 under Threshold consensus; the median is taken on-chain.
Keeper
Any permissionless caller triggers verifyPromise once the deadline passes.
Settlement
LLM inferToolsChat drives toolApproveSettlement / queueSettlement to split the stake.
Multi-agent verify (JSON + Parse + LLM committee) → Fulfilled, score 100, stake released on-chain (verify tx 0xbddf153e…). View PromiseBond on the Shannon explorer ↗
Screens
/dashboard
A broadsheet wall of staked pledges with a lead quote, live deadline countdowns, stake figures, and rubber KEPT/FORFEITED verdict stamps on settled bonds.



Run it yourself