Technical Architecture
Route Path Algorithm
Off-Chain Optimization: Utilizes Dijkstra’s Algorithm to determine the best trade path by evaluating:
Liquidity
Fees (gas and trading)
Slippage
Execution costs
Optimized Trade Execution: Provides the most favorable trading outcomes for users.
SuperSwap Smart Contract
On-Chain Execution: A smart contract deployed on Ink handles trade execution securely.
Single Transaction: Users can complete their trades with just one transaction, ensuring a streamlined and efficient process.
Last updated