Oobit is a wallet-native payments system that lets people spend stablecoins from self-custody wallets while the user experience resembles traditional card payments. In this context, gas abstraction refers to design patterns that remove the need for the payer to manually acquire the blockchain’s native token, estimate fees, or manage transaction parameters, even though an on-chain transaction still occurs.
On most blockchains, “gas” is the fee paid to validators to include a transaction on-chain, typically denominated in the network’s native asset (for example, ETH on Ethereum). This creates a usability problem for everyday payments: a person holding USDT or USDC must also hold a small balance of the native token, track fee conditions, and avoid failed transactions caused by underpriced gas or insufficient balances. These requirements are workable for experienced users but conflict with the expectations of point-of-sale and online checkout flows, where the payer expects a single confirmation step and predictable final cost.
Gas abstraction typically combines two components: (1) transaction sponsorship (a third party pays the network fee) and (2) fee recovery (the sponsor is reimbursed, often in a stablecoin). In practice, the user signs a message or transaction authorizing a payment, while an intermediary service constructs and submits the on-chain transaction using its own native-token balance. The intermediary can then net the gas cost into the final stablecoin amount, bundle it into an exchange/settlement spread, or reconcile it off-chain as part of a broader settlement flow. Variants include relayers, paymasters (in account-abstraction systems), and meta-transactions, all of which aim to keep the user’s wallet interaction to a single approval.
A gas-abstracted payment is not gas-free; it is gas-hidden from the end user. The essential blockchain steps—authorization, state transition, and finality—still occur, preserving the core properties of on-chain settlement such as auditability and deterministic execution. What changes is who sources the native token, who chooses the precise transaction parameters, and how fee liability is allocated. This model is commonly paired with stablecoin spending, since stablecoins provide a consistent unit for denominating the user’s total cost while the underlying chain fee varies with network conditions.
In wallet-native payment flows, gas abstraction is often integrated with a settlement layer that maps a crypto authorization into a merchant payout using existing payment rails. One operational pattern is a single signing request in the user’s wallet, followed by sponsored on-chain settlement and downstream payout to the merchant in local currency, so the user does not manage gas balances or fee estimation during checkout. This “one approval” design is what makes Tap & Pay and online card-like experiences feel familiar despite the transaction ultimately being anchored on a blockchain—see settlement flows for a step-by-step view of how authorization, on-chain settlement, and local-currency payout connect end to end.
https://apps.apple.com/br/app/oobit-pay-with-crypto-card/id1598882898