Live in tesnets - Layerswap V8
Read the protocol description and sepc [draft] - Layerswap V8
- Introduces PreHTLC, an improved version of HTLC for practical atomic swaps
- Permissionless and trustless protocol without reliance on 3rd parties
- Supports multi-hop transactions for bridging between indirectly connected chains
- Integrated with LightClient for destination transaction verification
- Alpha version available for testing on multiple testnets
Layerswap V8 is a revolutionary bridging protocol designed to address the challenges of seamless asset movement across the rapidly expanding cryptocurrency ecosystem. As the number of blockchain networks grows, including L1s, L2s, side-chains, and app-chains, the need for efficient and secure cross-chain asset transfer becomes critical.
- Trustless: No reliance on oracle-based systems or 3rd parties
- Permissionless: Open for any participant to join without compromising security
- Multi-hop Transactions: Enables bridging between chains without direct LP connections
- Censorship Resistant: Decentralized design resistant to censorship attempts
Layerswap V8 introduces PreHTLC (Pre-Hashed Time Lock Contract), an improved version of HTLC that addresses key limitations:
- User creates a PreHTLC, committing funds for the selected LP
- LP detects the transaction, generates a Secret, and creates an HTLC on the destination chain
- User observes the destination transaction and converts their PreHTLC to an HTLC on the source chain
- LP reveals the Secret on both chains to complete the transfer
This approach resolves issues with secret management, claim transactions on the destination chain, and liveness requirements.
Please note that this project is actively under development. It is not ready for deployment on any mainnet environments. As we continue to experiment and test new ideas, expect significant changes to the interface. Please be prepared for ongoing modifications.
- Bitcoin
- EVM
- Starknet
- TON
- Solana
- Sui
- Stacks
- Fuel
- Aptos (in progress)
- XRP (in progress)
- Cardano (in progress)
- The initial HTLC implementation was based on the work done in the atomic-port project by Yuki Uichiro (https://github.com/ymuichiro/atomic-port)