Perp v2
Perp v2
  • About Perpetual Protocol
    • Social Links
    • Governance
    • v2 Era Ecosystem
    • PERP Token
  • Terms of Service
  • General
    • Wallets
    • Transfering Assets
    • Deposit & Withdrawal
    • Perpetual + Uniswap
    • FAQs
    • Guides
    • Legacy Reward Programs
    • Security
  • Hot Tub
  • Trading on Perp v2
    • How It Works
    • UI Overview
    • Perpetual Futures Basics
    • Trading Quick-start
    • Opening and Closing Positions
    • Account Value & More
    • Funding Payments
    • Order Types
    • Trading Fees and Gas Fees
    • Managing Risk
    • Multi-collateral
    • More docs
  • Providing Liquidity
    • Basics
    • Introduction to Maker UI
    • Add / Remove Liquidity
    • Estimated Fees and Rewards APR
    • More on LPing
    • Tools for LPs
  • Perp v2 Specs
  • Developer Docs
    • Developer FAQs
    • Source Code
    • Protocol Attributes
    • Contract guide
      • AccountBalance
      • BaseToken
      • ClearingHouse
      • CollateralManager
      • DelegateApproval
      • Exchange
      • InsuranceFund
      • MarketRegistry
      • OrderBook
      • QuoteToken
      • Vault
      • VirtualToken
    • Interface Contracts
      • IAccountBalance
      • IBaseToken
      • IClearingHouse
      • IClearingHouseConfig
      • IClearingHouseConfigEvent
      • ICollateralManager
      • IDelegateApproval
      • IERC20Metadata
      • IExchange
      • IIndexPrice
      • IInsuranceFund
      • IMarketRegistry
      • IOrderBook
      • IVault
      • IVirtualToken
    • Integration guide
    • Dev tools
Powered by GitBook
On this page
  • Taker Fees
  • Gas Fees

Was this helpful?

  1. Trading on Perp v2

Trading Fees and Gas Fees

Content Out of Date

This content is not maintained and refers to an out-of-date version of Perpetual Protocol.

For the latest documentation, see https://docs.perp.com

All trading fees are paid in USDC. This includes protocol fees paid to makers (i.e., liquidity providers).

Taker Fees

  • 0.10% on all trades.

For example, when you open or close a position with a value of 10,000 USDC, the trading fee will be:

= 0.001*10,000 USDC = 10 USDC

You can check the fees paid for your trades here: https://app.perp.com/history/trade

Currently, makers earn 80% of fees while the rest goes towards the insurance fund.

Gas Fees

Since Perp v2 is based on Ethereum's Layer 2 scaling solution Optimism, you'll have to pay L2 gas fees in ETH to execute a transaction whenever you open or close a position. There's also a gas fee to publish your transaction on L1 in a rollup batch.

You can track the gas fees in terms of both ETH and USD using this dashboard.

To learn more about how gas fees work on Optimism, check out this guide: https://help.optimism.io/hc/en-us/articles/4411895794715-Transaction-fees

Last updated 1 year ago

Was this helpful?