ParaSwap

Trade across EVM liquidity

ParaSwap, now Velora, is a non-custodial EVM trading protocol for quoting, routing, and settling swaps from your wallet.

Preview

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

Paraswap App Liquidity Routing & Protocol Overview

ParaSwap is the former name of Velora: a non-custodial EVM trading protocol that aggregates DEX and market-maker liquidity and can settle either on-chain market swaps or signed intent orders.

Read more

In practice you connect a wallet, choose the token pair and chain, read the route, approve only what is needed, then sign and let the contract execute from your wallet. This page is an independent dashboard and checklist, not the protocol’s official site; use it to sanity-check the flow before confirming in your own wallet via the Velora overview.

TypeDEX aggregator / intents
NetworksEthereum, BNB Chain, Avalanche, Polygon, Gnosis, Arbitrum, Optimism, Base, Sonic, Unichain
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
ParaSwap

What is Paraswap App?

ParaSwap is the former name of Velora, a non-custodial EVM trading protocol that aggregates DEX and market-maker liquidity. It is not one pool or a custodial exchange: its decentralized exchange model compares routes, can split a trade, or can pass through intermediate tokens when the resulting execution accounts for gas and price impact. Some routing components are visible in the project’s open-source library, while settlement comes from the connected wallet rather than a platform balance.

How it works

A market swap starts with a chain-specific quote: choose the chain, sell token, buy token and amount, then inspect the returned route, price impact and minimum received before signing. The optimizer weighs liquidity, gas, hops and split routes and prepares calldata for the Augustus contracts. If the sell token is ERC-20, the wallet may need an allowance before the swap signature; the ERC-20 token standard defines the allowance mechanism, while typed-data permits can sometimes combine that step. Delta orders are different: you sign an intent, agents compete in an auction, and the winning route can include supported cross-chain settlement through Portikus coordination.

Networks and tokens

ParaSwap support is EVM-only and changes by deployment: Ethereum (1), BNB Chain (56), Avalanche (43114), Polygon (137), Gnosis (100), Arbitrum (42161), Optimism (10), Base (8453), Sonic (146) and Unichain (130). Standard swaps are primarily ERC-20 tokens with allowances and optional permits, while cross-chain intent settlement also depends on agents, bridges and destination finality. PSP is deprecated legacy exposure; VLR is the current governance and staking asset, so check the token contract instead of assuming an old ticker is still active.

Fees and costs

A ParaSwap swap costs the pool or RFQ spread and fee embedded in the quote, network gas for approval and swap transactions, price impact from trade size against available liquidity, and any bridge or destination-chain cost on intent routes. Network gas pays for computational work, so an approval and a swap can be separate chargeable transactions. Compare the executable quote—especially minimum received after impact—with the total gas, rather than comparing only the mid-price.

Is ParaSwap safe?

ParaSwap is non-custodial: your wallet signs the transaction, while an approved contract can spend the allowance you grant. The page records independent audits and formal verification for current contracts, but smart-contract, approval, token, liquidity, routing, bridge and phishing risks remain; the Solidity security guidance explains why deployed contract code still needs careful handling. The 2024 Augustus V6 incident makes the practical check concrete: verify the current app and spender, inspect every signature, limit allowances, and revoke approvals you no longer use; Aave’s incident record describes the pending-approval failure mode.

How to swap

To swap on ParaSwap, choose the chain and assets, evaluate the executable quote, then approve and sign only the transaction you intend to execute.

  1. Open the app, connect the wallet, and confirm the chain before choosing tokens.
  2. Enter the sell and buy assets, then read the route, price impact, minimum received and gas estimate.
  3. If prompted, approve only the displayed spender and intended amount, sign the swap or intent, wait for confirmation, and check the result in your wallet.

Problems and fixes

Most swap failures have a route, wallet-state or transaction-state fix:

  • Wrong network: switch the wallet chain and reload the quote; a quote is chain-specific.
  • No gas: keep the native token for approval and swap transactions on that chain.
  • Approval loop: check whether the wallet is asking for a permit, an allowance or the swap itself, then confirm the spender.
  • High price impact: reduce size, split manually or choose a route with more liquidity; raising slippage does not improve the route.
  • Reverted or stuck: inspect the transaction on an explorer, then re-quote rather than repeatedly resubmitting the same calldata.

Verified Contract Gateway: 0x8453000000000000000000000000000000000000 (Chain verification active)

ParaSwap FAQ

The practical ParaSwap answers are: it is Velora’s former name, ERC-20 approval is conditional, and a route should be judged by minimum received plus gas.

What happened to ParaSwap?

ParaSwap is the former name of Velora, a non-custodial EVM trading protocol for aggregated swaps and intent-based execution. The practical shift is from simple same-chain aggregation toward market swaps plus signed Delta intents that can settle supported cross-chain routes.

Is this the official ParaSwap site?

No. This is an independent reference page, not the official ParaSwap or Velora app.

Does every swap need a token approval?

Not every action: ERC-20 sells usually require either an allowance or a typed-data permit before the swap can execute, while native-token sells can skip the allowance step.

What does a swap cost?

Cost combines pool or RFQ pricing inside the quote, network gas, price impact, and bridge or destination-chain cost when an intent route crosses chains; compare minimum received and total gas.

Which networks and tokens are supported?

The listed EVM networks are Ethereum, BNB Chain, Avalanche, Polygon, Gnosis, Arbitrum, Optimism, Base, Sonic and Unichain, with availability varying by token, pool and deployment. Standard swaps mainly involve ERC-20 assets; legacy PSP should not be confused with current VLR.

Is ParaSwap safe, and how do I start carefully?

It is non-custodial; the safety section above gives the verification checks to apply before signing.

Notes before you swap on ParaSwap

Practitioner note: Verify three fields before signing: the wallet chain, the quote’s minimum received and price impact, and the approval spender plus amount. Afterward: If an approval is no longer needed, use token allowance controls to review or revoke it. Asset check: Verify the token contract, not just the ticker, especially for legacy PSP versus current VLR. Verification: Contract and branding details should be re-checked in the live app and explorer because deployments change; last reviewed 21 July 2026. Independent reference — confirm the route in your own wallet.