QuickSwap

Polygon-native AMM and DeFi suite

QuickSwap is a non-custodial DEX on Polygon and other EVM chains where you swap ERC-20 tokens straight from your own wallet.

Preview

Preview only
POL tokenPOL 0.00Preview
USDC tokenUSDC 0.00Preview
POL → USDCPreview route
USDC token USDC
TypeDEX route
CustodyNon-custodial
Go to Swap
Scroll

Quickswap Page Liquidity Routing & Protocol Overview

QuickSwap is a permissionless, non-custodial automated market maker: you trade ERC-20 tokens against smart-contract liquidity pools on Polygon and several other EVM networks, not against a central order book run by a custodian.

Read more

In practice that means connecting a wallet, picking a pair, reading the route and price impact, signing one approval and one swap — and the same interface also covers liquidity provision, farming, staking, limit orders, and cross-chain swaps. This is an independent informational dashboard; it does not execute transactions, custody assets, or speak for the QuickSwap interface itself.

TypeAMM / DEX
NetworksPolygon PoS, Base, Ethereum, Immutable zkEVM, Manta Pacific, Soneium, MANTRA, Somnia, X Layer, Dogechain
CustodyNon-custodial — your wallet signs
CostsPool fee + network gas + price impact
Token in/outthe pair you choose
VerifyCheck the pool and contract in the live app
QuickSwap

What is Quickswap Page?

QuickSwap is a decentralized exchange and broader DeFi suite: an automated market maker where swaps settle against on-chain liquidity pools instead of a centralized order book. It started as a Polygon-focused Uniswap V2 fork built to escape mainnet gas costs, and it now runs two pool types side by side — V2 constant-product pools and Algebra-based concentrated-liquidity markets — plus farming, staking, limit orders, and dTWAP through third-party integrations. The key property is custody: the protocol never holds an account or a key for you. Your assets sit in your own wallet until you sign a transaction that moves them into a router, pool, or staking contract, which is the defining trait of decentralized finance rather than a broker model.

How it works

A QuickSwap swap uses two signed transactions on your side and pure contract logic on the protocol's side. You connect an EVM wallet, choose network, input token, output token, and amount; the interface quotes and routes the order across available V2 and V3 liquidity, or you can target a specific market yourself. Before the first swap of any ERC-20 token you sign an approval granting that router a spending allowance — a separate transaction people often mistake for the swap itself. Then you review the route, fee, price impact, and minimum received, and sign. Under the hood, V2 pools price everything off the invariant x × y = k: your trade changes the two reserves, and the reserve ratio is the price, so bigger trades relative to pool depth move the price more. That is why price impact and minimum received matter more than the quoted mid-price. The mechanics are documented in the swap reference. Cross-chain orders additionally ride Squid and Axelar messaging, which adds a bridge hop and its own settlement risk.

Networks and tokens

The current interface lists Polygon PoS, Base, Immutable zkEVM, Manta Pacific, Soneium, MANTRA, Somnia, Ethereum, X Layer, and Dogechain — with chain IDs 137, 8453, 13371, 59144-style identifiers varying per network (Polygon PoS is 137, Base 8453, Ethereum 1, Dogechain 2000, X Layer 196, Soneium 1868, Immutable zkEVM 13371, MANTRA EVM 5888, Somnia 5031). Pool depth and pair availability vary sharply by network; a token liquid on Polygon may have a thin pool or none on a smaller chain, and a low-liquidity pool means ugly price impact on any size. The ecosystem token QUICK handles governance and staking — old QUICK and the redenominated new QUICK are different contracts; new QUICK on Polygon is 0xB5C064F955D8e7F38fE0460C556a72987494eE17. Compare that address with the QUICK asset page before using a ticker as an identifier.

Fees and costs

Every swap costs three separate things: a pool fee, network gas, and price impact. The pool fee is a percentage of the input taken by the pool and distributed to liquidity providers, with the rate depending on the pool type and tier you routed through. Network gas is paid in the chain's native token (POL on Polygon PoS, ETH on Base and Ethereum), applies to the approval transaction as well as the swap, and follows the transaction's computational work as described in Ethereum gas guidance. Price impact is not a fee; it is the cost of moving the reserves — invisible in small trades, punishing in thin pools. Slippage tolerance sets the minimum received, below which the transaction reverts and you lose only the gas. Read all three on the confirmation screen before signing.

Is QuickSwap safe?

QuickSwap's non-custodial design removes the risk of an exchange holding your funds, but it does not remove protocol or transaction risk. The protocol's contracts are open and have been through review, but audited code is not risk-free code: smart-contract bugs, router exploits, and integration risk in the limit-order, dTWAP, and cross-chain (Squid/Axelar) paths all remain live possibilities. The practical checks are to inspect unlimited approvals left open on routers, reject a phishing clone of the interface, match a token's contract rather than its ticker, and treat bridge risk as part of every cross-chain order; smart-contract security guidance explains why these checks matter.

How to swap

To swap on QuickSwap, complete these three steps:

  1. Connect an EVM wallet and switch it to the network where your funds and target pool actually live — the interface will not move your funds across chains for you unless you use the cross-chain path.
  2. Select input token, output token, and amount; let the router quote, or pick a specific V2 or V3 market if you know which pool you want. If prompted for the first ERC-20 approval, sign the allowance transaction before the swap.
  3. Read the route, pool fee, price impact, minimum received, and slippage setting; sign the swap and wait for confirmation. Output tokens land directly in your wallet.

Problems and fixes

Most failed or confusing swaps come down to five recurring causes:

  • Wrong network: your wallet is on Polygon but the pool you want is on Base — switch networks, don't force the trade.
  • No gas token: you hold USDC on a chain but zero of its native token, so nothing can be signed; keep a small native balance per chain you use.
  • Approval confusion: the approval confirmed but no tokens moved — that's normal, the swap is a second transaction you still need to sign.
  • High price impact: the pool is too thin for your size; split the order, try a different route or market, or walk away.
  • Reverted transaction: usually slippage exceeded between signing and mining; you pay the gas and keep your input tokens, then retry with a wider tolerance or smaller size.

QuickSwap FAQ

What is QuickSwap?

QuickSwap is a permissionless, non-custodial decentralized exchange and DeFi suite running on Polygon and other EVM-compatible networks. It swaps ERC-20 tokens through smart-contract liquidity pools — V2 constant-product and concentrated-liquidity markets — rather than a centralized order book, and also offers liquidity provision, farming, staking, and limit orders.

Is this the official QuickSwap site?

No. This is an independent informational dashboard about the protocol; it does not execute transactions, custody assets, or represent the project.

Does a QuickSwap swap need an approval first?

Yes, for any ERC-20 input token the first time you trade it through a given router: you sign an approval granting that contract a spending allowance, then sign the swap itself as a second transaction. Where your wallet allows it, scope the allowance to what you intend to spend instead of an unlimited grant.

What does a swap on QuickSwap cost?

Three components: the pool fee taken from your input and paid to liquidity providers, network gas in the chain's native token (charged on the approval too), and price impact — the cost of moving a pool's reserves, which grows with trade size relative to pool depth. Slippage tolerance caps the worst-case fill via the minimum-received setting.

Which networks does QuickSwap support?

The current interface lists Polygon PoS, Base, Immutable zkEVM, Manta Pacific, Soneium, MANTRA, Somnia, Ethereum, X Layer, and Dogechain. Pair availability and liquidity depth differ considerably per chain.

Is QuickSwap safe to use?

QuickSwap is non-custodial, so the protocol never holds your keys; smart-contract, approval, routing, cross-chain bridge, and phishing risks remain.

Notes before you swap on QuickSwap

The operational sequence is connect, read the route, sign one approval and one swap, then wait for confirmation; output tokens land directly in your wallet.

Before you sign, confirm the network and pool, read price impact and minimum received, and check the approval spender and token contract address rather than relying on a ticker.

Details here reflect the protocol's public documentation and interface as last reviewed 21 July 2026.

Independent reference — confirm the route in your own wallet.