Skip to content

Commit dcfc8ab

Browse files
committed
Patterns: replace 'Off-chain bridge' with 'Prediction market resolver'
The webhook-to-mint pattern was generic. Prediction market resolution via an LLM panel is a concrete, current pain point (UMA's optimistic oracle has a dispute window, dispute fee, and tooling friction). A Lit Action that polls one or more LLMs inside the TEE and signs the consensus answer is a direct replacement story.
1 parent e1f1069 commit dcfc8ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/LandingHowItWorks/LandingHowItWorks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const patterns = [
5353
v: 'Read positions on Arbitrum, decide on Base, settle on Solana — one signed action.',
5454
},
5555
{
56-
k: 'Off-chain → on-chain bridge',
57-
v: 'Webhook from Stripe or Plaid triggers an attested on-chain mint or transfer.',
56+
k: 'Prediction market resolver',
57+
v: 'Poll one or more LLMs in a TEE, sign the consensus, post it on-chain — no UMA, no dispute window.',
5858
},
5959
{
6060
k: 'On-chain → API bridge',

src/components/Prototypes/Prototype1.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ export default function Prototype1() {
189189
v: 'Read positions on Arbitrum, decide on Base, settle on Solana — one signed action.',
190190
},
191191
{
192-
k: 'Off-chain → on-chain bridge',
193-
v: 'Webhook from Stripe or Plaid triggers an attested on-chain mint or transfer.',
192+
k: 'Prediction market resolver',
193+
v: 'Poll one or more LLMs in a TEE, sign the consensus, post it on-chain — no UMA, no dispute window.',
194194
},
195195
{
196196
k: 'On-chain → API bridge',

0 commit comments

Comments
 (0)