Slice
Slice is a DEX aggregator for Arc testnet. It combines on-chain route search with a hosted quote API that returns frontend-ready calldata for exact-input swaps.
Slice routes through pluggable AMM adapters, currently covering Uniswap V2-,
Uniswap V3-, and SlipStream-style venues on the testnet deployment. The router
selects one best path and executes it with swapNoSplit.
What Slice Provides
- On-chain pathfinding with
findBestPathandfindBestPathWithGas. - A hosted Quote API for route discovery, slippage calculation, and calldata.
- A router contract that pulls approved ERC20 input tokens and executes the selected path.
- A route overview payload designed for swap UIs and route diagrams.
Start Here
- How Slice Works explains the routing model.
- Quote API covers the hosted API surface.
- Swap Integration shows the transaction flow.
- Deployments lists current Arc testnet addresses.