# QuantaSwap

> Cross-chain atomic swaps between native QRL and native ETH using hashed timelock contracts on both chains. No bridge, no wrapped assets, no custodian: each leg settles natively and the swap secret never leaves the client.

- Canonical page: [QuantaSwap](https://www.qrlecosystem.com/projects/quantaswap/)
- Status: development
- Project type: dapp
- Category: defi
- Tags: atomic-swaps, htlc, cross-chain, ethereum
- Maintainer: DigitalGuards
- License: GPL-3.0
- Open source: yes
- Listed as audited: no
- Created: 2026-07-11
- Updated: 2026-07-14
- Network: testnet
- Contract address: `Q94cd8e406d2bb4ea251dce3f0558941f2ac056ee`
- Token: none

## Links

- [Project website](https://quantaswap.io/)
- [Source repository](https://github.com/DigitalGuards/QuantaSwap)
- [Social profile](https://x.com/DigitalGuards)

## Overview

QuantaSwap is an open-source dApp for trustless cross-chain swaps between
the two native coins: QRL on the QRL 2.0 network and ETH on Ethereum. Swaps
use the classic hashed timelock contract (HTLC) construction with sha256
hashlocks, so there is no bridge, no wrapped asset, and no operator holding
funds. Either both legs complete or both refund after their timelocks.

The same contract artifact is deployed on both chains: the QRL v2 testnet at
Q94cd8e406d2bb4ea251dce3f0558941f2ac056ee and Ethereum Sepolia at
0x805100Fa4310B9c0dbb0754E14CbDe827E3b8a3c. The contracts have no owner, no
pause, and no upgrade path, and claims are permissionless with the recipient
fixed at lock time. An order book server handles coordination only; both
parties independently verify locks on-chain before acting.

## Capabilities

- HTLC atomic swaps between QRL v2 testnet and Ethereum Sepolia
- Ownerless, non-upgradeable contracts with no pause switch; one artifact deploys to both chains
- Two-party order book for coordination only; clients re-verify every step on-chain
- QRL leg connects via the MyQRLWallet relay or the QRL browser extension, ETH leg via EIP-6963 wallets


## Gallery

- [Full testnet demo of a cross-chain atomic ETH to QRL swap.](https://www.youtube.com/watch?v=rIwqXEEpaaM) — YouTube video
- [QuantaSwap main dashboard showing active swaps and order book.](https://www.qrlecosystem.com/images/screenshots/quantaswap/screenshot1.png)
- [Play both sides of an atomic swap from one browser and watch the HTLC handshake happen live on both chains.](https://www.qrlecosystem.com/images/screenshots/quantaswap/screenshot2.png)
- [Plain language guide on how QuantaSwap works and how to use it.](https://www.qrlecosystem.com/images/screenshots/quantaswap/screenshot3.png)


## Clients

- **web** (default): [Open client](https://quantaswap.io/); [Source](https://github.com/DigitalGuards/QuantaSwap)

