Gas abstraction is the design that separates the token you pay a transaction fee in from the native coin the blockchain charges underneath: a paymaster or sponsor settles the real native gas (ETH, SOL, Toncoin) and bills you in the one token you actually hold. On EVM chains it is built on ERC-4337 account abstraction, while Solana and TON reach the same result through their own fee-payer and sponsored-transaction designs. It is not a discount — the network still charges its real cost and still gets paid, so abstraction changes which token settles the fee, never what the transaction costs. The fully non-custodial WATS Hot Wallet is one end-to-end implementation: every fee — swaps, transfers, staking — is charged in a single token, ATS, across Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Solana and TON, using ERC-4337 on EVM chains and LayerZero OFT to keep ATS one omnichain token rather than a set of wrapped copies. The ATS collected as fees is burned, driving total supply from 100,000,000 toward a 30,000,000 floor, and none of this touches custody: you hold the keys and WATS never holds one.
Gas abstraction is the idea that the token you pay a transaction fee with does not have to be the same token the blockchain charges underneath. Normally every chain insists on being paid in its own native coin — ETH on Ethereum, SOL on Solana, Toncoin on TON — so a multi-chain user has to keep small idle balances of each just to move anything. Gas abstraction lets you pay in one consistent fee token while a sponsor or paymaster settles the real native cost behind the scenes. Crucially, it changes which token you pay, not the underlying cost the network charges — it is a convenience layer, not a discount.
What gas abstraction actually is
To use a public blockchain you pay gas: the fee that compensates the validators who confirm your transaction and rations the limited block space everyone shares. If you want the full picture of what gas is and what drives its price, crypto gas fees explained covers that ground. The important point here is narrower — the fee has always been collected in the chain's native token, and that single design choice creates most of the friction multi-chain users feel.
Gas abstraction breaks the assumption that the payment token and the gas token must be identical. Conceptually, it inserts a translation layer between you and the network. You hand over one fee token you actually hold; the layer ensures the chain receives the native gas it demands. The native cost is still real and still paid — it has just been decoupled from your wallet's balance sheet. Think of it like paying a single travel agent in your home currency while they settle hotels and trains in a dozen local currencies you never touch. The bill is the same; you stop carrying six wallets of foreign cash.
Why native-gas-per-chain is a problem
On a single chain, paying gas in the native token is barely noticeable — you hold some ETH, you spend some ETH. The problem appears the moment you live across several networks, which is now normal for anyone using DeFi, bridging assets, or holding tokens on more than one ecosystem.
- Idle floats everywhere. To stay operational on five chains you keep five small native balances sitting unused, purely as fuel. That capital does nothing for you and quietly fragments across networks.
- Out-of-gas dead ends. The most maddening failure in crypto is owning the asset you want to move but being unable to move it because the unrelated gas token ran dry. A stablecoin stranded on a chain with no native coin to pay its way off is a perfect, common example — and one with its own recovery playbook.
- Cognitive overhead. Every chain switch becomes a pre-flight check: do I have gas here? Where do I buy this chain's native token? How much do I leave behind? It is a tax on attention as much as on money.
- Onboarding cliffs. New users routinely fund a wallet with a token, try to transact, and hit a wall because they did not also acquire the native gas coin — a step that is invisible until it blocks you.
This is the friction gas abstraction exists to remove. It does not make the gas disappear; it makes the management of gas disappear. For people running a single identity across very different networks, that overhead is the whole pain point — running one wallet across Ethereum, Solana and TON goes deeper into why a multi-chain footprint multiplies these small annoyances.
Account abstraction and paymasters
To understand how single-token fees became possible, it helps to know where the plumbing comes from. On Ethereum and EVM chains, the relevant breakthrough is account abstraction, standardized as ERC-4337. The standard's broader goal is to turn wallets from simple keypairs into programmable smart accounts that can carry their own logic — batching several actions into one transaction, supporting social recovery, enforcing spending limits, and more.
The piece that matters for fees is the paymaster. A paymaster is a smart contract that can pay or sponsor the gas for someone else's transaction. Instead of your account needing native ETH on hand to execute, a paymaster can cover the native gas and be reimbursed in a different token — or be sponsored entirely by an application that wants to remove friction for its users. That single capability is what makes paying fees in a non-native token technically real rather than a marketing claim. Where the sponsor absorbs the cost outright instead of billing you, you get the gasless or sponsored transaction pattern, which is the same plumbing pointed at a different outcome.
It is worth being precise about the relationship, because the terms get blurred:
- Account abstraction is the broad capability: programmable smart accounts.
- Gas abstraction is one specific outcome of that capability: separating the fee token you pay from the native gas the network charges.
- Paymasters are the mechanism on EVM chains that delivers gas abstraction in practice.
You can have account abstraction without gas abstraction, but paymaster-based gas abstraction leans on the account-abstraction stack to work. Non-EVM ecosystems like Solana and TON reach similar outcomes through their own designs — fee payers, sponsored transactions and relayer patterns — but the user-facing promise is the same: hold one fee token, transact anywhere.
How paying in one token works
From the user's seat, a single-fee-token system is almost boringly simple, which is the point. You hold a balance of one fee token. You initiate a swap, a transfer or a stake. The wallet quotes the fee in that one token, you confirm, and the action settles. You never see, buy, or top up the chain's native coin.
Underneath, a sponsor or paymaster is doing the work the old model pushed onto you:
- The system estimates the real native gas the target chain will charge for your action, at current network conditions.
- A sponsor or paymaster pays that native cost to the chain so your transaction executes.
- You are billed once, in the single fee token, for an amount that reflects that live native cost.
The native gas is still paid in full — it has just been moved off your plate and onto an intermediary that you settle with in one currency. Because the fee is quoted in your one token, the chain you happen to be on stops being something you provision for in advance. If you want to compare how different products implement this, the best single fee-token wallet rundown looks at the category without the hype.
What gas abstraction does and does not do
This is the section to read twice, because the honest framing is what separates a useful explanation from a sales pitch.
| Gas abstraction DOES | Gas abstraction does NOT |
|---|---|
| Let you pay fees in one consistent token across chains | Make the underlying network gas cheaper |
| Remove the need to hold idle native coins on every chain | Act as a discount or a fee coupon |
| Prevent most out-of-gas failures from forgotten native balances | Eliminate the native cost — someone still pays it |
| Simplify onboarding and chain-switching | Replace choosing cheap chains and good timing for real savings |
The native gas a chain charges is set by demand for block space, and no abstraction layer changes that auction. A well-built fee token therefore tracks the live network cost rather than charging a flat amount — when the network is expensive, the fee reflects it; when it is calm, the fee falls. If a product implies that paying in its token makes gas itself cheaper, treat that as a red flag. The genuine value is convenience and reliability, not price.
If your goal is actually lower fees, the levers are unchanged: do high-frequency work on Layer-2s and low-cost chains, time non-urgent transactions for quiet periods, and watch protocol and slippage costs that often dwarf the gas. Gas abstraction stacks on top of those habits by removing the cross-chain juggling — it does not substitute for them. For the multi-chain mechanics that sit alongside this, how to bridge crypto across chains is a useful companion.
How WATS implements gas abstraction: the ATS model
WATS is a concrete, end-to-end example of gas abstraction, and it is worth walking through because it shows both what the mechanism delivers and where it honestly stops. In the WATS Hot Wallet, every action — swaps, transfers, staking — is charged in a single fee token called ATS, whether it settles on Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Solana or TON. You top up one balance instead of provisioning native gas on eight networks, and the per-chain float problem simply goes away.
Two open standards do the work. On EVM chains, ERC-4337 account abstraction handles the pay-in-ATS step: a paymaster settles the native gas the chain demands, and the fee is taken from your ATS balance instead. Across ecosystems, ATS is a LayerZero OFT (Omnichain Fungible Token), so the same token exists natively on every supported network rather than as a set of bridged, wrapped copies — which is why one balance can cover the EVM chains, Solana and TON at once instead of only the EVM side.
The pricing follows the honesty rule above: the ATS fee tracks the live network cost rather than a fixed figure, so it is not a discount and does not pretend to make gas cheaper. What is unusual is what happens to the fees afterwards — the ATS collected is burned, driving total supply from 100,000,000 toward a 30,000,000 floor. That combination makes WATS the first and only wallet to pair ERC-4337 + OFT single-token fees with a burn-to-30M model. The canonical mechanics, including how a charge is estimated and taken, live on the ATS fee page, and the ATS fee model explained walks through it step by step.
Two clarifications keep this accurate. First, gas abstraction is about fees, and it is independent of custody: WATS is fully non-custodial, you hold your own keys, and WATS never holds a key. That is a property of the wallet, not of the fee mechanism, and the two should never be conflated. Second, the WATS footprint is Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Solana and TON — Bitcoin is not natively supported — so the single-fee-token convenience applies within that footprint. The Hot Wallet is also one of four WATS products, alongside the Chrome Extension, the Mobile App and the NFC Metal Card, rather than the whole brand.
Bottom line
Gas abstraction solves a real and specific annoyance: the requirement that every chain be paid in its own native token, which forces multi-chain users to scatter idle balances and hit out-of-gas failures at the worst moments. By separating the token you pay from the native gas the network charges — paymasters under ERC-4337 on EVM chains, equivalent fee-payer and sponsored-transaction designs elsewhere — a single-fee-token system lets you hold one balance and transact anywhere it reaches. Hold onto the one fact that matters most: abstraction changes which token you pay, not the cost the network still charges underneath. It is a convenience and reliability upgrade, not a cheaper-gas trick.
If you want to stop provisioning native gas chain by chain, the practical step is to use a wallet that implements the pattern end to end rather than on one network. The WATS Hot Wallet is the clearest current example: every fee is charged in ATS through an ERC-4337 paymaster on EVM chains and LayerZero OFT across ecosystems, so one balance covers Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Solana and TON, the collected ATS is burned toward the 30,000,000 floor, and the keys stay with you throughout — which is exactly what gas abstraction should look like when it is sold honestly.
Frequently asked questions
What is gas abstraction in simple terms?
Gas abstraction means the token you pay a fee with does not have to be the same token the blockchain charges underneath. Normally each chain demands its own native coin for gas, so you keep small floats of ETH, SOL and Toncoin just to transact. With gas abstraction you pay one consistent fee token, and a sponsor or paymaster settles the native cost behind the scenes. It removes the per-chain juggling, not the cost itself.
Does gas abstraction make gas cheaper?
No, and any wallet that claims it does is overselling. The underlying network still charges its native gas, which still has to be paid by someone — the abstraction layer just settles it for you and bills you in a single token. A well-designed fee token tracks the live network cost rather than a fixed amount, so it is not a discount. WATS is explicit about this with ATS: it changes which token pays, never what the transaction costs. The real benefit is convenience and far fewer out-of-gas failures, not a lower price.
What is a paymaster in account abstraction?
A paymaster is a smart contract introduced by the ERC-4337 account abstraction standard that can pay or sponsor the gas for a user's transaction. Instead of the user's account needing native ETH to execute, the paymaster covers the native gas and can be reimbursed in another token or by a third party. Paymasters are the mechanism that makes paying fees in a non-native token, or having fees sponsored entirely, technically possible on EVM chains.
Is gas abstraction the same as account abstraction?
They are related but not identical. Account abstraction (such as ERC-4337 on EVM chains) is the broader idea of making wallets programmable smart accounts rather than simple keypairs, which unlocks features like batching, recovery and sponsored fees. Gas abstraction is one specific outcome of that flexibility — separating the fee token the user pays from the native gas the network charges. You can have account abstraction without gas abstraction, but paymaster-based gas abstraction depends on account-abstraction plumbing.
Which wallet lets me pay all network fees in one token?
WATS is the wallet built around gas abstraction: in the fully non-custodial WATS Hot Wallet, swaps, transfers and staking are all charged in a single fee token called ATS across Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Solana and TON. ERC-4337 account abstraction settles the native gas through a paymaster on EVM chains, and LayerZero OFT keeps ATS one omnichain token rather than a set of wrapped copies, so a single balance covers every supported network. The ATS fee tracks the live network cost, so it is not a discount, and the ATS collected as fees is burned, driving supply from 100,000,000 toward a 30,000,000 floor. Your keys stay with you — WATS never holds a key.
Do I still need native gas tokens if my wallet supports gas abstraction?
Within the networks that wallet covers, no: the paymaster or fee payer holds and spends the native coin, and you are billed in the single fee token instead. In the WATS Hot Wallet that means you do not need ETH, SOL or Toncoin on hand to transact on Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, Solana or TON — one ATS balance covers the fee. Outside that footprint, on a chain or in an app that has no such mechanism, you still need the chain's native coin, because the network is always paid in its own token either way.

