PolySmartChain
English
English
  • PSC Development Documentation
  • Overview
    • PolySmartChain Introduction
    • PSC Token
    • PolySmartChain Network
  • Blockchain Foundation
    • Types of Blockchain
    • Consensus Mechanism
    • GAS
    • Block
    • Account
    • WEB2 and WEB3
    • DAPP
    • Transaction
  • Economics
    • PSC Token Economics
    • PSC Token Effectiveness
  • Developer
    • Virtual Machine(EVM)
    • Deploy the First Contract
    • Release PRC-20 Token
    • Release PRC-721 Token
  • Node
    • RPC Node
    • Deploy
    • private chain
    • Developer Tools
    • Infrastructure
    • Smart Contract Libraries
  • Explorer
    • Explorer
  • Wallet
    • Supported Wallets
    • Using Metamask
    • Using TokenPocket
    • Using Imtoken
    • ImToken quick add network
  • Poly Bridge
    • PolyBridge Introduction
    • PolyBridge No-EVM Operation Tutorial
      • WDC to PSC(WDCSpace)
      • TRON to PSC(TronLink)
    • PolyBridge EVM Operation Tutorial
      • BNB Chain to PSC(MetaMask)
      • BNB Chain to PSC(Imtoken)
      • BNB Chain to PSC(TokenPocket)
    • PolyBridge Contracts
    • PolyBridge FAQ
  • DAPP
    • Swanswap
      • How to buy PSC tokens in Swanswap
      • How to Add PSC-USDT Liquidity in Swanswap
    • NFT Auction
      • Claim PolyJetClub
      • View PolyJetClub in the MetaMask Wallet
    • Social
      • Register Social
    • Mining Pool
      • Stake LP Token to Mining Pool
      • Mining Pool FAQ
    • Stake-in-farmV2
    • PolyDao Proposal Description
      • PolyDao Proposal FAQ
  • Resource
    • Resource
    • Contract
Powered by GitBook
On this page
  1. Blockchain Foundation

GAS

PreviousConsensus MechanismNextBlock

Last updated 3 years ago

What is Gas?

"Gas" is the name for a special unit used in smart contract enabled blockchain networks. It measures how much "work" an action or set of actions takes to perform: for example, to calculate one Keccak256 cryptographic hash it will take 30 gas each time a hash is calculated, plus a cost of 6 more gas for every 256 bits of data being hashed. Every operation that can be performed by a transaction or contract on the platform costs a certain number of gas, with operations that require more computational resources costing more gas than operations that require few computational resources.

Resources

What is meant by the term "Gas"?