Skip to main content
KovaSwap requests quotes from enabled venues in the active chain manifest, discards failed or non-executable quotes, and ranks valid routes by output. Gas and price impact can be incorporated as the router evolves. The implementation compares:
  • direct KovaSwap V2 liquidity; and
  • configured Uniswap V3 fee tiers where official compatible deployments exist.
Quotes are produced off-chain, while settlement remains an on-chain wallet transaction. KovaSwap never receives a private key or maintains a user account. On chain 5042, KovaSwap quotes the active Arc Uniswap V3 deployment and can evaluate token-to-token paths through native USDC. Current Arc launches are loaded from the public DYOR Arc feed, while users may import any compatible token by contract address. Bridge routes are quoted directly into Arc’s native USDC interface. The destination token, provider costs, Kova service fee, minimum output, and transaction request are returned as one executable quote.
“Best” describes the quotes available during the request. Prices can change before execution. The minimum output protects the trade only up to the selected slippage.
Future versions may add split routing without changing the user flow: connect, quote, review, swap.