Gas Fees Explained

แหล่งที่มา Cryptopolitan

Ethereum is a decentralized network that runs smart contracts and decentralized apps (dApps). Gas fees fuel every transaction and keep the network running smoothly. 

Anytime you send ETH, swap tokens, or mint an NFT, you pay gas fees.

This guide explains what gas fees are, why they matter, and how to keep them low.

What Are Gas Fees in Crypto?  

The Definition of Gas Fees  

Gas fees are the costs you pay to get transactions validated and processed on a blockchain like Ethereum. They reward validators who do the heavy lifting and keep the network secure. 

Gas fees depend on your transaction’s complexity and network traffic. They’re like service charges for using the blockchain.

Why Gas Fees Exist in Blockchain Networks  

Gas fees exist in blockchain networks to keep transactions running smoothly and securely. They make sure miners or validators get paid for using their computing power to process and confirm transactions. 

Without these fees, there’d be no real incentive for anyone to maintain the network.

Gas fees also help prevent spam. If sending transactions were free, people could flood the network with junk and slow everything down.  

Gas Fees vs. Transaction Fees: Are They the Same?  

Gas fees and transaction fees sound similar, but they aren’t exactly the same.

Gas fees are specific to blockchains like Ethereum. It’s like paying for the electricity and effort behind the scenes.

Transaction fees is a broader term. It can mean any fee you pay to move assets—whether it’s on Bitcoin, Ethereum, or even a traditional bank transfer.

So, all gas fees are transaction fees, but not all transaction fees are gas fees.

How Gas Fees Work  

Who Collects Gas Fees?   

Gas fees are collected by the people who keep the blockchain running—miners on proof-of-work (POW) networks and validators on proof-of-stake (POS) networks.

When you send a transaction, your gas fee goes to whoever successfully processes and confirms it. 

This payment rewards them for their computing power, time, and resources, and keeps them motivated to maintain the network’s security and reliability.

The gas fee you pay ends up in the wallet of the person who handled your transaction.

Gas Units, Gas Price, and Total Cost   

Gas Units measure how much “work” your transaction needs. A simple ETH transfer might use 21,000 gas units, but running a smart contract could take way more. Think of it like the amount of fuel needed.

Gas Price is how much you’re going to pay per gas unit, usually measured in gwei—tiny fractions of ETH.

Total Cost is gas units multiplied by gas price. It’s the final amount you pay for your transaction to go through.

How Miners and Validators Set Prices 

Miners and validators don’t just pull gas prices out of thin air—the blockchain rules decide them.

Ethereum uses a dynamic system, where every block has a base fee that’s set automatically. This base fee goes up when the network’s busy and drops when things are quiet.

You can also add a priority fee—basically a tip—to make your transaction more tempting so it gets processed faster. Validators pocket this tip as a reward for picking your transaction over others.

So, the protocol decides the base price, and you decide how generous you want to be with the tip. The final gas fee is a mix of both.

Examples from Ethereum, Bitcoin, and Other Chains 

As mentioned before, on Ethereum, the base fee isn’t chosen by validators—it’s set by the protocol. Etherscan provides real-time gas fee rates, updating about every 15 seconds with each new Ethereum block. 

Here’s an example of a simple Ether transfer: 

Ethereum Gas Fee Calculation (Example)

Given:

  • Transaction type: Ether transfer
  • Gas units required: 21,000 (standard ether transfer)
  • Base fee: 0.75 gwei
  • Priority fee: 0.015 gwei

 

Equations:

  1. Gas price = Base fee + Priority fee
    = 0.75 + 0.015
    = 0.765 gwei
  2. Gas fees (gwei) = Gas price × Gas units
    = 0.765 × 21,000
    = 16,065 gwei
  3. Gas fees (ETH) = 16,065 gwei × (1 ETH / 1,000,000,000 gwei)
    = 0.000016065 ETH
  4. Gas fees (USD) = 0.000016065 ETH × $4,000 / ETH
    = $0.06426 ≈ 6¢

    Note: 1 gwei = 10−9 ETH.

    Bitcoin works differently. Fees are based on transaction size in bytes and how many satoshis-per-byte you’re willing to pay. Solana charges a fixed base fee, plus an optional priority fee if you want your transaction to go faster. 

    Factors That Affect Gas Fees 

    Network Congestion 

    Gas fees shoot up when the blockchain is busy—kind of like surge pricing for ride-sharing. When too many people try to send transactions at the same time, the demand for block space goes up. 

    Validators can only fit so many transactions into each block, so they naturally pick the ones with higher fees first. 

    If you want your transaction to go through quickly, you’ll need to pay a higher gas price. But if you’re not in a hurry, waiting for a quieter time can save you a lot.

    Complexity of the Transaction 

    Not all transactions are created equal. Sending a bit of ETH from one wallet to another is simple and only needs the basic amount of gas. 

    But if you’re interacting with a smart contract—like swapping ERC-20 tokens on Uniswap, staking ETH on Lido, or minting an NFT—the network has to do more work.

    Any transaction on Ethereum is basically you asking the network to run some code. When the EVM runs that code, it changes the state of the blockchain. Gas is what you pay so validators run the code, update the state, and share it with everyone else.

    The bigger the change, the more gas it burns. 

    Blockchain Protocol Rules (Ethereum, Bitcoin, Solana, Polygon) 

    Every blockchain has its own rules. Consensus rules, block size and speed, and other features determine how much you pay in fees. Here’s a quick comparison:

    Blockchain Consensus Mechanism Block Time Avg. Tx Fee (USD) Peak Fee Estimate (USD) Fee Impact
    Ethereum Proof-of-Stake (PoS) ~12 sec ~$0.45 $2–$50 More predictable and gradually reducing.
    Bitcoin Proof-of-Work (PoW) ~10 min ~$0.83 $3–$15 Higher fees due to energy and congestion.
    Solana PoS + Proof-of-History ~0.4 sec ~$0.00025–$0.0028 ~$0.0005–$0.01 Very low fees, given high capacity.
    Polygon Proof-of-Stake (PoS) ~2 sec ~$0.0005–$0.01 ~$0.01–$0.10 Consistently low fees across activity levels

    Base Fee and Priority Tip (Ethereum EIP-1559) 

    In 2021, gas fees got a major upgrade with a new ethereum improvement proposal (EIP-1559). Instead of users guessing the right price to pay, the network now automatically sets a base fee for each block.

    The base fee is the minimum you need to pay for your transaction to be included in a block. It’s burned and permanently removed from circulation. This helps reduce ETH supply over time, making it more valuable.

    The base fee adjusts up or down depending on network demand. If a block is more than 50% full, the base fee goes up slightly; if it’s less, the fee drops.

    EIP-1559 also introduced a priority tip. This tip is optional. When the network is busy, it helps reduce wait time. The validator who picks your transaction gets this tip as a reward.

    Ethereum Gas Fees Explained in Detail 

    What Is Gwei? 

    Gwei is just a smaller unit of Ether, used to make gas fees easier to read. 

    Since gas prices are usually tiny fractions of ETH, writing them in ETH would be messy. Imagine saying “0.000000003 ETH” every time you talk about fees.

    Instead, we use gwei, where 1 ETH = 1,000,000,000 gwei—that’s a billion gwei. So if the gas price is 30 gwei, it really means you’re paying 0.00000003 ETH for each unit of gas.

    The term “gwei” comes from “giga-wei”—which means one billion wei. One gwei equals exactly one billion wei and it’s the smallest possible unit of ETH. A gwei is also known as nanoether.

    Think of it like cents to a dollar—but with way more zeros. Gwei keeps the numbers clean and the conversations simple when talking about gas fees.

    Did you know? A wei is named after Wei Dai, a cryptographer who created b-money in 1998. It’s an early digital currency idea that helped inspire modern cryptocurrencies.

    Gas Limit vs. Gas Price 

    Gas limit and gas price are two terms that sound similar but do very different jobs.

    The gas limit is the maximum amount of gas units you’re willing to let your transaction use. It’s like setting a budget for your transaction.  

    Simple ETH transfers have a fixed limit of 21,000 gas units. But for smart contract interactions, the exact gas needed isn’t always obvious. It depends on the contract code. For example, if you set the gas limit to 300,000 for minting an NFT, the EVM would consume 250,000, and you would get back the remaining 50,000.

    Transaction Type Gas Units Notes
    Simple ETH Transfer 21,000 Sending ETH from one wallet to another.
    ERC-20 Token Transfer ~50,000–65,000 Slightly higher since it calls a smart contract.
    ERC-20 Approval (approve) ~45,000–65,000 Needed before spending tokens via contracts (e.g., Uniswap).
    DEX Swap (Uniswap, Sushi, etc.) ~100,000–150,000 More complex, involves liquidity pools + token transfers.
    NFT Mint (ERC-721) ~100,000–250,000 Depends on contract complexity and metadata storage.
    NFT Transfer (ERC-721) ~50,000–80,000 Higher than ETH transfer because it interacts with token contracts.
    NFT Approval (setApprovalForAll) ~70,000–100,000 Grants marketplaces or dApps permission to manage your NFTs.
    DeFi Lending/Borrowing (Aave, Compound) ~200,000–500,000 Complex logic: collateral, interest rates, token interactions.
    Deploying a Smart Contract 500,000+ Can easily go into millions of gas depending on contract size.

    Setting a higher limit makes sure the transaction doesn’t fail if it ends up needing more gas than expected. 

    The gas price is how much you’re going to pay for each unit of gas, usually quoted in gwei. Paying high gas prices makes your transaction more attractive to validators, so it gets processed faster. Lower prices might save money but could mean waiting longer.

    EIP-1559 and the London Hard Fork 

    In August 2021, Ethereum launched the London Hard Fork, which bundled several proposals to improve fees, and user experience. The most important upgrade was EIP-1559.

    Before the upgrade, Ethereum used fixed block sizes. When demand spiked, blocks filled up fast and users had to wait for space. This made fees unpredictable and the user experience frustrating.

    EIP-1559 introduced variable-sized blocks. Now, each Ethereum block has a target size of 15 million gas, but blocks can grow or shrink with demand, up to a maximum of 30 million gas. 

    The network balances itself back to 15 million through a process called tâtonnement. If a block goes over the target, the protocol raises the base fee for the next block. If it falls under, the base fee goes down.

    The London Hard Fork included several other proposals:

    • EIP-3198: Gave smart contracts access to the block’s base fee. 
    • EIP-3529: Reduced gas refunds to stop spam and push writing of efficient code. 
    • EIP-3541: Blocked deployment of contracts with certain byte sequences to improve validation. 
    • EIP-3554: Delayed the “difficulty bomb” so developers had more time to work on the Merge.

    How Wallets Estimate Gas 

    When you send a transaction, your wallet uses live network data to make an educated guess.

    Most wallets, like MetaMask, fetch the current base fee from the Ethereum network and then look at how full recent blocks have been. They’ll also analyze how much gas similar transactions are using right now. Based on that, the wallet suggests a gas limit (so your transaction has enough room to run) and a priority tip.

    Many wallets even give you options—like “slow,” “average,” and “fast”—each with different priority tips. The faster you want it confirmed, the more you’ll pay.

    Gas Fees on Other Blockchains  

    Bitcoin Transaction Fees 

    Bitcoin doesn’t use gas like Ethereum—it charges fees based on a UTXO (Unspent Transaction Output) model. Any BTC transaction fees is based on two things:

    • Transaction size in bytes.
    • Fee per byte in SATs (satoshis).

    Every block on Bitcoin has a limited space of 1 megabyte, so miners naturally pick transactions with the highest fee-per-byte first. If the network is busy, you’ll need to offer more satoshis per byte to get confirmed quickly; if it’s quiet, you can get away with less.

    Bitcoin Transaction Fee Calculation (Example)

    Given:

    • Transaction size: 250 bytes
    • Current rate: 50 satoshis/byte

     

    Equations:

    1. Fees (satoshis) = Transaction size × Rate
      = 250 × 50
      = 12,500 satoshis
    2. Fees (BTC) = 12,500 satoshis × (1 BTC / 100,000,000 satoshis)
      = 0.000125 BTC
    3. Fees (USD) = 0.000125 BTC × $100,000 / BTC
      = $12.50

    Note: 1 BTC = 100,000,000 satoshis.

    Solana Gas Fees 

    Solana charges a tiny base fee of 5,000 lamports (the smallest unit of SOL) for each signature. A signature is cryptographic proof that shows an account has approved a transaction.

    Since one SOL equals a billion lamports, even at $100 per SOL the fee is about half a cent. Half of that fee is burned, and the other half goes to validators.

    On Solana, the priority fee is based on the compute unit limit and compute unit price. The compute unit limit is the maximum amount of computational work your transaction can use. The compute unit price is how much you’re willing to pay per unit in micro-lamports. 

    Adding a priority fee is optional for faster transactions and is pocketed by validators. 

    Solana Transaction Fee Calculation (Example)

    Given:

    • Signature: 1
    • Base fee: 5,000 lamports
    • Compute unit limit: 150,000 CU × 1.1 ≈ 165,000 CU
    • Compute unit price: 100 μ-lamports / CU = 0.0001 lamport / CU

     

    Equations:

    1. Priority fee = Compute unit limit × Compute unit price
      = 165,000 × 100 μ-lamports
      = 16,500,000 μ-lamports
      = 16.5 lamports
    2. Total fee (lamports) = Base fee + Priority fee
      = 5,000 + 16.5
      = 5,016.5 lamports
    3. Total fee (SOL) = 5,016.5 lamports × (1 SOL / 1,000,000,000 lamports)
      = 0.0000050165 SOL
    4. Total fee (USD) = 0.0000050165 SOL × $100 / SOL
      = $0.00050165

    Note: 1 SOL = 1,000,000,000 lamports; 1 μ-lamport = 0.000001 lamport.

    Polygon Gas Fees 

    Polygon’s proof-of-stake chain works a lot like Ethereum, but with way lower costs. It uses the same gas units × gas price formula, and gas prices are measured in gwei—except here, 1 gwei is a fraction of a POL token instead of ETH.

    Polygon Transaction Fee Calculation (Example)

    Given:

    • Transaction type: POL transfer
    • Gas units required: 21,000 (same standard as Ethereum)
    • Base fee: 30 gwei
    • Priority fee: 2 gwei

     

    Equations:

    1. Gas price = Base fee + Priority fee
      = 30 + 2
      = 32 gwei
    2. Gas fees (gwei) = Gas price × Gas units
      = 32 × 21,000
      = 672,000 gwei
    3. Gas fees (POL) = 672,000 gwei × (1 POL / 1,000,000,000 gwei)
      = 0.000672 POL
    4. Gas fees (USD) = 0.000672 POL × $0.60 / POL
      = $0.00040 (less than a tenth of a cent)

    Note: 1 gwei = 10−9 POL.

    Layer 2 Gas Fee Reductions (Arbitrum, Optimism, zkSync) 

    Layer 2 networks are built on top of Ethereum to make transactions faster and cheaper, without sacrificing security. They process most of the work off-chain and then settle the results back on Ethereum in batches—spreading the cost across many users.

    Arbitrum and Optimism use optimistic rollups, which assume transactions are valid by default and only run fraud checks if challenged. This approach can cut fees by up to 90% compared to mainnet Ethereum.

    zkSync uses zero-knowledge rollups, which bundle transactions together and submit a cryptographic proof to Ethereum. This proof confirms the batch is valid, reducing data storage costs and lowering fees significantly—often to just a few cents.

    Optimism Transaction Fee Calculation (Example)

    • Transaction type: ETH transfer
    • Gas units required: 21,000 (same as Ethereum)
    • Gas price: 0.000007 gwei

    Equations:

    1. Gas fees (gwei) = Gas price × Gas units
      = 21,000 × 0.000007
      = 0.147 gwei
    2. Gas fees (ETH) = 0.147 gwei × (1 ETH / 1,000,000,000 gwei)
      = 0.000000000147 ETH
    3. Gas fees (USD) = 0.000000000147 ETH × $4,000 / ETH
      = $0.000000588 (nearly free)

     

    Arbitrum Transaction Fee Calculation (Example)

    • Transaction type: ETH transfer
    • Gas units required: 21,000 (same as Ethereum)
    • Gas price: 0.01 gwei

    Equations:

    1. Gas fees (gwei) = Gas price × Gas units
      = 21,000 × 0.01
      = 210 gwei
    2. Gas fees (ETH) = 210 gwei × (1 ETH / 1,000,000,000 gwei)
      = 0.000000210 ETH
    3. Gas fees (USD) = 0.000000210 ETH × $4,000 / ETH
      = $0.00084 (less than one-tenth of a cent)

     

    zkSync Transaction Fee Calculation (Example)

    • Transaction type: ETH transfer
    • Gas units required: 21,000 (same as Ethereum)
    • Gas price: 0.15 gwei

    Equations:

    1. Gas fees (gwei) = Gas price × Gas units
      = 21,000 × 0.15
      = 3,150 gwei
    2. Gas fees (ETH) = 3,150 gwei × (1 ETH / 1,000,000,000 gwei)
      = 0.00000315 ETH
    3. Gas fees (USD) = 0.00000315 ETH × $4,000 / ETH
      = $0.0126 (~1.3 cents)

    Note: 1 gwei = 10−9 ETH.

    Why Gas Fees Fluctuate 

    Peak Usage Times 

    Gas fees usually climb when trading activity is at its highest. Ethereum trading volume isn’t evenly spread across the world—it follows market hours. 

    Europe handles about a third of global crypto volume and the US pushes trillions in yearly trades. That’s why gas fees often spike during US–EU overlap hours.

    Asia-Pacific is close behind, making up more than a third of global volume. Countries like India, Vietnam, and South Korea see strong activity, which means fees can also rise during Asian market hours.

    Fees usually drop on weekends and public holidays since fewer traders are active. They also follow market cycles. Bull runs push fees higher, while bear markets calm things down and make gas fees cheaper.

    Large On-Chain Events (NFT Drops, Token Launches) 

    Massive on-chain events can send gas fees through the roof. When a hyped NFT collection drops or a new token launches, thousands of users often try to interact with the same smart contract at the exact same time.

    This creates intense competition for block space, and validators naturally pick the transactions with the highest fees first. As people keep raising their gas prices to outbid others, costs can skyrocket in minutes.

    Network Upgrades and Fee Model Changes 

    Gas fees can change dramatically when a blockchain updates its rules or introduces a new fee system. For example, Ethereum’s London Hard Fork made fees more predictable but still sensitive to demand.

    Other upgrades might tweak block size, validator incentives, or how transactions are prioritized, all of which can impact what you pay. Even small changes in protocol logic can shift fees up or down, especially if they affect how much data a transaction uses or how quickly blocks fill up.

    How to Reduce Gas Fees 

    Use Off-Peak Transaction Times 

    One of the easiest ways to save on gas fees is to send your transactions when the network isn’t highly active. 

    On Ethereum, fees often drop during weekends or late at night, when fewer people are trading, minting NFTs, or interacting with DeFi. When you avoid peak hours, you’ll face less competition for block space, which means lower gas price.

    Choose Cheaper Networks or Layer 2 Solutions 

    Layer 2s like Arbitrum, Optimism, and zkSync run on top of Ethereum but process most of the work off-chain, so you still get Ethereum’s security at a fraction of the price. A swap that might cost $5–$10 on mainnet can be well under $1 on a Layer 2.

    Alternatively, you can choose entirely different blockchains—like Polygon, Solana, or BNB Chain—where fees are often just pennies or even fractions of a cent. For frequent transactions, those savings add up fast.

    Bundle Transactions Where Possible 

    Instead of paying separate fees for each action, a bundled transaction processes them together. So you only pay for the combined gas cost once.

    For example, some DeFi protocols let you approve and swap tokens in a single transaction. Some NFT marketplaces may allow batch transfers. While the gas limit for a bundled transaction is higher than a single simple one, it’s still much cheaper than sending each transaction separately.

    Set Custom Gas in Your Wallet 

    Most wallets let you manually set your gas price and gas limit, giving you more control over how much you pay. Instead of accepting the default “fast” or “instant” options, you can lower the priority fee if you’re not in a rush.

    For example, if the suggested priority tip is 2 gwei, you might try 1 gwei or even less during quieter periods. Just remember, setting it too low could fail your transaction if the network gets busy.

    Common Misconceptions About Gas Fees 

    Paying Higher Gas Always Makes Transactions Faster 

    This one’s easily believed, but it’s not always true.

    Yes, if you pay more, your transaction tends to get picked sooner, but that doesn’t guarantee lightning-fast confirmations, especially when blocks are packed tight or when the network behaves unexpectedly. 

    There’s also a point of diminishing returns. After a certain level, adding more gas doesn’t make your transaction noticeably faster, it just makes it more expensive.

    Gas Fees Are the Same Across All Blockchains 

    It’s easy to assume that all blockchains charge similar fees, but that’s not true. 

    The fees you pay depend on how a blockchain reaches consensus, how big and fast its blocks are, and the features or upgrades it has in place.

    • Consensus mechanism: Blockchains use different systems like proof-of-work (POW) or proof-of-stake (POS), and these change how much computing power is needed, which affects fees.
    • Block size and speed: Networks with bigger or faster blocks can handle more transactions, which often keeps fees lower.
    • Network features: Upgrades or unique rules in a network can also impact how fees are set.

    Gas fees aren’t universal—they depend entirely on the blockchain you’re using and how that network is built.

    Gas Fees Go to the Blockchain Company 

    A lot of people think gas fees are like a service charge paid to the company “running” the blockchain. This is not applicable because blockchains are decentralized. 

    On Ethereum, the base fee is burned while the priority tip goes to the validator who processes your transaction. Bitcoin fees go to miners as part of their block rewards, and on Solana or Polygon, validators earn the fees for validating transactions.

    Gas fees are either destroyed or paid out to the network participants who keep things running.

    Future of Gas Fees

    Ethereum Scaling Plans (Sharding, Rollups) 

    Ethereum’s long-term plan to tame gas fees is through sharding and rollups.

    Sharding will split the Ethereum network into smaller chains called “shards.” Each shard works like a mini-database, handling queries and transactions on its own. Shards will make Ethereum faster and more efficient. 

    Rollups—like Optimistic Rollups and Zero-Knowledge Rollups are already live on Layer 2. They batch transactions off-chain and submit them to Ethereum in bulk, slashing the cost per transaction while keeping Ethereum-level security.

    Rollups and sharding will make high fees the exception, not the rule.

    Gasless Transactions and Meta Transactions 

    Gasless transactions let you use a blockchain without paying gas fees. Instead, a third party—often called a relayer—covers the cost and might get reimbursed later in tokens, stablecoins, or even through advertising or promotions.

    Meta transactions work in a similar way. You sign a transaction off-chain, and the relayer submits it on-chain while paying the gas. This approach is popular in dApps and games where developers want to give users a smooth, “no-wallet-hassle” experience.

    The big win here is usability—people can interact with the blockchain without worrying about gas, which makes onboarding new users much easier.

    Competing Low-Fee Blockchains 

    A growing number of blockchains are competing by offering fast transactions with fees so low they’re almost invisible. 

    Solana charges fractions of a cent for most actions, even during high activity. Polygon mirrors Ethereum’s functionality but keeps costs down to pennies or less. BNB Chain combines low fees with high throughput, making it popular for DeFi and gaming.

    These networks attract users and developers who want to avoid Ethereum’s sometimes steep gas costs, especially for high-volume or low-value transactions. 

    Wrapping Up 

    Gas fees are a huge part of how blockchains work. They keep networks secure, reward the people who validate transactions, and stop the system from being spammed.

    With smart timing, the right tools, and newer scaling solutions, you can often bring those fees way down.

    In the end, understanding gas fees isn’t just about saving money—it’s about making better, faster, and more informed moves in the crypto world.

    ข้อจำกัดความรับผิดชอบ: เพื่อการอ้างอิงเท่านั้น ผลการดำเนินงานในอดีตไม่ได้บ่งบอกถึงผลลัพธ์ในอนาคต
    placeholder
    คาดการณ์ราคา USDJPY: เคลื่อนไหวไซด์เวย์เหนือระดับ 147.00 ก่อนเหตุการณ์สำคัญระหว่างสหรัฐฯ-ญี่ปุ่นคู่ USDJPY ปรับฐานอยู่ในกรอบแคบ ๆ ที่ประมาณ 147.40 ในช่วงปลายตลาดลงทุนเอเชียวันพฤหัสบดี คู่เคลื่อนไหวไซด์เวย์ขณะที่นักลงทุนรอคอยคำปราศรัยของประธานธนาคารกลางสหรัฐฯ (เฟด) เจอโรม พาวเวลล์ ในวันศุกร์
    ผู้เขียน  FXStreet
    9 ชั่วโมงที่แล้ว
    คู่ USDJPY ปรับฐานอยู่ในกรอบแคบ ๆ ที่ประมาณ 147.40 ในช่วงปลายตลาดลงทุนเอเชียวันพฤหัสบดี คู่เคลื่อนไหวไซด์เวย์ขณะที่นักลงทุนรอคอยคำปราศรัยของประธานธนาคารกลางสหรัฐฯ (เฟด) เจอโรม พาวเวลล์ ในวันศุกร์
    placeholder
    น้ำมันดิบ WTI ดีดตัวขึ้นเหนือ $62.50 เนื่องจากน้ำมันดิบคงคลังของสหรัฐฯ ลดลงมากกว่าที่คาดการณ์ไว้น้ำมันดิบเวสต์เทกซัสอินเตอร์มีเดียต (WTI) ซึ่งเป็นเกณฑ์มาตรฐานน้ำมันดิบของสหรัฐฯ ซื้อขายอยู่ที่ประมาณ 62.80 ดอลลาร์ในช่วงเช้าของตลาดลงทุนเอเชียวันพฤหัสบดี WTI ขยับสูงขึ้นเนื่องจากน้ำมันดิบคงคลังสหรัฐฯ ลดลงมากกว่าที่คาดการณ์ไว้
    ผู้เขียน  FXStreet
    14 ชั่วโมงที่แล้ว
    น้ำมันดิบเวสต์เทกซัสอินเตอร์มีเดียต (WTI) ซึ่งเป็นเกณฑ์มาตรฐานน้ำมันดิบของสหรัฐฯ ซื้อขายอยู่ที่ประมาณ 62.80 ดอลลาร์ในช่วงเช้าของตลาดลงทุนเอเชียวันพฤหัสบดี WTI ขยับสูงขึ้นเนื่องจากน้ำมันดิบคงคลังสหรัฐฯ ลดลงมากกว่าที่คาดการณ์ไว้
    placeholder
    AUD/JPY เผชิญแรงขายต่ำกว่า 95.00 ท่ามกลางบรรยากาศที่ระมัดระวังในช่วงเช้าของตลาดลงทุนยุโรปวันพุธ คู่ AUDJPY ดึงดูดผู้ขายเข้ามาใกล้ระดับ 94.95 เงินเยนญี่ปุ่น (JPY) แข็งค่าขึ้นเมื่อเทียบกับดอลลาร์ออสเตรเลีย (AUD) ท่ามกลางอารมณ์ระมัดระวังในตลาด
    ผู้เขียน  FXStreet
    เมื่อวาน 10: 05
    ในช่วงเช้าของตลาดลงทุนยุโรปวันพุธ คู่ AUDJPY ดึงดูดผู้ขายเข้ามาใกล้ระดับ 94.95 เงินเยนญี่ปุ่น (JPY) แข็งค่าขึ้นเมื่อเทียบกับดอลลาร์ออสเตรเลีย (AUD) ท่ามกลางอารมณ์ระมัดระวังในตลาด
    placeholder
    ทองคำร่วงแตะระดับต่ำสุดในรอบสามสัปดาห์ ขณะที่ดอลลาร์สหรัฐมีเสถียรภาพและความหวังในการสันติภาพระหว่างรัสเซีย-ยูเครนเพิ่มขึ้นทองคํา (XAU/USD) ตกลงสู่ระดับต่ำสุดในรอบเกือบ 3 สัปดาห์ในช่วงเซสชันเอเชียวันพุธ โดยขณะนี้นักลงทุนตลาดหมีกําลังรอการทะลุระดับอย่างต่อเนื่องต่ำกว่าเส้นค่าเฉลี่ยเคลื่อนที่ (SMA) 100 วัน ก่อนที่จะปรับตําแหน่งเดิมพันการปรับตัวขาลงเพิ่มเติม
    ผู้เขียน  FXStreet
    เมื่อวาน 05: 59
    ทองคํา (XAU/USD) ตกลงสู่ระดับต่ำสุดในรอบเกือบ 3 สัปดาห์ในช่วงเซสชันเอเชียวันพุธ โดยขณะนี้นักลงทุนตลาดหมีกําลังรอการทะลุระดับอย่างต่อเนื่องต่ำกว่าเส้นค่าเฉลี่ยเคลื่อนที่ (SMA) 100 วัน ก่อนที่จะปรับตําแหน่งเดิมพันการปรับตัวขาลงเพิ่มเติม
    placeholder
    การคาดการณ์ราคา AUD/USD: ดอลลาร์ออสเตรเลียร่วงลงสู่ระดับต่ำสุดในรอบสองสัปดาห์ มองหาการหลุดต่ำกว่า 0.6450ดอลลาร์ออสเตรเลีย (AUD) อ่อนค่าลงเมื่อเทียบกับดอลลาร์สหรัฐ (USD) ในวันอังคาร โดย AUD/USD ลดลงไปแตะระดับต่ำสุดในรอบสองสัปดาห์
    ผู้เขียน  FXStreet
    เมื่อวาน 02: 03
    ดอลลาร์ออสเตรเลีย (AUD) อ่อนค่าลงเมื่อเทียบกับดอลลาร์สหรัฐ (USD) ในวันอังคาร โดย AUD/USD ลดลงไปแตะระดับต่ำสุดในรอบสองสัปดาห์
    goTop
    quote