Aptos Helper
  • Introduction
  • Usage
    • General
    • Modules
      • Swap
      • Liquidity
        • Add liquidity
        • Remove liquidity
      • Delegate
      • Unlock delegate
      • Supply
      • Withdraw
      • Transfer
      • Aptos Bridge
      • NFT collect
      • Graffio
    • Settings
      • Coin contracts
      • RPC urls
    • Tools
    • Wallets
    • Run settings
    • Gas calculation
    • Actions (Tasks)
  • Installation
    • Requirements
    • Launch
  • Contacts
  • OTHER
    • Tools
    • Settings
    • Coin contracts
  • Contacts
  • Support
Powered by GitBook
On this page
  1. Usage

Gas calculation

Gas price and Gas limit calculation method

PreviousRun settingsNextActions (Tasks)

Last updated 1 year ago

Before every transaction is sent to the blockchain, the gas is estimated. This estimated gas amount will be used for the actual transaction, so you can just set a high gas limit.

The best way to estimate the cost of gas for a transaction. Find the transaction of the protocol you need in the .

Gas fee = Gas Unit Price * Max Gas Limit

In the normal state of the network, the Gas Unit Price is almost always equal to 100 Octa.

100 Octa = 0.000001 APT

As a result, we get approx Gas params for transaction:

Gas Unit Price = 100
Max Gas Limit = 388
explorer
The Aptos Bridge transactions Gas parameters