Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Feb 12, 2024
1 parent 5526fde commit 353c9ae
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/app/(routes)/_components/technology-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,21 @@ const sections = [
{
Icon: FeatherIcon,
title: "Elegant Abstraction",
body: "Intents replace explicit execution steps with implicit user outcomes, relying on a competitive network of market makers to fulfill outcomes. Cross-chain intents are a cross-chain limit order plus an action to execute.",
body: "Across connects users and applications via intents, not blockchains to other blockchains via complex or trusted message passing. Developers only need to attach a standard order to protocol actions to create seamless cross-chain experiences.",
},
{
Icon: BlocksDiagonalIcon,
title: "Modular Interoperability",
body: "Intents replace explicit execution steps with implicit user outcomes, relying on a competitive network of market makers to fulfill outcomes. Cross-chain intents are a cross-chain limit order plus an action to execute.",
body: (
<>
Cross-chain intents are powered by a modular system of 3 layers:
<ol className="list-decimal pl-6">
<li>Request for quote mechanism</li>
<li>Network of competitive market makers</li>
<li>Settlement layer to escrow user input funds, verify, and repay relayers</li>
</ol>
</>
),
},
];

Expand Down

0 comments on commit 353c9ae

Please sign in to comment.