A trustless, fast, and seamless platform for swapping native tokens (ETH, APT, SOL, etc.) across blockchains—no wrapped assets, no centralized relayers.
Enable users to transfer real native tokens between chains using Hash Time-Locked Contracts (HTLC) and a Liquidity Provider (LP) model. No middlemen, no fake tokens, no risk.
- User Initiates Swap:
- Locks tokens on the source chain using HTLC (hashlock + timelock).
- LP Provides Liquidity:
- LP locks equivalent tokens on the destination chain with the same hashlock.
- Atomic Claim:
- User reveals the secret to claim destination tokens.
- LP uses the secret to claim source tokens.


Guarantee: Either both transfers succeed, or both fail—fully atomic and trustless.
- Native token swaps: No wrapped assets, no relayers.
- Instant swaps: As long as LP liquidity exists.
- Trust-minimized: HTLC ensures security for both parties.
- LP model: LPs earn fees for providing liquidity.
- Fallback options: P2P swaps or pooled liquidity if no LP is available.
- Centralized bridges are slow/risky.
- No dependence on relayers/oracles.
- Users get real tokens, not wrapped.
- LP model solves UX issues when liquidity is low.
- Alice requests swap: Source = Ethereum, Destination = Aptos, Token = ETH, Amount = 1 ETH.
- LP locks tokens: LP locks 1 ETH on Aptos and 1 ETH on Ethereum using HTLC.
- Atomic claim: Alice claims 1 ETH on Aptos by revealing the secret. LP claims 1 ETH on Ethereum.
- Result: Alice gets native ETH on Aptos. LP earns a fee. No middleman.
Like giving cash to a courier in New York, who instantly delivers real ETH in Paris. Later, the courier claims the NY cash—no fake money, no cheating, fully atomic.
- Smart Contracts: Move (Aptos), Solidity (Ethereum)
- Frontend: React, Aptos Wallet Adapter
- Backend/CLI: Aptos CLI, custom scripts
- Connect wallet (Petra/Aptos).
- Initiate a swap or demo transfer.
- Sign transaction in wallet popup.
- Show tokens locked in contract.
- Query contract state via CLI.
- Add more chains and tokens.
- Support pooled liquidity and fallback P2P swaps.
- Improve UX and security.