GameSwift Docs
  • GameSwift
    • Overview
  • GameSwift DAO
    • Chain
      • How to use?
      • Build with us
        • Network
        • Contracts
        • Fees
        • EVM
        • Opcodes
        • Transactions
      • Tools
        • Node Providers
        • Block Explorers
        • Bridges
        • Faucets
    • GSWIFT
      • Token Bridge
      • Community
      • Governance
  • Gameswift Products
    • Shop
      • Visit
    • Platform
      • Visit
    • Launcher
      • Download
    • GS Pay
      • Wallet
      • Visit
    • CDN
    • Unity-SDK
      • Getting started
      • Preparation for the game launch
      • Troubleshooting
      • Visit
    • Unreal-SDK
      • Installation
      • Integration
      • Troubleshooting
      • Visit
  • References
    • C# Unity-SDK
    • C# Unreal-SDK
    • ID API
    • Platform API
Powered by GitBook
On this page
  1. GameSwift DAO
  2. Chain
  3. Build with us

Fees

PreviousContractsNextEVM

Last updated 11 months ago

Each GameSwift Chain transaction involves two costs:

  • an L2 (execution) fee

  • an L1 (security) fee.

The L2 fee covers the cost of executing your transaction on the L2, while the L1 fee is the estimated cost of publishing the transaction on the L1. Typically, the L1 security fee is higher than the L2 execution fee.

The L1 fee fluctuates based on the number of transactions on the L1. If your transaction timing is flexible, you can reduce costs by submitting transactions during periods of lower gas fees on the L1, such as over the weekend.

Similarly, the L2 fee varies depending on the volume of transactions being submitted to the L2. This adjustment mechanism works the same way as on the L1. You can learn more about it here.

For more details on fee calculation on GameSwift Chain, please refer to the developer documentation.

OP Stack