You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build with Wormhole Settlements, including integrating the Liquidity Layer into your application and running a Solver for efficient cross-chain asset transfers.
66
+
Build with Wormhole Settlement, including integrating the Liquidity Layer into your application and running a Solver for efficient cross-chain asset transfers.
67
67
68
-
[:custom-arrow: Get started with Settlements](/docs/build/contract-integrations/settlements/)
68
+
[:custom-arrow: Get started with Settlement](/docs/build/contract-integrations/settlement/)
description: Start building with Wormhole Settlements; integrate with the Liquidity Layer and set up Solvers to enable seamless cross-chain asset transfers.
2
+
title: Wormhole Settlement
3
+
description: Start building with Wormhole Settlement; integrate with the Liquidity Layer and set up Solvers to enable seamless cross-chain asset transfers.
4
4
---
5
5
6
-
# Wormhole Settlements
6
+
# Wormhole Settlement
7
7
8
8
## Get Started
9
9
10
-
This section provides resources to build with Wormhole Settlements, including integrating the Liquidity Layer into your application and running a Solver for efficient cross-chain asset transfers.
10
+
This section provides resources to build with Wormhole Settlement, including integrating the Liquidity Layer into your application and running a Solver for efficient cross-chain asset transfers.
11
11
12
12
<divclass="grid cards"markdown>
13
13
@@ -17,14 +17,14 @@ This section provides resources to build with Wormhole Settlements, including in
17
17
18
18
Integrate seamlessly with Wormhole's Liquidity Layer, learn key EVM contract functions for fast and secure cross-chain transfers.
19
19
20
-
[:custom-arrow: Build on the Liquidity layer](/docs/build/contract-integrations/settlements/liquidity-layer/)
20
+
[:custom-arrow: Build on the Liquidity layer](/docs/build/contract-integrations/settlement/liquidity-layer/)
21
21
22
22
- :octicons-code-16:{ .lg .middle } **Run a Settlement Solver**
23
23
24
24
---
25
25
26
26
Set up, configure, and run a Wormhole Settlement Solver on Solana's Matching Engine to fulfill cross-chain transfers efficiently and securely.
27
27
28
-
[:custom-arrow: Run a Solver](/docs/build/contract-integrations/settlements/solver/)
28
+
[:custom-arrow: Run a Solver](/docs/build/contract-integrations/settlement/solver/)
Copy file name to clipboardexpand all lines: build/contract-integrations/settlement/liquidity-layer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Wormhole Settlements
2
+
title: Wormhole Settlement
3
3
description: Learn how to build on the Wormhole Liquidity Layer, the underlying chain abstraction infrastructure layer for protocols across Wormhole-connected ecosystems.
Copy file name to clipboardexpand all lines: build/contract-integrations/settlement/solver.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ A Solver is an off-chain agent responsible for:
16
16
- Facilitating the actual cross-chain transfer by locking/burning assets on Solana and minting/unlocking them on the destination chain
17
17
- Rebalancing once the origin chain transaction finalizes and is redeemed back on Solana
18
18
19
-
For information on how the protocol functions and its core features, please visit the [Wormhole Settlement](/docs/learn/messaging/wormhole-settlements/overview/){target=\_blank} page.
19
+
For information on how the protocol functions and its core features, please visit the [Wormhole Settlement](/docs/learn/messaging/wormhole-settlement/overview/){target=\_blank} page.
20
20
21
21
## Background
22
22
23
-
The Solana Matching Engine's permissionless English auction is a central component of Wormhole Settlements protocol architecture. The Matching Engine contract allows any third-party solver to interact with the matching engine to place bids or improve existing ones. The contract includes four key instructions:
23
+
The Solana Matching Engine's permissionless English auction is a central component of Wormhole Settlement protocol architecture. The Matching Engine contract allows any third-party solver to interact with the matching engine to place bids or improve existing ones. The contract includes four key instructions:
24
24
25
25
1.`initialize_auction` - creates a new auction account on-chain and sets basic parameters like the auction's token mint, the amount required, and the bidding period details
26
26
2.`bid` - allows a solver to place or update a bid on the active auction
Copy file name to clipboardexpand all lines: learn/messaging/wormhole-settlement/architecture.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Wormhole Liquidity Layer is a cross-chain transfer protocol that enables faster-
19
19
20
20
Solvers concentrate their liquidity entirely on Solana, where they participate in permissionless on-chain English auctions (open ascending-price auctions where bidders publicly raise bids until only one bidder remains) to fulfill each cross-chain transfer. Upon the conclusion of each auction, the winning solver initiates a transfer from Solana to the specified destination chain. The solver rebalances inventory once the originating source chain transaction reaches finality and arrives to Solana.
21
21
22
-

22
+

23
23
24
24
The Wormhole Liquidity Layer serves as the underlying chain abstraction infrastructure layer for protocols across Wormhole-connected ecosystems by enabling protocols to bundle call data containing arbitrary protocol actions, which can be executed atomically alongside each transfer. This feature allows developers to create fully chain-abstracted user experiences, including constructing natively cross-chain decentralized exchanges (DEXs), borrow-lend protocols, payment protocols, and other applications atop this layer.
25
25
@@ -61,7 +61,7 @@ First, they lack a competitive price discovery mechanism as limit order prices a
61
61
62
62
Mayan Swift addresses these limitations by implementing competitive on-chain English auctions on Solana as an embedded price discovery mechanism, fundamentally shifting solver competition from speed-based to price-based execution. Through this architecture, the solver offering the best possible price secures the right to fulfill the order within pre-specified deadline parameters.
63
63
64
-

64
+

65
65
66
66
### Protocol Flow: How It Works
67
67
@@ -80,7 +80,7 @@ Mayan Swift addresses these limitations by implementing competitive on-chain Eng
80
80
81
81
Mayan MCTP is a cross-chain intents protocol that leverages Circle's CCTP (Cross-Chain Transfer Protocol) mechanism and Wormhole messaging to enable secure, fee-managed asset transfers across chains.
@@ -98,5 +98,5 @@ The protocol provides mechanisms for unlocking the fee once the bridging process
98
98
99
99
## Where to Go Next
100
100
101
-
- To learn more about available EVM functions, see the [Build on the Wormhole Layer](/docs/build/contract-integrations/settlements/liquidity-layer/){target=\_blank} guide
102
-
- To learn how ot integrate settlement routes into your application, see the [Integrate Wormhole Settlement Routes Using the SDK](/docs/tutorials/by-product/settlements/settlement-routes/){target=\_blank} tutorial
101
+
- To learn more about available EVM functions, see the [Build on the Wormhole Layer](/docs/build/contract-integrations/settlement/liquidity-layer/){target=\_blank} guide
102
+
- To learn how ot integrate settlement routes into your application, see the [Integrate Wormhole Settlement Routes Using the SDK](https://github.com/wormhole-foundation/demo-mayanswift){target=\_blank} tutorial
description: Learn about Wormhole Settlement, an intent-based solution enabling fast and efficient asset transfers across Ethereum, Solana, Sui, and more.
4
+
---
5
+
6
+
# Wormhole Settlement
7
+
8
+
## Get Started
9
+
10
+
This section covers Wormhole Settlement, an intent-based solution enabling fast and efficient asset transfers across Ethereum, Solana, Sui, and more.
Copy file name to clipboardexpand all lines: learn/messaging/wormhole-settlement/overview.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Wormhole Settlements Overview
3
-
description: Discover Wormhole Settlements, enabling fast, intent-based asset transfers across Ethereum, Solana, Sui, and more for institutions and builders.
2
+
title: Wormhole Settlement Overview
3
+
description: Discover Wormhole Settlement, enabling fast, intent-based asset transfers across Ethereum, Solana, Sui, and more for institutions and builders.
4
4
---
5
5
6
-
# Wormhole Settlements Overview
6
+
# Wormhole Settlement Overview
7
7
8
8
## Introduction
9
9
10
-
Wormhole Settlements is a fast, institutional-scale digital asset settlement — a new way to transfer assets across chains.
10
+
Wormhole Settlement is a fast, institutional-scale digital asset settlement — a new way to transfer assets across chains.
11
11
12
12
With Wormhole Settlement, an intent-based asset transfer for individual users and institutions, you can swap, bridge, and build across multiple chains. You can implement cross-chain functionality within your dApps extremely simply and without compromising user experience, widening the horizons of your product offerings and the number and type of users you can cater to.
13
13
@@ -40,4 +40,4 @@ Due to the hub-spoke model of liquidity, new chains without proven traction can
40
40
41
41
## Related Resources
42
42
43
-
- To learn more about the architecture of Wormhole-native swap protocols, see the [Settlement Protocol Architectures](/docs/learn/messaging/wormhole-settlements/architecture/){target=\_blank} page
43
+
- To learn more about the architecture of Wormhole-native swap protocols, see the [Settlement Protocol Architectures](/docs/learn/messaging/wormhole-settlement/architecture/){target=\_blank} page
0 commit comments