VELOCORE V2
V1 DocszkSyncEraLineaTelos
  • Introduction
  • Our Philosophy
    • Vision
    • Gas Optimization
    • General Bedrock for All Kinds of AMM
    • Epoch-less Predictability
    • Free Flowing Easy Vote System
  • DEX Innovation
    • Token Vault
      • Flashloan
    • Gas Saving Matters : Benchmark
    • AMM Flexibility
    • Multi In/Out Swap
    • Batch Swap
    • Adjustable Trading Fee Mechanics
    • Accumulating Swap Fees in LP Tokens
  • ve(3,3) Innovation
    • Removing 'Epoch' Systems
      • Bribe Optimization
    • Fungible Votes ($veVC)
      • No Decay & Easy Liquidation
    • Decentralized Gauge Deployment
    • Rebase Elimination
  • Security & Contract Address
    • zkSyncEra Contracts
    • Linea Contracts
    • Telos Contracts
    • V1 zkSyncEra (deprecated)
    • Three Rounds of Audits
  • Technical Docs
    • Concepts
    • Architecture Overview
      • Source Files Overview
    • How to interact with VELOCORE
      • Uniswap compatible interface
    • How to Read Data
    • Example Codes
      • Swap
      • Add liquidity
      • Stake
      • Voting
      • Multicall operations
      • cf) wrapper functions
    • Typescript Examples for Integration
    • Pool Specifics
      • Generalized CPMM
      • Wombat Stableswap
    • Events & Chart Integration
      • Getting a pair list
      • Interpreting Swap / LP events
    • Flashloan
  • zkSync Era
    • Migration Plan
      • $VC 1:1 Exchange
      • veNFT -> $veVC
      • One-Step LP Migration
      • Migration Schedule
      • Emission Migration
    • V2 Tokenomics
      • $VC Gauge
      • Bribe Mechanics
      • $veVC VOTING
    • Paymaster as a Service
  • Linea
    • Launch Details
      • Getting Ready
      • Bridging
      • V2 Launch Event
      • $LVC Presale
    • $LVC Tokenomics
      • $LVC Gauge
      • Bribe Mechanics
      • $veLVC VOTING
  • Telos
    • Launch Details
      • Getting Ready
      • Bridging
      • Launch Event
    • $TVC Tokenomics
      • $TVC Gauge
      • Bribe Mechanics
      • $veTVC VOTING
  • Free Loot Box for Future Airdrops
  • PASSPORT - F'air drops
  • Legal Disclaimer
  • Velocore Brand Assets
Powered by GitBook
On this page
  1. DEX Innovation

Gas Saving Matters : Benchmark

Saving on transaction costs is like gaining free liquidity.

Last updated 1 year ago

Dex
Velocore V2
U** swap (V3)
P** swap
i** swap
k** swap

ETH->USDC swap

104069

127543
184329
197983
246445

Swap with 1 hop (ex. ETH->USDC-> USDT )

144093

235295
258926
579632
396242

Add ETH-USDC LP

148185

401924
511149
614200
459928

The chart above shows how much gas is consumed by the following actions on each Dex: simple swap (without routing), routed swap (with only 1 hop), and add liquidity.

*For an intuitive comparison, the graph is plotted as a transaction cost using the current gas price of 15gwei on the Linea testnet multiplied by the ETH price of $2000.

From the above data, you can see that using Velocore can save you or your buyers 0.7$ ~ 8$, or 30~75% on EVERY action! The difference gets larger when there is chain congestion. Considering that the price impact difference between a regular DEX and a concentrated liquidity DEX is less than 0.2% for a typical trade, this makes a huge difference.

Looking at zkSync's statistics, we can see that the average size of a swap across all dexes is only between $100 and $150. Saving even $1 on gas is equivalent to reducing the price impact by 1%, which is equivalent to getting 100k~500k in liquidity for free.

In general, on Ethereum-based chains, reducing gas costs is most beneficial when the swap size is $10k or less.

*To standardize the value, calculated with gas price=30gwei, ETH=2000$ with the table below
source : Dex screener, zkSync