Cross-chain TWAP DEX aggregator using 1inch Fusion+ on Etherlink for MEV-resistant swap.
FusionChrono Router is a decentralized exchange (DEX) aggregator that enables large-volume token swaps across Ethereum and Etherlink (Tezos L2) using Time-Weighted Average Price (TWAP) execution. It splits orders into smaller chunks executed over time to minimize slippage, while leveraging 1inch Fusion+ for MEV-resistant cross-chain routing. Key features include:
Cross-Chain TWAP Engine: Splits orders (e.g., $10k ETH→USDC into 4 chunks over 40 mins). 1inch Fusion+ Integration: Routes swaps through Etherlink’s L2 for low fees and intent-based settlement. Real-Time Slippage Analytics: Compares savings vs. market orders using 1inch Data API. Decentralized Relayer Network: Ensures secure Ethereum↔Etherlink message passing. Built for traders and institutions, FusionChrono eliminates front-running risks, reduces price impact, and provides institutional-grade execution on EVM-compatible chains.
Core Technologies Smart Contracts (Solidity): TWAPHook.sol: Custom limit order hook splitting orders into timed batches (e.g., 10-min intervals). FusionResolver.sol: Handles 1inch Fusion+ intent matching and fallback settlements. CrossChainOracle.sol: Adapts 1inch Price Feeds API for Etherlink. Backend (Node.js + Ethers.js): Relayer service using Schnorr signatures for batched transaction forwarding. Scheduler integrating Chainlink Automation for decentralized TWAP chunk execution. Frontend (React + 1inch SDK): Swap dashboard with slippage heatmaps (Chart.js) and wallet connectivity (MetaMask/Wagmi). Real-time savings calculator using 1inch Data API. Infrastructure: Etherlink L2: For 10-sec finality and $0.001 avg gas fees. Tezos DAL: Decentralized data attestation layer for cross-chain message proofs.