Skip to content

Commit 9c8b7e9

Browse files
committed
Patterns: replace 'Cross-chain agent' with 'Cross-chain token'
The agent story was generic. Cross-chain tokens via mint/burn is a concrete pain point — useful for new launches that want permissionless bridging, or for chains existing bridges don't cover. The Lit Action watches burn events on the source chain and signs the matching mint on the destination, with no third-party relayer in the trust path.
1 parent 638c7be commit 9c8b7e9

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
@@ -49,8 +49,8 @@ const patterns = [
4949
v: 'Aggregate any combination of CEX + DEX feeds, sign once, deliver to multiple chains.',
5050
},
5151
{
52-
k: 'Cross-chain agent',
53-
v: 'Read positions on Arbitrum, decide on Base, settle on Solanaone signed action.',
52+
k: 'Cross-chain token',
53+
v: 'Lit watches burn events on one chain and signs the matching mint on anotherpermissionless bridging, any chain.',
5454
},
5555
{
5656
k: 'Prediction market resolver',

src/components/Prototypes/Prototype1.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ export default function Prototype1() {
185185
v: 'Aggregate any combination of CEX + DEX feeds, sign once, deliver to multiple chains.',
186186
},
187187
{
188-
k: 'Cross-chain agent',
189-
v: 'Read positions on Arbitrum, decide on Base, settle on Solanaone signed action.',
188+
k: 'Cross-chain token',
189+
v: 'Lit watches burn events on one chain and signs the matching mint on anotherpermissionless bridging, any chain.',
190190
},
191191
{
192192
k: 'Prediction market resolver',

0 commit comments

Comments
 (0)