MARKET
Start from zero · 11 min read

What is a gas fee — and why is the one you actually pay set by your exchange?

Quick answer. A gas fee is the price of room in the next block. You are paying for computation and space, never for the amount you send, which is why moving $50 and $500,000 costs exactly the same. On Ethereum in September 2026 a token transfer runs about $0.05. But the number you actually pay to move money off an exchange is a withdrawal fee the exchange sets — and on one exchange’s own table the same USDT cost 0.01 over one network and 1.5 over another — 150 times, same money arriving.

Two things about gas fees are widely believed and both are out of date. The first is that Ethereum is expensive: today a token transfer on it costs about five cents. The second is that the fee you see on your withdrawal screen is the gas fee. It is not. It is a price your exchange chose, and picking the wrong line of that dropdown can cost 150 times the right one. This page covers what gas actually is, what a transfer really costs right now, why the exchange’s number is different, and the one comparison that tells you whether a transfer is worth making at all.

A meter charging by the slot rather than by the amount, with three parcels of very different sizes each paying the same price
The meter is counting room in the block, not money in the parcel.

KEY TAKEAWAYS

  • Gas is a unit of work. Your fee is gas used × gas price, and the amount you are sending is not in that formula anywhere.
  • At the 0.374 gwei quoted on 17 Sep 2026 with ether near $1,883, a 65,000-gas token transfer costs about $0.05 — and about $12.24 if gas spikes to 100 gwei.
  • A withdrawal fee is a flat price the exchange sets. On Binance’s own table on 11 Sep 2026, USDT cost 0.01 over BNB Smart Chain and 1.5 over Tron150 times, one dropdown apart.
  • That price has come unglued from the chain. Solana, one of the cheapest chains alive, was charged at roughly 500× its own cost; BNB Smart Chain at less than cost.
  • Compare the fee to your risk budget, not your position. On a $500 position risking 1%, a $3.00 Tron round trip is 60% of everything you were willing to lose — and 150% on a $200 position.

What is a gas fee, in one paragraph?

Every blockchain has a hard limit on how much work fits in each block. Because the room is scarce and the demand is not, the room is auctioned. Gas is the unit the work is measured in: a plain coin transfer is 21,000 gas on Ethereum, a token transfer roughly 65,000, a decentralised-exchange swap several times that. Your fee is simply the gas your transaction consumes multiplied by the gas price bid at that moment, quoted in gwei — a billionth of an ether. Other chains use other words. Tron charges energy and bandwidth, Solana charges a tiny base fee plus an optional priority tip. The vocabulary changes; the economics do not. You are renting a slot in the next block, and the rent floats with how many other people want one.

Since Ethereum’s 2021 fee reform, that rent splits in two. A base fee rises and falls automatically with how full recent blocks were, and it is destroyed rather than paid to anyone. On top of it sits a priority fee, a tip you choose, which is what actually persuades a validator to put you near the front of the queue. When people talk about gas “going up”, they almost always mean the base fee — the crowd, not the tip.

The important consequence is buried in that description: nothing in it refers to the amount being moved. The chain does not know or care whether the transfer field says 50 or 500,000. It is selling space.

Why doesn’t the fee depend on how much you send?

Because both transactions are the same job. Sending 50 USDT and sending 500,000 USDT call the identical contract function, change the identical two balance entries, and occupy the identical room in the block. Around 65,000 gas each. The number in the amount field is just a number in a field.

This is the single most useful thing to understand about gas, and it has an uncomfortable implication. A fee that does not scale with size is a fixed cost, and fixed costs are regressive. The same five cents is 0.1% of a $50 transfer and 0.00001% of a $500,000 one. Nobody notices the fee on the large transfer because it is genuinely irrelevant there. The small account, which can least afford it, pays the highest effective rate — and that pattern repeats at every layer of this business, from withdrawal fees to minimum order sizes.

It also explains a habit worth building: move money in fewer, larger transfers. Four transfers of $250 cost four fees. One transfer of $1,000 costs one. Nothing else about the two routes differs.

Three transfers of very different sizes occupying identical space in a blockA block is drawn as a container with limited room. Inside it sit three transfers: fifty USDT, five thousand USDT and five hundred thousand USDT. All three occupy exactly the same amount of space, all three consume sixty-five thousand gas, and all three are charged the same five cent fee. A note explains that the chain sells room and computation, so the amount being sent never enters the price.A BLOCK SELLS ROOM. THE AMOUNT YOU SEND NEVER ENTERS THE PRICE.Next block — finite roomevery slot below is the same size because every transfer is the same workSend 50 USDT65,000 gasfee $0.05Send 5,000 USDT65,000 gasfee $0.05Send 500,000 USDT65,000 gasfee $0.05What people assumefee = a % of the amountso small transfers are cheapWhat actually happensfee = gas used × gas priceso small transfers are theexpensive ones, in %$50 and $500,000 run the same code, take the same room, pay the same fee.As a share of the transfer that is 0.1% on the small one and 0.00001% on the large one.A fixed cost is not a small cost. It is a cost that punishes small accounts.
The chain prices work and space. The number in the amount field is not an input to anything.

What does a transfer actually cost right now?

Here is the arithmetic in full, so you can redo it with tomorrow’s numbers instead of trusting today’s. Cost in ether = gas used × gas price in gwei × 10−9; cost in dollars = that, times the ether price. Take a token transfer at 65,000 gas, and the gas price quoted on Etherscan on 17 September 2026, 0.374 gwei, with ether around $1,883:

Gas priceWorkingIn etherIn dollars
0.374 gwei (quoted 17 Sep 2026)65,000 × 0.374 × 10−90.0000243$0.05
2 gwei (an ordinary calm day)65,000 × 2 × 10−90.000130$0.25
10 gwei (busy)65,000 × 10 × 10−90.000650$1.22
30 gwei (crowded)65,000 × 30 × 10−90.00195$3.67
100 gwei (a genuine spike)65,000 × 100 × 10−90.00650$12.24

Two readings come out of that table. The first is that Ethereum’s reputation for being expensive is several years stale. The fee structure changed, then the data-availability upgrade of 2024 cut costs again by roughly 95%, and mainnet has spent long stretches of 2026 quoting a fraction of a gwei. A five-cent transfer is not a rounding error in anyone’s favour — it is a different network from the one people remember.

The second is that the range is 267 times wide, and the top of it is not hypothetical. Gas spikes exactly when everyone wants to move at once, which is to say during the market events that made you want to move in the first place. Any plan that depends on a cheap transfer is a plan that fails on the day it matters.

Cost of one 65,000-gas token transfer at five gas pricesFive horizontal bars drawn strictly to scale. At nought point three seven four gwei the transfer costs five cents and the bar is barely visible. At two gwei it is twenty-four cents. At ten gwei one dollar twenty-two. At thirty gwei three dollars sixty-seven. At one hundred gwei twelve dollars twenty-four, the longest bar. A note says the whole range is the same transaction, priced by how many other people want the same block.ONE TOKEN TRANSFER, 65,000 GAS, ETHER AT $1,883 - PRICED AT FIVE GAS LEVELS0.374 gwei (17 Sep 2026)$0.052 gwei (a calm day)$0.2410 gwei (busy)$1.2230 gwei (crowded)$3.67100 gwei (a spike)$12.24Same transaction every time. Same 65,000 gas. Only the queue changed.The two cheapest bars are nearly invisible beside the top one. That 267x spread is the point.Drawn strictly to scale at 42.48 pixels per dollar.
Bars are drawn strictly to scale at 42.48 pixels per dollar, so the visual gap is the real gap.

One more thing this arithmetic hides: a failed transaction still costs gas. If your swap reverts because the price moved past your slippage limit, the work was still done and the fee is still taken. You paid for the room, and the room does not care what happened in it.

Then why is your exchange charging so much more?

Because a withdrawal fee is not a pass-through of what the chain charged. It is a flat price the exchange sets, per token and per network, and it moves on the exchange’s schedule rather than the network’s. We read Binance’s own USDT withdrawal table on 11 September 2026 and published all nineteen networks. Set four of those lines beside what the underlying chains actually cost and the connection between the two numbers falls apart:

NetworkRoughly what the chain chargesBinance fee, 11 Sep 2026Ratio
Solana~$0.00060.3 USDT~500× the chain cost
Ethereum (ERC-20)~$0.05 at 0.374 gwei0.3 USDT~6.6×
Tron (TRC-20)~$1.60–2.20 burned without staked energy1.5 USDTroughly at cost
BNB Smart Chain (BEP-20)a few cents0.01 USDTbelow cost

Read the first and last rows together. Solana is one of the cheapest chains in existence and is charged at roughly five hundred times what it costs. BNB Smart Chain is charged at a fraction of a cent, which cannot be covering the gas. Neither number is dishonest — a flat fee is a product decision, some networks subsidise others, and exchanges stake energy in bulk on chains like Tron to buy at a price you cannot get. But it does mean one thing plainly: the chain’s cost and your cost have come unglued from each other.

Which produces the spread that matters. In Binance’s own table on that date, the same USDT cost 0.01 over BNB Smart Chain and 1.5 over Tron150 times more, for an identical balance arriving at the other end. That 150× is not a difference between exchanges, or between a good decision and a bad one. It is one dropdown on one screen.

A warning about every number above. Withdrawal schedules change without announcement, and third-party fee trackers disagree with each other — while writing this we found the same Solana USDT withdrawal quoted at 0.5 and at 1 USDT by two 2026 sources, against the 0.3 we read on the exchange itself. Treat these tables as a worked example of a method, not a price list. The only figure that is true is the one printed on your own withdrawal screen at the moment you press confirm, and reading it takes four seconds.

Should you compare the fee to your position, or to your risk?

Almost everyone compares it to the position. “1.5 USDT on a $500 transfer is 0.3% — who cares.” That denominator is wrong, and it is wrong in a way that quietly ruins small accounts.

You never risk the position. You risk the distance to your stop. If you follow the ordinary 1–2% rule, a $500 position at 1% risk puts $5 at stake — that is the whole budget, the entire amount the trade is permitted to lose. Now put a Tron round trip beside it: 1.5 USDT in, 1.5 USDT out, $3.00. That is 60% of the budget, spent before the trade has an opinion about anything.

PositionRisk at 1%Tron round trip $3.00Same trip over BEP-20, $0.02
$200$2.00150% of risk1.0% of risk
$500$5.0060% of risk0.4% of risk
$1,000$10.0030% of risk0.2% of risk
$5,000$50.006% of risk0.04% of risk
$20,000$200.001.5% of risk0.01% of risk

Read the first row again. On a $200 position at 1% risk, the Tron round trip costs 150% of the risk budget — more than the trade was ever allowed to lose. There is no entry, no stop placement and no market view that repairs that; the trade was decided before it was taken. And the right-hand column is the same money on the same day through a different line of the same dropdown.

A three dollar round trip over Tron measured against a one percent risk budgetFive horizontal bars drawn strictly to scale showing what a three dollar twenty round trip costs as a share of the money actually at risk. On a two hundred dollar position it is one hundred and sixty percent, longer than the dashed line marking one hundred percent. On five hundred dollars it is sixty-four percent. On one thousand dollars thirty-two percent. On five thousand dollars six point four percent. On twenty thousand dollars one point six percent.A $3.00 ROUND TRIP OVER TRON, AS A SHARE OF A 1% RISK BUDGET100% of risk budget$200 position150%$500 position60%$1,000 position30%$5,000 position6%$20,000 position1.5%The fee never changes. What changes is how much of your risk budget it already spent.Above the dashed line the transfer costs more than everything you were willing to lose. The same trip over BNB Smart Chain costs $0.02.Drawn strictly to scale at 3.467 pixels per percentage point.
Bars drawn strictly to scale at 3.467 pixels per percentage point. The dashed line is your entire risk budget.

If you want a threshold rather than a feeling, here is ours and the working is one line. Call a transfer negligible when the round trip is under 5% of the risk budget. At $3.00 that needs a risk budget of $60, which at 1% risk means a position of about $6,000. Below that, on that network, transferring is a real cost that belongs in the decision. Note what the rule does not say: it does not say trade bigger. It says transfer less and choose the line deliberately — move once, trade many times from the same place, and stop shuttling money between venues for small differences.

Which network should you actually pick?

In this order, and the first question outranks every other consideration:

  1. Does the destination support that exact network? Not the coin — the network. Same ticker, different chain, different contract, and a mismatch usually means the money is gone. This question is not negotiable and is not a cost question.
  2. What does your exchange charge for it? Read the posted fee on the withdrawal screen for two or three supported networks. The spread between them is typically larger than anything else on this page.
  3. Is the destination congested or paused? Exchanges suspend networks during upgrades and incidents. A suspended network is a stuck withdrawal, not a lost one, but it is a wait you did not plan.
  4. Do you actually know this chain? A network you have used before, at a fee two cents higher, beats an unfamiliar one every time. The downside distribution is not symmetric: the saving is cents, the mistake is the whole amount.

And the step most people skip: send a small test transfer first when the route is new. Yes, you pay the fee twice. Given section five, you now know exactly what that insurance costs you, which is the point of knowing the number at all.

SEE IT YOURSELF

The whole of section four is checkable in two minutes and costs nothing. Open the withdrawal page for a stablecoin you hold, change the network selector two or three times, and watch the posted fee move while the chain you are comparing against does not. Then open any public gas tracker in another tab and compare. The gap you are looking at is the exchange’s price, written in its own words:

Referral links — they never change our assessment. Education only; most retail traders lose money.

What a gas fee is NOT

Not a percentage. There is no rate. There is a quantity of work and a price per unit of work, and your transfer size appears in neither.

Not money paid to your exchange. Gas goes to the network — partly destroyed, partly to whoever produces the block. The exchange’s withdrawal fee is a separate charge that merely happens to be denominated in the same units of pain, and section four is the evidence that the two have stopped tracking each other.

Not a purchase of certainty. A priority fee buys you position in the queue, not a guaranteed outcome. Pay a large tip into a volatile block and you can still be reverted, front-run, or simply beaten to the price.

Not refundable when things go wrong. Failed and reverted transactions still burn the gas they consumed. You bought the room; whether the meeting went well is not the landlord’s problem.

Not charged at all on a centralised exchange trade. Buying and selling inside an exchange never touches a chain — it edits rows in that company’s database. Gas appears twice only: on the way in, and on the way out. This follows directly from what a blockchain actually is.

Where this reasoning breaks down

Three ways the argument above can mislead you. First, every figure here is a snapshot. At 0.374 gwei a mainnet transfer costs five cents; at 100 gwei the same transfer costs $12.24, and an exchange that is charging six times the chain cost today would be charging a fortieth of it on that day. The method survives the change of numbers; the conclusions do not. Second, minimising fees is the wrong objective the moment it pushes you onto a network you do not know. One wrong-network send loses the entire amount, and no quantity of saved cents pays for it — the expected value of familiarity is enormous and almost nobody prices it. Third, the arithmetic in section five is not an argument for bigger positions. If your account makes a $3.00 round trip material, the answer is to transfer less often, or not at all, and never to raise risk so the fee looks smaller against it. That second move solves the ratio by making the real problem worse.

Where should a beginner go from here?

If the withdrawal-fee side interested you most, the full nineteen-network table sits on Binance withdrawal fees by network. Otherwise the natural next step is the layer underneath this one: what a blockchain actually is, which explains why blocks are scarce in the first place and why your deposit waits for confirmations. From there, withdrawing crypto safely turns the network-selection question in section six into a checklist you can follow while tired.

On the money side, the comparison in section five only works if you already know what your risk budget is, which is what the position size calculator and the 1–2% rule exist to settle. And if the fee-versus-cost habit interests you, maker and taker fees and slippage are the two costs that are quietly larger than gas for anyone trading rather than transferring.

FAQ

What is a gas fee in simple terms?

A gas fee is the price of space in the next block. You are renting room for a piece of computation, so the fee is set by how much work your transaction takes and how many other people want room at the same moment. It has nothing to do with how much money you are moving.

Why is the gas fee the same whether I send $50 or $50,000?

Because both transactions run the same code and take the same space. A token transfer costs roughly 65,000 gas whether the amount field says 50 or 50,000. The chain charges for work, not value, which makes the fee a fixed cost — painless on large transfers and punishing on small ones.

How much does an Ethereum transfer cost in 2026?

Far less than its reputation. At the 0.374 gwei gas price quoted on 17 September 2026 and ether near $1,883, a 65,000-gas token transfer works out at about $0.05. The same transfer costs about $1.22 at 10 gwei and about $12.24 if gas spikes to 100 gwei, so the number is a snapshot rather than a constant.

Why is my exchange withdrawal fee different from the gas fee?

Because a withdrawal fee is a flat price the exchange sets per token and per network, not a pass-through of what the chain charged. On Binance’s own USDT table on 11 September 2026, Solana cost 0.3 USDT against a chain cost near $0.0006 — roughly 500 times — while BNB Smart Chain cost 0.01 USDT, less than the gas it consumes. The two numbers are no longer connected.

When is a transfer fee too big to be worth paying?

Compare it to your risk budget, not to your position. On a $500 position risking 1%, the money at stake is $5, so a 1.5 USDT Tron fee each way eats 60% of it. On a $200 position the round trip costs 150% of the risk budget — more than the whole amount you were willing to lose. Below roughly a $6,000 position at 1% risk that round trip is not a rounding error, though the same trip over a 0.01 USDT network costs 1% of the same budget.

Risk reminder: education, not advice. Crypto is volatile; most retail traders lose money, and you should never commit money you need.

Gas accounting, the base-fee and priority-fee split, and the 21,000 / 65,000 gas figures are general properties of Ethereum and EVM chains. The gas price of 0.374 gwei is the figure quoted by Etherscan’s gas tracker on 17 September 2026 and the ether price of $1,883 is from the same day; both move constantly and the working is shown so you can substitute today’s. The withdrawal fees are exchange-set and flat; the USDT figures quoted here were read from Binance’s own published table on 11 September 2026 and are reproduced in full on our Binance withdrawal fees page. Schedules change without announcement and third-party trackers disagree with one another, so read your own withdrawal screen rather than relying on any figure here. The dollar table, the ratios against chain cost and the risk-budget table are calculated by TradingPrimer from those stated inputs; both charts are drawn strictly to scale, at 42.48 pixels per dollar and 3.467 pixels per percentage point respectively. Published 18 Sep 2026.