Skip to content

Commit aaf4478

Browse files
authored
update product table to show ntt supports transfers with messages (#315)
1 parent e1ab35a commit aaf4478

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

build/start-building/products.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ Wormhole offers different solutions for cross-chain asset transfer, each designe
1818
- [**Connect**](/docs/build/transfers/connect/overview/){target=\_blank} - a pre-built bridging UI for cross-chain token transfers, requiring minimal setup. Best for projects seeking an easy-to-integrate UI for bridging without modifying contracts
1919
- [**Native Token Transfers (NTT)**](/docs/learn/transfers/native-token-transfers/overview/){target=\_blank} - a mechanism to transfer native tokens cross-chain seamlessly without conversion to wrapped asset. Best for projects that require maintaining token fungibility and native chain functionality across multiple networks
2020
- [**Token Bridge**](/docs/learn/transfers/token-bridge/){target=\_blank} - a bridging solution that uses a lock and mint mechanism. Best for projects that need cross-chain liquidity using wrapped assets and the ability to send messages
21-
- [**Wormhole Settlement**](/docs/learn/transfers/settlement/overview/){target=\_blank} - a next-generation suite of intent protocols enabling fast multichain transfers, optimizing liquidity flows and interoperability without relying on traditional bridging methods. Best for institutional-scale volume and chain abstraction for application developers
21+
- [**Settlement**](/docs/learn/messaging/wormhole-settlement/overview/){target=\_blank} - intent-based protocols enabling fast multichain transfers, optimized liquidity flows, and interoperability without relying on traditional bridging methods
2222

2323
<div markdown class="full-width">
2424

2525
::spantable::
2626

27-
| | Criteria | Connect | NTT | Token Bridge |
28-
|--------------------------------|---------------------------------------|--------------------|--------------------|----------------------|
29-
| Supported Transfer Types @span | Token Transfers | :white_check_mark: | :white_check_mark: | :white_check_mark: |
30-
| | Token Transfers with Message Payloads | :x: | :x: | :white_check_mark: |
31-
| Supported Assets @span | Wrapped Assets | :white_check_mark: | :x: | :white_check_mark: |
32-
| | Native Assets | :white_check_mark: | :white_check_mark: | :x: |
33-
| | ERC-721s (NFTs) | :white_check_mark: | :x: | :white_check_mark: |
34-
| Features @span | Out-of-the-Box UI | :white_check_mark: | :x: | :x: |
35-
| | Event-Based Actions | :x: | :white_check_mark: | :white_check_mark: |
36-
| Integration Details @span | | | | |
37-
| Requirements @span | Contract Deployment | :x: | :white_check_mark: | :x: |
38-
| | User-Owned Contracts | :x: | :white_check_mark: | :x: |
39-
| Ecosystem Support | Integrates with Other Products | :white_check_mark: | :white_check_mark: | :white_check_mark: |
27+
| | Criteria | Connect | NTT | Token Bridge |
28+
|--------------------------------|---------------------------------------|-------------------------------------------------------|------------------------------------------------------------|------------------------------------------------------------|
29+
| Supported Transfer Types @span | Token Transfers | :white_check_mark: | :white_check_mark: | :white_check_mark: |
30+
| | Token Transfers with Message Payloads | :x: | :white_check_mark: | :white_check_mark: |
31+
| Supported Assets @span | Wrapped Assets | :white_check_mark: | :x: | :white_check_mark: |
32+
| | Native Assets | :white_check_mark: | :white_check_mark: | :x: |
33+
| | ERC-721s (NFTs) | :white_check_mark: | :x: | :white_check_mark: |
34+
| Features @span | Out-of-the-Box UI | :white_check_mark: | :x: | :x: |
35+
| | Event-Based Actions | :x: | :white_check_mark: | :white_check_mark: |
36+
| Integration Details @span | | | | |
37+
| Requirements @span | Contract Deployment | :x: | :white_check_mark: | :x: |
38+
| | User-Owned Contracts | :x: | :white_check_mark: | :x: |
39+
| Ecosystem Support | Integrates with Other Products | :white_check_mark: | :white_check_mark: | :white_check_mark: |
4040
| Ease of Integration | Implementation Complexity | :green_circle: :white_circle: :white_circle: <br> Low | :green_circle: :green_circle: :white_circle: <br> Moderate | :green_circle: :green_circle: :white_circle: <br> Moderate |
41-
| Technology @span | Supported Languages | JavaScript, TypeScript | Solidity (Ethereum), Rust (Solana) | Solidity (Ethereum), Rust (Solana), TypeScript |
41+
| Technology @span | Supported Languages | JavaScript, TypeScript | Solidity (Ethereum), Rust (Solana) | Solidity (Ethereum), Rust (Solana), TypeScript |
4242

4343
::end-spantable::
4444

llms.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -2518,27 +2518,27 @@ Wormhole offers different solutions for cross-chain asset transfer, each designe
25182518
- [**Connect**](/docs/build/transfers/connect/overview/){target=\_blank} - a pre-built bridging UI for cross-chain token transfers, requiring minimal setup. Best for projects seeking an easy-to-integrate UI for bridging without modifying contracts
25192519
- [**Native Token Transfers (NTT)**](/docs/learn/transfers/native-token-transfers/overview/){target=\_blank} - a mechanism to transfer native tokens cross-chain seamlessly without conversion to wrapped asset. Best for projects that require maintaining token fungibility and native chain functionality across multiple networks
25202520
- [**Token Bridge**](/docs/learn/transfers/token-bridge/){target=\_blank} - a bridging solution that uses a lock and mint mechanism. Best for projects that need cross-chain liquidity using wrapped assets and the ability to send messages
2521-
- [**Wormhole Settlement**](/docs/learn/transfers/settlement/overview/){target=\_blank} - a next-generation suite of intent protocols enabling fast multichain transfers, optimizing liquidity flows and interoperability without relying on traditional bridging methods. Best for institutional-scale volume and chain abstraction for application developers
2521+
- [**Settlement**](/docs/learn/messaging/wormhole-settlement/overview/){target=\_blank} - intent-based protocols enabling fast multichain transfers, optimized liquidity flows, and interoperability without relying on traditional bridging methods
25222522

25232523
<div markdown class="full-width">
25242524

25252525
::spantable::
25262526

2527-
| | Criteria | Connect | NTT | Token Bridge |
2528-
|--------------------------------|---------------------------------------|--------------------|--------------------|----------------------|
2529-
| Supported Transfer Types @span | Token Transfers | :white_check_mark: | :white_check_mark: | :white_check_mark: |
2530-
| | Token Transfers with Message Payloads | :x: | :x: | :white_check_mark: |
2531-
| Supported Assets @span | Wrapped Assets | :white_check_mark: | :x: | :white_check_mark: |
2532-
| | Native Assets | :white_check_mark: | :white_check_mark: | :x: |
2533-
| | ERC-721s (NFTs) | :white_check_mark: | :x: | :white_check_mark: |
2534-
| Features @span | Out-of-the-Box UI | :white_check_mark: | :x: | :x: |
2535-
| | Event-Based Actions | :x: | :white_check_mark: | :white_check_mark: |
2536-
| Integration Details @span | | | | |
2537-
| Requirements @span | Contract Deployment | :x: | :white_check_mark: | :x: |
2538-
| | User-Owned Contracts | :x: | :white_check_mark: | :x: |
2539-
| Ecosystem Support | Integrates with Other Products | :white_check_mark: | :white_check_mark: | :white_check_mark: |
2527+
| | Criteria | Connect | NTT | Token Bridge |
2528+
|--------------------------------|---------------------------------------|-------------------------------------------------------|------------------------------------------------------------|------------------------------------------------------------|
2529+
| Supported Transfer Types @span | Token Transfers | :white_check_mark: | :white_check_mark: | :white_check_mark: |
2530+
| | Token Transfers with Message Payloads | :x: | :white_check_mark: | :white_check_mark: |
2531+
| Supported Assets @span | Wrapped Assets | :white_check_mark: | :x: | :white_check_mark: |
2532+
| | Native Assets | :white_check_mark: | :white_check_mark: | :x: |
2533+
| | ERC-721s (NFTs) | :white_check_mark: | :x: | :white_check_mark: |
2534+
| Features @span | Out-of-the-Box UI | :white_check_mark: | :x: | :x: |
2535+
| | Event-Based Actions | :x: | :white_check_mark: | :white_check_mark: |
2536+
| Integration Details @span | | | | |
2537+
| Requirements @span | Contract Deployment | :x: | :white_check_mark: | :x: |
2538+
| | User-Owned Contracts | :x: | :white_check_mark: | :x: |
2539+
| Ecosystem Support | Integrates with Other Products | :white_check_mark: | :white_check_mark: | :white_check_mark: |
25402540
| Ease of Integration | Implementation Complexity | :green_circle: :white_circle: :white_circle: <br> Low | :green_circle: :green_circle: :white_circle: <br> Moderate | :green_circle: :green_circle: :white_circle: <br> Moderate |
2541-
| Technology @span | Supported Languages | JavaScript, TypeScript | Solidity (Ethereum), Rust (Solana) | Solidity (Ethereum), Rust (Solana), TypeScript |
2541+
| Technology @span | Supported Languages | JavaScript, TypeScript | Solidity (Ethereum), Rust (Solana) | Solidity (Ethereum), Rust (Solana), TypeScript |
25422542

25432543
::end-spantable::
25442544

0 commit comments

Comments
 (0)