Building a crosshchain resolver on stellar to facilitate ethereum to stellar swaps
Acesuperswap might be the first working atomic swaps between the Ethereum and Stellar networks, solving the problem of trustless cross-chain asset transfers.
The Problem: Current cross-chain bridges are centralized honeypots - over $2 billion stolen in 2022 alone. Users must trust bridge operators with their funds, creating risk.
Our Solution: Pure cryptographic atomic swaps using Hash Time-Locked Contracts (HTLCs) with ZERO trusted intermediaries. Either both swaps complete successfully, or both fail - no partial states, no stuck funds, no trust required.
Key Innovation: We bridge fundamentally different blockchain architectures:
What Makes This Special:
Core Architecture: We built a dual-chain atomic swap system that bridges EVM and Stellar's fundamentally different smart contract models using cryptographic Hash Time-Locked Contracts.
Technologies Used:
Key Technical Innovations:
SAC Admin Architecture Breakthrough The biggest challenge: Soroban contracts can't hold classic Stellar assets due to trustline requirements. We solved this by making our factory contract the SAC (Stellar Asset Contract admin:
Cross-Chain State Synchronization Different architectures required innovative linking:
Cryptographic Hash Consistency Ensuring identical hash computation across Rust and Solidity required a bit-level format consistency:
Dual Address Mapping Bridging 20-byte EVM addresses with 32-byte Stellar addresses using structured mapping
Partner Technology Benefits: