Skip to content

Commit dd6e5c0

Browse files
authored
Document transfers between non-Near chains via OmniBridge
Added a section explaining the transaction flow for transfers between non-NEAR chains using NEAR as an intermediary.
1 parent df1c9dd commit dd6e5c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/chain-abstraction/omnibridge/implementation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ Initially using Wormhole for:
180180

181181
---
182182

183+
## Transaction Flow: Chain to Chain (via NEAR)
184+
185+
For transfers between two non-NEAR chains (e.g., Ethereum to Solana), the bridge combines both flows using NEAR as an intermediary routing layer. Rather than minting or unlocking tokens on NEAR, the bridge creates a forwarding message that directs tokens to be minted or unlocked on the final destination chain.
186+
187+
From the user's perspective, this appears as a single operation - they initiate the transfer on the source chain, and the off-chain relayer infrastructure handles the intermediate NEAR routing automatically.
188+
189+
---
190+
183191
## Security Model
184192

185193
### Trust Assumptions

0 commit comments

Comments
 (0)