Skip to content

feat: research bridge/messaging protocol options for source-chain pro… - #164

Open
yahia008 wants to merge 1 commit into
stellar-vortex-protocol:mainfrom
yahia008:docs/bridge-protocol-comparison
Open

feat: research bridge/messaging protocol options for source-chain pro…#164
yahia008 wants to merge 1 commit into
stellar-vortex-protocol:mainfrom
yahia008:docs/bridge-protocol-comparison

Conversation

@yahia008

Copy link
Copy Markdown

Title:

feat: research bridge/messaging protocol options for source-chain
proof delivery

Body:

Summary

Closes #128

Research spike comparing general-purpose cross-chain messaging
protocols as candidate paths for delivering source-chain transaction
proofs to the Soroban intent_settlement contract on Stellar.
Complements the Stellar-oracle spike — both documents should be read
together before finalizing the interface design.

What's in this PR

  • docs/bridge-protocol-comparison.md — full comparison of Axelar,
    LayerZero, Chainlink CCIP, Wormhole, and Hyperlane covering:
    • Stellar Mainnet support maturity (live / announced / none)
    • Trust model and security assumptions
    • Cost per message and latency vs. the 5-minute fill window
    • Security incident history (KelpDAO $292M LayerZero exploit,
      Wormhole $326M exploit)
    • Side-by-side comparison table
    • Recommendation with rationale
    • Open questions for the interface design issue

Recommendation (TL;DR)

Protocol Stellar Verdict
Axelar ✅ Live (Feb 2026) Primary path — only
production-ready option with official Stellar docs
LayerZero ✅ Live (2026) Strong alternative — faster,
but multi-DVN config is mandatory after the $292M exploit
Chainlink CCIP ⚠️ Announced Future watch for high-value
fills; latency exceeds current fill window
Wormhole ❌ No Stellar Not viable today
Hyperlane ❌ No Stellar Not viable today; monitor for
community deployment

Testing

Documentation-only PR — no contract code changes, no build or test
impact.

Cross-references

  • Complements the Stellar oracle spike (cross-chain oracle path)
  • Feeds into the cross-chain proof verification interface design
    issue

…of delivery

Compares Axelar, LayerZero, Chainlink CCIP, Wormhole, and Hyperlane as
candidate protocols for delivering source-chain transaction proofs to the
Soroban intent_settlement contract on Stellar.

Key findings:
- Axelar: live Stellar Mainnet (Feb 2026), GMP + ITS, official Stellar docs
- LayerZero: live Stellar Soroban, DVN model, OApp/OFT standards; KelpDAO
  $292M exploit (Apr 2026) due to single-DVN config — multi-DVN is mandatory
- Chainlink CCIP: announced for Stellar but not yet live; 10-20min latency
  exceeds current fill window; best for high-value fills once live
- Wormhole: no Stellar integration found; not viable today
- Hyperlane: no Stellar integration found; monitor for permissionless deploy

Recommendation: Axelar as primary path (only production-ready option with
official Stellar docs); LayerZero as fallback with mandatory multi-DVN config;
CCIP for high-value fills once live on Stellar.

Covers cost (~$0.05-$0.50/msg for Axelar+LZ), latency (1-2min fits the
5min fill window), trust assumptions, and security incident history.
Cross-references the Stellar oracle spike for a full picture of proof
delivery options.

Closes stellar-vortex-protocol#128
@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@yahia008 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Research bridge/messaging protocol options for source-chain proof delivery

1 participant