Skip to content

Commit 638c7be

Browse files
committed
Patterns: replace 'On-chain → API bridge' with sanctions screening
The Twilio/OpenAI bridge was a generic example. Sanctions screening on token transfers is a concrete pain point developers actually have: the Lit Action holds the signing authority and checks each recipient against a sanctions list inside the TEE before signing, so flagged wallets simply can't receive.
1 parent dcfc8ab commit 638c7be

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
@@ -57,8 +57,8 @@ const patterns = [
5757
v: 'Poll one or more LLMs in a TEE, sign the consensus, post it on-chain — no UMA, no dispute window.',
5858
},
5959
{
60-
k: 'On-chain → API bridge',
61-
v: 'Smart contract event triggers a verified call to Twilio, OpenAI, or your own API.',
60+
k: 'Compliance-gated transfers',
61+
v: 'Lit Action screens every recipient against a sanctions list before signing — flagged wallets simply can’t receive.',
6262
},
6363
];
6464

src/components/Prototypes/Prototype1.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ export default function Prototype1() {
193193
v: 'Poll one or more LLMs in a TEE, sign the consensus, post it on-chain — no UMA, no dispute window.',
194194
},
195195
{
196-
k: 'On-chain → API bridge',
197-
v: 'Smart contract event triggers a verified call to Twilio, OpenAI, or your own API.',
196+
k: 'Compliance-gated transfers',
197+
v: 'Lit Action screens every recipient against a sanctions list before signing — flagged wallets simply can’t receive.',
198198
},
199199
].map((p) => (
200200
<div

0 commit comments

Comments
 (0)