Skip to content

Commit 6108b5a

Browse files
ilariaeIlaria Enache
and
Ilaria Enache
authored
fix typo (#260)
* fix typo * llms * fix typo * fix typo * llms --------- Co-authored-by: Ilaria Enache <ilaria@Host-009.homenet.telecomitalia.it>
1 parent f1803ee commit 6108b5a

File tree

17 files changed

+103
-103
lines changed

17 files changed

+103
-103
lines changed

build/contract-integrations/.pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ nav:
77
- 'CCTP': 'cctp.md'
88
- native-token-transfers
99
- multigov
10-
- settlements
10+
- settlement
1111
- 'Development Environment': 'dev-env.md'
1212
- 'FAQs': 'faqs.md'

build/contract-integrations/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ The content in this section will teach you how to create smart contracts that in
5959

6060
[:custom-arrow: Get started with MultiGov](/docs/build/contract-integrations/multigov/)
6161

62-
- :octicons-code-16:{ .lg .middle } **Wormhole Settlements**
62+
- :octicons-code-16:{ .lg .middle } **Wormhole Settlement**
6363

6464
---
6565

66-
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.
6767

68-
[:custom-arrow: Get started with Settlements](/docs/build/contract-integrations/settlements/)
68+
[:custom-arrow: Get started with Settlement](/docs/build/contract-integrations/settlement/)
6969

7070
- :octicons-terminal-16:{ .lg .middle } **Development Environment**
7171

build/contract-integrations/settlements/.pages build/contract-integrations/settlement/.pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Wormhole Settlements
1+
title: Wormhole Settlement
22
nav:
33
- index.md
44
- 'Build on the Wormhole Liquidity Layer': 'liquidity-layer.md'
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Wormhole Settlements
3-
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.
44
---
55

6-
# Wormhole Settlements
6+
# Wormhole Settlement
77

88
## Get Started
99

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.
1111

1212
<div class="grid cards" markdown>
1313

@@ -17,14 +17,14 @@ This section provides resources to build with Wormhole Settlements, including in
1717

1818
Integrate seamlessly with Wormhole's Liquidity Layer, learn key EVM contract functions for fast and secure cross-chain transfers.
1919

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/)
2121

2222
- :octicons-code-16:{ .lg .middle } **Run a Settlement Solver**
2323

2424
---
2525

2626
Set up, configure, and run a Wormhole Settlement Solver on Solana's Matching Engine to fulfill cross-chain transfers efficiently and securely.
2727

28-
[:custom-arrow: Run a Solver](/docs/build/contract-integrations/settlements/solver/)
28+
[:custom-arrow: Run a Solver](/docs/build/contract-integrations/settlement/solver/)
2929

3030
</div>

build/contract-integrations/settlements/liquidity-layer.md build/contract-integrations/settlement/liquidity-layer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Wormhole Settlements
2+
title: Wormhole Settlement
33
description: Learn how to build on the Wormhole Liquidity Layer, the underlying chain abstraction infrastructure layer for protocols across Wormhole-connected ecosystems.
44
---
55

build/contract-integrations/settlements/solver.md build/contract-integrations/settlement/solver.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ A Solver is an off-chain agent responsible for:
1616
- Facilitating the actual cross-chain transfer by locking/burning assets on Solana and minting/unlocking them on the destination chain
1717
- Rebalancing once the origin chain transaction finalizes and is redeemed back on Solana
1818

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.
2020

2121
## Background
2222

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:
2424

2525
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
2626
2. `bid` - allows a solver to place or update a bid on the active auction

learn/messaging/.pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nav:
44
- 'Token Bridge': 'token-bridge.md'
55
- 'CCTP Bridge': 'cctp.md'
66
- native-token-transfers
7-
- wormhole-settlements
7+
- wormhole-settlement

learn/messaging/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ This section covers various aspects and services related to communication protoc
3535

3636
[:custom-arrow: Learn more about NTT](/docs/learn/messaging/native-token-transfers/)
3737

38-
- :octicons-book-16:{ .lg .middle } **Wormhole Settlements**
38+
- :octicons-book-16:{ .lg .middle } **Wormhole Settlement**
3939

4040
---
4141

42-
Learn about Wormhole Settlements, an intent-based solution enabling fast and efficient asset transfers across Ethereum, Solana, Sui, and more.
42+
Learn about Wormhole Settlement, an intent-based solution enabling fast and efficient asset transfers across Ethereum, Solana, Sui, and more.
4343

44-
[:custom-arrow: Learn more about Wormhole Settlements](/docs/learn/messaging/wormhole-settlements/)
44+
[:custom-arrow: Learn more about Wormhole Settlement](/docs/learn/messaging/wormhole-settlement/)
4545

4646
</div>

learn/messaging/wormhole-settlements/.pages learn/messaging/wormhole-settlement/.pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Wormhole Settlements
1+
title: Wormhole Settlement
22
nav:
33
- index.md
44
- 'Overview': 'overview.md'

learn/messaging/wormhole-settlements/architecture.md learn/messaging/wormhole-settlement/architecture.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Wormhole Liquidity Layer is a cross-chain transfer protocol that enables faster-
1919

2020
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.
2121

22-
![Wormhole Settlments Liquidity layer architecture diagram: source chain to hub to destination chain](/docs/images/learn/messaging/wormhole-settlements/settlements-overview.webp)
22+
![Wormhole Settlments Liquidity layer architecture diagram: source chain to hub to destination chain](/docs/images/learn/messaging/wormhole-settlement/settlement-overview.webp)
2323

2424
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.
2525

@@ -61,7 +61,7 @@ First, they lack a competitive price discovery mechanism as limit order prices a
6161

6262
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.
6363

64-
![Mayan Swift - Intent-centric design](/docs/images/learn/messaging/wormhole-settlements/mayan-swift.webp)
64+
![Mayan Swift - Intent-centric design](/docs/images/learn/messaging/wormhole-settlement/mayan-swift.webp)
6565

6666
### Protocol Flow: How It Works
6767

@@ -80,7 +80,7 @@ Mayan Swift addresses these limitations by implementing competitive on-chain Eng
8080

8181
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.
8282

83-
![Mayan MCTP diagram](/docs/images/learn/messaging/wormhole-settlements/mayan-mctp.webp)
83+
![Mayan MCTP diagram](/docs/images/learn/messaging/wormhole-settlement/mayan-mctp.webp)
8484

8585
### Protocol Flow: How It Works
8686

@@ -98,5 +98,5 @@ The protocol provides mechanisms for unlocking the fee once the bridging process
9898

9999
## Where to Go Next
100100

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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Wormhole Settlement
3+
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.
11+
12+
<div class="grid cards" markdown>
13+
14+
- :octicons-question-16:{ .lg .middle } **Overview**
15+
16+
---
17+
18+
Discover Wormhole Settlement, enabling fast, intent-based asset transfers across Ethereum, Solana, Sui, and more for institutions and builders.
19+
20+
[:custom-arrow: Learn more about Wormhole Settlement](/docs/learn/messaging/wormhole-settlement/overview/)
21+
22+
- :octicons-question-16:{ .lg .middle } **Protocol Architectures**
23+
24+
---
25+
26+
Explore Wormhole Settlement's native swap protocols—Liquidity Layer, Mayan Swift, and MCTP — for scalable, efficient cross-chain asset transfers.
27+
28+
[:custom-arrow: Discover protocol architectures](/docs/learn/messaging/wormhole-settlement/architecture/)
29+
30+
</div>

learn/messaging/wormhole-settlements/overview.md learn/messaging/wormhole-settlement/overview.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
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.
44
---
55

6-
# Wormhole Settlements Overview
6+
# Wormhole Settlement Overview
77

88
## Introduction
99

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.
1111

1212
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.
1313

@@ -40,4 +40,4 @@ Due to the hub-spoke model of liquidity, new chains without proven traction can
4040

4141
## Related Resources
4242

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

learn/messaging/wormhole-settlements/index.md

-30
This file was deleted.

0 commit comments

Comments
 (0)