SushiSwap v3

Concentrated-liquidity DEX across EVM chains

SushiSwap v3 lets you swap token pairs on-chain and provide concentrated liquidity across EVM networks, all signed from your own wallet.

Preview

Preview only
ETH tokenETH 0.00Preview
SUSHI tokenSUSHI 0.00Preview
ETH → SUSHIPreview route
SUSHI token SUSHI
TypeDEX route
CustodyNon-custodial
Go to Swap
Scroll

Sushiswap V3 Liquidity Routing & Protocol Overview

SushiSwap v3 is a decentralized exchange protocol where smart-contract pools swap token pairs without an order book or a central custodian, and liquidity providers earn fees by choosing the price range where their capital works.

Read more

In practice you do two things here: swap one token for another through a quoted route, or open a concentrated-liquidity position that accrues fees only while the market price sits inside your range — the model introduced with Sushi's v3 concentrated-liquidity launch. This page is an independent reference dashboard: it holds no assets, executes no trades, and every action still happens in your own wallet against the live contracts.

TypeAMM / DEX
NetworksEthereum mainnet (chain ID 1) plus numerous other published EVM deployments
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
SushiSwap v3

What is Sushiswap V3?

SushiSwap v3 is a non-custodial automated market maker: pools of two tokens are priced by a curve inside smart contracts, with no order book and no intermediary holding your funds. It follows the concentrated-liquidity architecture popularized by Uniswap v3 but runs on Sushi's own deployments, interface and routing. Instead of spreading capital across every price from zero to infinity as in SushiSwap v2, a liquidity provider picks a specific price range and a fee tier; the position earns pool fees only while trades execute inside that range. That makes capital work harder per dollar deposited, but positions go inactive when price leaves the range and need active management. Each position is represented by an ERC-721-compatible NFT carrying the pool, range, liquidity and fee-accounting state. The core logic lives in the open-source v3-core contracts, with routing and position management in the periphery layer.

How it works

A swap is one atomic on-chain transaction: you pick a network, input token, output token, amount and slippage tolerance; the router quotes a path through one or more pools; your wallet signs; the pool contracts compute output from available liquidity, deduct the pool fee, enforce your minimum received, and settle everything in a single transaction or revert it entirely. Price impact is the execution-price loss caused by trade size relative to liquidity along the route, so the interface's impact figure is more useful than the spot price for judging the quote. Your slippage setting converts to a minimum-received floor that the contract enforces, so a move beyond it reverts the swap rather than filling you badly. Spending an ERC-20 for the first time requires a separate approval transaction granting the router permission to move that token; the ERC-20 allowance functions show why that standing permission is distinct from the swap and costs its own gas.

Networks and tokens

Ethereum mainnet is chain ID 1, and its verified SushiSwap v3 factory is 0xbACEB8eC6b9355Dfc0269C18bac9d6E2Bdc29C4F, which you can inspect as the verified factory contract. Sushi also publishes deployments across numerous other EVM networks, and each chain has its own pools, its own liquidity depth and its own factory — a pair that trades well on one network may be thin or absent on another. Pools are identified by chain, token pair and fee tier, so the same two tokens can exist as several distinct pools. Pool assets use the ERC-20 interface; native coins like ETH are handled through their wrapped versions inside the contracts. Before assuming a route exists, check the live app on the specific network you intend to use and cross-check aggregate activity on an independent tracker. You do not need the SUSHI token to swap or to open a position.

Fees and costs

A swap's cost has three parts: the pool fee, network gas and price impact. Each pool belongs to a fee tier; the fee is deducted from the swap output by the contract itself and goes to the liquidity providers active in the traded range. Multiple tiers can exist for the same pair, so the route chosen affects what you pay. Network gas is paid to the chain's validators in the native token, varies with congestion and with how many pools the route touches, and applies to approvals, swaps and position management alike; Ethereum's gas documentation explains the computation charge behind a transaction. Price impact is not a fee but a real cost: it is the difference between the quoted spot price and your execution price caused by your own size against available liquidity. On the LP side, positions earn a pro-rata share of pool fees only while in range, and impermanent loss research describes the associated LP risk. No SUSHI is required for ordinary use.

Is SushiSwap v3 safe?

SushiSwap v3 is non-custodial, but non-custody does not remove smart-contract, token, interface, approval, price-movement or bridge risk. You keep your keys and sign everything yourself; the contracts are open-source, which lets anyone inspect them, yet open-source code can still contain bugs. The residual risks are smart-contract exploits in pool or routing contracts, malicious or worthless tokens that mimic legitimate tickers, phishing sites and fake interfaces that harvest signatures, adverse price movement and impermanent loss for LPs, standing token approvals that outlive the swap you made them for, and added bridge risk from cross-chain activity. An approval grants a spender an allowance over your token, so verify the spender address and amount and consider revoking stale allowances; the FTC's phishing guidance explains why a familiar-looking wallet message can still be fraudulent. Verify the interface, token contracts and every signature before you sign.

How to swap

To swap, connect your wallet to the Sushi app and confirm you are on the network where your tokens actually sit. Select the input token and output token — paste the token's contract address rather than trusting a ticker search if the asset is obscure — and enter the amount. Read the quoted route, including the pools it touches, the fee tier, the price impact and the minimum received at your slippage setting. If this is the first time spending that token, sign the approval transaction first and check the spender and allowance amount in your wallet prompt. Then sign the swap itself and wait for the network's confirmation; settlement follows that chain's block inclusion and finality rules, so timing varies by network.

Problems and fixes

A missing route usually means the wallet is on the wrong network, the transaction lacks native gas, an approval is pending, or the pair is too thin for the quote. If the app shows no balance or no route, check which chain your wallet is connected to. Every action, including approvals and failed transactions, needs the network's native token. An approval covers one token for one spender; a new token or a revoked allowance requires signing it again, and a pending approval can block the swap behind it. A high price impact warning means your size is large relative to liquidity on the route; split the trade or try a different fee-tier pool. A reverted transaction usually means slippage was exceeded between quote and execution or the price moved; re-quote against the current price and review the minimum received. If tokens do not show after the swap, add the token's contract address to your wallet manually; the balance may be present while the asset is simply unlisted in the wallet UI.

SushiSwap v3 FAQ

What is SushiSwap v3?

SushiSwap v3 is a decentralized exchange protocol from Sushi where smart-contract pools swap token pairs without an order book or custodian, and liquidity providers concentrate capital in chosen price ranges to earn pool fees. It follows the Uniswap v3-style architecture on Sushi's own deployments across multiple EVM networks.

Is this the official SushiSwap site?

No. This is an independent reference dashboard about SushiSwap v3 — it does not custody assets or execute trades. Swaps and positions happen in your own wallet against the live contracts.

Does a swap need a token approval?

Yes, the first time you spend a given ERC-20 through the router: you sign an approval transaction granting the contract an allowance over that token, then sign the swap separately. The approval is a standing permission, not the trade itself.

What does a swap on SushiSwap v3 cost?

A swap has three components: the pool's fee tier deducted from the output, network gas paid to the chain, and price impact from your trade size against available liquidity. The fee structure is set per pool, so the quoted route determines what you pay.

Which networks does SushiSwap v3 support?

SushiSwap v3 supports Ethereum mainnet (chain ID 1) plus numerous other published EVM deployments, each with its own pools and liquidity. Availability and depth of a given pair vary per chain, so check the live app on the exact network and the SushiSwap v3 tracker on DefiLlama for per-chain activity.

Is SushiSwap v3 safe to use?

It is non-custodial and the contracts are open-source, but smart-contract bugs, malicious tokens, phishing interfaces, approval misuse, adverse price moves and bridge risk remain real risks. Verify the interface, token contracts and every signature before signing, and track the SUSHI token separately from protocol safety — one says nothing about the other.

Notes before you swap on SushiSwap v3

Practitioner's note: concentrated liquidity rewards attention — an in-range position earns, an out-of-range one sits idle, and a swap is only as good as the route you actually read before signing.

The common mistake is approving and swapping on autopilot, then discovering that the route filled through a thin pool at a worse price than the headline quote suggested.

Details above were checked against the published contracts and Sushi's own documentation, last reviewed 21 July 2026.

Independent reference — confirm the route in your own wallet.