ParaSwap is a multi-chain DEX aggregator that routes trades across 30+ decentralized exchanges and liquidity sources simultaneously to find the best execution price — using its proprietary smart routing algorithm (Augustus Swapper), supporting limit orders, offering gasless swaps on supported chains, and distributing PSP governance tokens to protocol contributors and stakers.
Overview
ParaSwap operates as a pure DEX aggregator — it holds no liquidity itself, but routes user trades across existing DEXes and liquidity protocols including Uniswap, Curve, Balancer, SushiSwap, DODO, KyberSwap, and many others per chain. The protocol earns revenue by capturing a small portion of the “positive slippage” generated when the trade executes better than the quoted price due to favorable price movements between quote and execution.
ParaSwap is integrated by many wallets (MetaMask, Trust Wallet), dApps, and protocols as their swap backend — meaning a significant portion of ParaSwap’s volume comes from B2B integrations rather than direct retail users. This API-first approach positions ParaSwap as infrastructure for the broader EVM ecosystem.
Augustus Swapper
ParaSwap’s smart routing engine:
Multi-Path Routing
The Augustus Swapper finds optimal execution by:
- Querying prices across all integrated DEXes simultaneously
- Evaluating multi-hop routes (Token A → ETH → Token B when better than direct A→B)
- Splitting the trade across multiple pools simultaneously (e.g., 60% via Uniswap V3, 40% via Curve) when splitting reduces total price impact
- Computing the optimal split fraction using iterative optimization
- Simulating gas cost for each route option and deducting from execution price
- Returning the route with highest net output after gas
Positive Slippage Capture
ParaSwap’s revenue model:
- When a quote is generated, a minimum output amount is set
- If market conditions improve between quote and execution (price moves in user’s favor), the trade executes at the better price
- ParaSwap captures a portion of this positive slippage improvement above the quoted minimum
- Users always receive at least the quoted minimum output; any excess is shared between user and ParaSwap
Features
The key features are described below.
Limit Orders
ParaSwap’s limit order system:
- Place limit orders at desired price (no gas until execution)
- Orders signed off-chain (PERMIT-style signature)
- ParaSwap’s permissionless keeper network executes when price condition met
- No custody — order only executes when user’s wallet has sufficient token balance
- Supports partial fills (partial order execution when price is met for partial size)
Gasless Swaps (Permit2 / Meta-transactions)
On supported chains:
- Users approve ERC-2612 (permit) tokens or use Uniswap’s Permit2 standard
- ParaSwap pays gas on behalf of user; deducts gas equivalent from output token
- Enables swaps without holding native gas token (pay gas in input token)
- Reduces friction for users arriving on new chains without gas
Delta (Intent-Based RFQ Layer)
ParaSwap Delta is an optional RFQ (Request for Quote) layer:
- Market makers commit quotes directly to specific users
- Trades execute against professional market maker inventory rather than AMM pools
- Better pricing for large trades where AMM slippage is high
- Combines with AMM routing for optimal hybrid execution
PSP Token
PSP is the ParaSwap governance token:
- Staked for governance voting on ParaSwap DAO decisions
- sPSP (staked PSP) earns a portion of positive slippage revenue
- PSP distributed to integrators who bring volume via the ParaSwap API
- Social Mining: PSP distributed to community contributors based on contribution tracking
- No direct fee claim for most users; governance and integrator incentives primary utility
Multi-Chain Presence
ParaSwap deployed across major EVM chains:
- Ethereum (primary)
- Polygon (high volume; lower gas)
- BNB Chain
- Arbitrum
- Optimism
- Avalanche
- Fantom
- Base
Sources
- ParaSwap Documentation — ParaSwap Team, 2020–2023. Protocol documentation covering Augustus Swapper routing algorithm (multi-path optimization, split routing math, gas simulation in route scoring), positive slippage capture mechanism (revenue model, user guarantee calculations, slippage tolerance handling), limit order system (off-chain order signing, keeper execution conditions, partial fill support), Delta RFQ system (market maker integration, quote streaming, hybrid AMM+RFQ execution), PSP token distribution (supply, social mining allocation, integrator incentive program, staking mechanics), and API integration guide.
- “DEX Aggregator Market Structure: ParaSwap, 1inch, Odos, and OpenOcean Comparison” — DeFi Aggregator Research, 2022–2023. Comparative analysis of the DEX aggregator market — examining market share, routing quality (measured by comparison of best execution prices vs TWAP), API reliability, integrations, and business model sustainability for major aggregators: 1inch (anti-frontrunning RFQ), ParaSwap (positive slippage capture), Odos (intent-based), and OpenOcean (multi-chain).
- “Positive Slippage as a Revenue Model: DeFi Aggregator Economics” — DeFi Revenue Research, 2022–2023. Analysis of positive slippage capture as a mechanism for DEX aggregator revenue — examining the source of positive slippage (block timing, MEV, arbitrage settling), the magnitude of capturable positive slippage at various trade sizes and market conditions, and whether positive slippage capture creates conflicts of interest (e.g., quoting conservatively to generate larger guaranteed positive slippage).
- “PSP Token Distribution and Social Mining: Decentralized Community Incentive Design” — Token Distribution Research, 2021–2022. Analysis of ParaSwap’s PSP token distribution — including the post-launch airdrop (which had a controversial “power user” criterion), the Social Mining program (rewarding off-chain community contributions with PSP), sPSP staking mechanics, and whether PSP successfully created aligned incentives for ParaSwap’s contributor ecosystem.
- “Intent-Based Trading: ParaSwap Delta, 1inch Fusion, and the Evolution of DEX Order Flow” — DeFi Execution Research, 2023. Analysis of intent-based trading systems in DEX aggregators — contrasting the original route-and-execute model (ParaSwap Augustus) with RFQ/intent systems (ParaSwap Delta, 1inch Fusion, CoW Protocol) where professional solvers or market makers compete to fill orders — examining execution quality, MEV protection, complexity, and whether intent-based models represent the next dominant paradigm for DEX order flow.