h hoge.gg
Subscribe
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
● Wallets & Exchanges

Account Abstraction in 2026: When the Exchange Becomes Your Wallet

Account abstraction is dissolving the wall between exchange accounts and self-custody wallets. Here is how Coinbase, Stripe and Privy remade the wallet, and whether it is still yours.

The line between your exchange and your wallet is disappearing

For most of crypto’s history there were two clearly different things you could own. There was an exchange account, at a company like Coinbase, Binance, or Kraken, where the firm held your coins, you logged in with an email and a password, and everything was easy but custodial. And there was a self-custody wallet, MetaMask and its many cousins, where you held your own keys, wrote a seed phrase on paper, paid your own gas in ETH, and everything was yours but hard. The two worlds barely touched.

In 2026 that wall is coming down, and account abstraction is the reason. Exchanges and fintech companies are shipping self-custody wallets that feel exactly like an exchange account, while self-custody wallets are absorbing exchange-grade conveniences: no seed phrase, no gas prompt, one tap to sign. The result is a strange and fast-growing middle ground where the thing in your pocket looks and behaves like a Coinbase login but, on paper, only you can move the money. This piece explains how account abstraction made that possible, who is building it, and the question that matters most for anyone holding crypto today: when your wallet feels exactly like an exchange account, is it still self-custody?

The backdrop is a market that has matured past the seed-phrase era. Ether changed hands near $2,477 on September 5, 2026, for a market capitalization around $302 billion (MetaMask price data), and the account-abstraction rails underneath have quietly gone mainstream: ERC-4337 accounts have now processed more than 1.26 billion operations from over 65 million smart accounts (BundleBear). The plumbing is built. The interesting story now is who is putting a familiar face on it.

What account abstraction actually is, in one page

Start with the two kinds of account. An externally owned account, or EOA, is the classic Ethereum wallet: a single private key, derived from a seed phrase, controls everything. That one key signs transactions, it pays gas in ETH, and if it leaks, the money is gone with no recourse. A smart account replaces the lone key with a smart contract that can hold arbitrary rules: several signers instead of one, spending limits, gas paid by someone else, recovery without a seed phrase, and several actions bundled into a single confirmation. Account abstraction is the umbrella term for making a wallet behave like programmable software rather than a bare keypair.

There are three roads to a smart account in 2026. The first is ERC-4337, finalized in March 2023, which builds the smart account entirely at the application layer with no change to Ethereum’s core rules. Users send objects called UserOperations to a separate mempool, operators called bundlers package them, a single shared EntryPoint contract executes them, and paymasters can cover the gas. The EntryPoint has advanced from v0.6 to v0.8, with the 2025 release adding native support for the second road (eth-infinitism releases).

That second road is EIP-7702, live since the Pectra hard fork on May 7, 2025. It lets an ordinary EOA temporarily borrow a smart contract’s code through a new transaction type, so your existing address gains smart-account powers without moving a cent to a new address, and the delegation is revocable. The third road, native account abstraction, is not shipped yet: it would build smart accounts into the protocol itself, removing the separate mempool and the external bundlers. The table below lays out the four states a wallet can be in.

ModelWhat it isSigning keyWho can pay gasStatus in 2026
EOA (classic)One private key from a seed phrasesecp256k1Only the user, in ETHDefault for a decade
ERC-4337 smart accountContract account with programmable rulesAny (multisig, passkey, session key)User, app, or a paymasterLive, application layer
EIP-7702 upgraded EOAExisting address delegated to contract codesecp256k1 plus delegated logicUser, app, or a paymasterLive since Pectra
Native account abstractionSmart accounts built into the protocolAny, chosen by the accountProtocol-level sponsorshipProposed (EIP-8130, EIP-8141)

Why exchanges want to be your wallet

For a decade the exchange business was custody plus a matching engine: hold customer funds, match buyers and sellers, take a fee. Two forces are pushing that model toward self-custody. The first is risk. After the collapse of FTX, holding billions in customer coins became a liability as much as an asset, and a product where the company never touches the keys is cleaner to run and to regulate. The second force is larger: the fees and the users are migrating on-chain. Perpetuals DEXs, on-chain prediction markets, memecoin launchpads, and NFT mints all happen inside a wallet, not on an exchange’s order book.

An exchange that only lives at its own website cannot capture that activity. An exchange whose wallet is embedded in every app can. Account abstraction is the bridge that makes the move painless: it lets a company offer a self-custody wallet that logs in like an exchange account, using an email or a passkey, pays the user’s gas so nothing has to be topped up, and signs with one tap. The user never notices they left the custodial world. The exchange keeps the customer relationship and the fee flow; the user keeps the keys, at least nominally. It is the same modular smart-account machinery described in our look at the module economy, repackaged as a consumer product.

There is a revenue story underneath the risk story. Custody is a cost center that earns thin, regulated fees; the on-chain economy is where trading, lending, staking, and speculation now generate the margins. A wallet embedded in every app puts the exchange at the point of every one of those transactions, able to earn on swaps, bridges, and stablecoin flows it would never have touched from a central order book. It also lets a company serve users in places where holding their assets directly would be a licensing nightmare, because a non-custodial wallet is, in most jurisdictions, not the same regulated activity as running an exchange. The keys stay with the user; the fee opportunity stays with the platform.

The Coinbase pivot: Base Account and embedded wallets

No company has leaned into this harder than Coinbase. It renamed its Smart Wallet to Base Account and launched Sign in with Base in July 2025 (Base documentation): an ERC-4337 account secured by a passkey, with spend permissions, that a user carries across applications like a universal login. There is no seed phrase to write down and no browser extension to install; the account is a smart contract, and the passkey on your phone is the signer.

Then in October 2025 Coinbase’s Developer Platform took Embedded Wallets to general availability (The Block, Coinbase). Any app can now drop in a self-custodial wallet whose private keys are generated and held inside a Trusted Execution Environment, a secure enclave that Coinbase says even it cannot access. Users sign up with email, SMS, or a Google account instead of a seed phrase, and they can export their keys at any time. The design goal is the disappearance of the wallet as a separate object: the user experiences an ordinary app signup, and a self-custody smart account is created silently in the background. That is the exchange becoming your wallet without ever using the word wallet.

Stripe, Privy, and the fintech land grab

The convergence is not confined to crypto-native exchanges. In June 2025 the payments giant Stripe agreed to acquire Privy (CoinDesk), the embedded-wallet infrastructure company that quietly powers self-custodial wallets inside applications such as Pump.fun and OpenSea, with more than 75 million wallets across over 1,000 development teams. That deal followed Stripe’s roughly $1.1 billion purchase of the stablecoin platform Bridge in February 2025. Stitched together, Stripe now controls wallets, stablecoins, and fiat rails in a single stack, and it reaches millions of ordinary businesses that have never thought of themselves as crypto companies.

Privy’s chief executive and co-founder, Henri Stern, describes the product as software that lets developers spin up and host self-hosted wallets as part of their applications, and he frames custody and decentralization not as absolutes but as “design choices that exist along a spectrum.” He expects wallets to “increasingly function as global financial accounts,” interoperating with both traditional banking systems and on-chain applications. That is the convergence stated plainly by one of the people building it: the wallet is becoming an account, and the account is becoming a wallet.

Stripe’s move is the clearest signal that embedded wallets are becoming infrastructure rather than a standalone product. Owning Bridge gave it stablecoins, owning Privy gives it the wallets that hold them, and its existing rails give it the fiat on and off ramps, so a business can accept a card, settle in a stablecoin, and hand a customer a self-custodial wallet without ever writing blockchain code. It is not alone: a cluster of infrastructure companies now sells embedded-wallet software to any app that wants one, and the competition is pushing the same account-abstraction features, passkeys, gas sponsorship, and social recovery, into products whose users will never hear the phrase account abstraction.

What gasless looks like when the app pays

The single feature that makes a self-custody wallet feel like an exchange account is not having to think about gas. On an exchange you never buy ETH just to move USDC; account abstraction brings that same relief to self-custody. Under ERC-4337 a paymaster contract can sponsor a user’s fee, and there are roughly three ways it works: pure sponsorship, where the app absorbs the gas as a customer-acquisition cost; ERC-20 gas, where the user pays in a stablecoin like USDC with a small markup; and verifying mode, where an off-chain signer approves each request. Circle’s paymaster, for instance, lets any ERC-4337 account pay gas in USDC on chains like Arbitrum and Base for a surcharge of roughly 10% (Circle).

Wallet providers have made this a headline feature. Bitget Wallet switched on stablecoin gas across eight chains in October 2025, and its marketing director, Jamie Elkaleh, said the change brings “self-custody closer to the ease of centralized exchanges” (Bitget). The economics only work where gas is cheap, which is why almost all of this activity lives on layer 2. A sponsored operation costs a few cents on Base or Arbitrum and dollars on Ethereum mainnet, so the paymaster-funded, exchange-like experience concentrates on L2s. The table shows the rough range.

ChainRough cost of a sponsored operationWhy it matters
Ethereum mainnet~$1.10 to $4.50Too costly to sponsor at scale
Base~$0.01 to $0.08Where most embedded wallets live
Arbitrum~$0.02 to $0.15Common for DeFi apps
Polygon~$0.01 to $0.05Cheap consumer transactions

Cost ranges per Eco’s paymaster survey. For an app with ten thousand active users doing a dozen operations a month, sponsoring on Base runs to a low four-figure or five-figure monthly bill, which is why sponsorship is treated as a marketing line rather than a permanent giveaway.

Passkeys and the death of the seed phrase

The second thing that makes a smart account feel like an app is signing in with a passkey, a Face ID scan or a fingerprint, instead of typing a twelve-word seed phrase. Passkeys use the P-256 curve, also called secp256r1, that is baked into Apple’s Secure Enclave, Android’s Keystore, and the WebAuthn standard behind most modern logins. Ethereum could not check that curve cheaply for years, which made passkey wallets impractical. RIP-7212 fixed that with a precompile, P256VERIFY at address 0x100, that cut verification from roughly 300,000 gas to about 3,450, a hundredfold saving that layer 2 networks adopted first.

The effect is that a smart account can verify a Face ID signature on-chain for a fraction of a cent. The user sees a familiar login prompt; the chain sees a P-256 signature. There is a catch, and it matters for the self-custody question later in this piece: a passkey synced through iCloud or Google is only as safe as that cloud account, and passkeys still do not move cleanly between Apple and Android devices. Social recovery, where a smart account can be restored by a set of guardians the user chose in advance, is the other half of replacing the seed phrase, and for most people it is a genuinely better model than a slip of paper in a drawer.

Session keys: the account that acts without you

Because a smart account is programmable, it can issue a session key: a temporary, tightly scoped permission that lets an application, or an autonomous agent, take specific actions for a limited time without asking the user to sign each one. A game can move in-game items for the next hour; a trading bot can place orders up to a set cap; a subscription can pull a fixed amount once a week. This is the feature that finally makes on-chain gaming feel like gaming rather than a series of wallet popups, and it is the same primitive that lets AI agents transact on their own behalf.

That last use is where the exchange-grade experience and the agentic economy meet. On-chain agents that trade, bet, or pay for services need an account that can act within rules but without a human in the loop for every move, which is exactly what a session-keyed smart account provides. The pattern powers everything from game economies to the automated players described in our report on prediction-market agents, and it is a large part of why so many teams building on-chain AI funds reach for account abstraction first. The caveat is blunt: a session key is also a blast radius. A key scoped too broadly, or an agent that gets compromised, can drain everything within its limits before anyone notices.

Games are the clearest showcase. A blockchain game that made players confirm every sword swing or item trade would be unplayable, so studios use session keys to let the game act inside limits the player sets once at the start of a session, which is what finally makes on-chain items and currencies feel native rather than bolted on. The same design lets subscription services, trading tools, and payment apps automate recurring actions, turning a wallet from something you operate by hand into something that can run agreed tasks on your behalf.

So is an embedded wallet really self-custody?

Here is the question the convergence forces. When you log into an embedded wallet with your email, never see a seed phrase, let the app pay your gas, and sign with Face ID, what exactly do you own? The honest answer is that it depends entirely on where the keys live and who can touch them, and the marketing rarely makes that clear.

Picture a spectrum. At one end sits a plain exchange account, where the company holds the keys and can freeze, seize, or deny access to your funds. At the other end sits a classic self-custody smart account, where you alone hold the key material and no third party can do anything. The new hybrids fill the middle. An embedded wallet keeps keys in a TEE that the vendor says it cannot read, which means you are trusting the enclave and the vendor’s honesty rather than a company’s balance sheet. An MPC wallet splits the key between you and a provider, so the provider cannot move funds alone but is a mandatory co-signer for anything you do. A cloud-synced passkey wallet lets only you sign, yet your ability to recover depends on Apple or Google. Stern’s spectrum framing is exactly right, and it is also the trap: a product can be honestly marketed as self-custody while still depending on a vendor for recovery, for gas, or for a co-signature.

ModelWho holds the keyCan a third party move funds?Can a third party freeze you?Recovery depends on
Exchange accountThe companyYesYesThe company
Embedded wallet (TEE)You, inside a vendor enclaveNo, if the enclave holdsPossibly, via the interfaceThe vendor login and enclave
MPC walletSplit: you plus a providerNo, but the provider must co-signProvider can refuse to co-signYour share plus the provider
Self-custody smart accountYouNoNoGuardians you chose

The practical test is two questions. Who can stop you from moving your money, and who do you need in order to recover it? If the answer to either is a company, you are somewhere in the middle of the spectrum, not at the self-custody end, no matter what the app store listing says. None of this changes your tax position, incidentally: a disposal is taxable whether the coins sat in an exchange account or a smart account, as our state-by-state tax guide spells out.

The distinction is not academic. A user who cannot self-recover is exposed to the same failure that sank centralized platforms: if the vendor disappears, is hacked, or is ordered to freeze accounts, the convenience that felt like self-custody can behave like custody at the worst possible moment. Regulators and courts have not settled how to treat these middle-of-the-spectrum products, and the honest position for a wallet maker is to state plainly where its product sits rather than to market every design as fully self-custodial. The word to watch for is can: not whether a vendor promises it will not touch your funds, but whether it technically can.

What the SEC actually said about wallet software

For users in the United States, the regulatory question underneath all of this is whether the company providing the wallet software is acting as a broker. The answer, for now, is mostly no. On April 13, 2026, the SEC’s Division of Trading and Markets issued a staff statement (CoinDesk, Sidley Austin) saying that software offering a covered user interface for self-custodial wallet transactions generally does not have to register as a broker-dealer, as long as it does not solicit investors, make recommendations, take custody of assets, take orders, or execute trades.

Two caveats matter. It is a staff statement, not a rule, and it is set to be treated as withdrawn five years from that date unless the Commission replaces it with formal rulemaking; it also sits in a series of similar statements issued under Chair Paul Atkins covering memecoins, stablecoins, and staking. The practical reading for the convergence is clean: neutral, non-custodial wallet software, including account-abstraction wallets and the embedded wallets exchanges are now shipping, sits outside the broker regime precisely because the user, not the company, controls the keys. That is the legal reward for staying on the self-custody side of the spectrum. The moment a provider starts routing orders or holding assets, the analysis flips, which is one reason the biggest firms are so careful to say their enclaves cannot access user funds.

The statement does not settle everything. It speaks only to broker-dealer registration, not to money-transmission rules, anti-money-laundering obligations, or how a token itself is classified, and it is explicitly a staff view that a future Commission could reverse. For the firms shipping embedded wallets, it reads as a green light with a warning label: keep the software neutral and the keys with the user, and the broker question stays off the table; drift toward taking orders, steering trades, or holding assets, and the analysis changes fast. That line, neutral tool versus active intermediary, is likely to define the next several years of wallet regulation in the United States.

The security bill: blind signing and sweepers

Convergence has a cost, and it is paid in a new kind of risk. Account abstraction moves the rules of a wallet into code, and code is a far larger attack surface than a single signature. The largest crypto theft in history proves the point. The roughly $1.5 billion Bybit hack in February 2025 (The Block, NCC Group) targeted a Safe smart account. Attackers compromised a developer machine and injected malicious JavaScript into the signing interface, so Bybit’s signers saw an ordinary transfer on screen while actually authorizing a change to the account’s implementation contract. No private key was stolen. The humans blind-signed a payload their hardware wallets could only display as an unreadable hash.

The same programmability shows up in phishing. EIP-7702’s power, where a single signature can upgrade your entire account, is a gift to attackers, and Wintermute found that the large majority of early 7702 delegations were copy-paste sweeper bytecode nicknamed CrimeEnjoyor (CoinDesk). That is why the more than 239 million cumulative 7702 authorizations BundleBear counts overstate real adoption; the more honest figures are over 55 million live delegations and just past 100 million set-code transactions (BundleBear). The encouraging trend is that overall wallet-drainer losses fell about 83% in 2025 to roughly $83.85 million (Cointelegraph, citing Scam Sniffer). The discouraging part is that the losses which remain increasingly come from users approving things they do not understand, and the threat model now stretches from malicious code all the way to the physical wrench attacks CertiK has mapped. The industry’s answer is clear signing, the ERC-7730 effort to make a wallet show what a transaction will actually do before you approve it.

For an ordinary user, the defenses are unglamorous but effective. Keep large balances in a wallet whose signer is a hardware device, so a compromised phone or laptop cannot move funds by itself. Treat any request to upgrade, delegate, or grant a blanket approval as the moment to slow down, because those are the signatures that hand over the most power. Prefer wallets and apps that support clear signing, so a transaction is described in plain language rather than shown as a raw hash. And revisit token approvals and any active delegations from time to time, since a permission granted once can be abused long after you have forgotten it.

The plumbing underneath: bundlers, relays, and single points of failure

The convenience rides on dependencies that most users never see. ERC-4337 accounts rely on bundlers to get their operations on-chain, and a small number of providers, Pimlico and Alchemy prominent among them, handle a large share of that traffic. Vitalik Buterin has warned that smart wallets’ reliance on relays and bundlers is a source of fragility, because a user who gets censored may have no alternative path to inclusion in a block. Embedded wallets stack another layer of dependence on top: if a vendor’s enclave service, paymaster, or login provider goes down, a user who never learned to self-custody in the old sense can be locked out. This is the quiet trade inside the convergence. You get exchange-grade user experience, and with it, some exchange-grade single points of failure.

The institutional end of the market is trying to turn that dependence into a feature. Safe, the smart-account standard that guards company and DAO treasuries, processed close to 130 million transactions in a single quarter of 2026 while holding tens of billions of dollars in assets (The Block). Lukas Schor, co-founder of Safe and president of the Safe Ecosystem Foundation, has described the project as “evolving from infrastructure that safeguards value into a network that can also help verify how value moves.” Verification, checking that a transaction is what it claims to be before it is signed, is where the serious money in this market is heading, precisely because Bybit showed what happens without it.

What comes next: native account abstraction

Everything described so far runs on ERC-4337 at the application layer or on EIP-7702 as an upgrade to an existing address. The next step is to build smart accounts into Ethereum itself, so there is no separate mempool and no external bundler to depend on. Two proposals lead the field. EIP-8130, championed by Coinbase and Base and authored by Chris Hunter, takes a configuration approach with a fixed set of authenticators (secp256k1, P-256, and WebAuthn) and was expected to ship in Base’s Cobalt upgrade. As of late summer 2026 the mainnet and testnet activation is still listed as to-be-determined, with the code running on a Base devnet rather than in production (Bitcoinist).

The other proposal, EIP-8141, is associated with Vitalik Buterin and takes a broader frame-transactions approach aimed at a later Ethereum fork he calls Hegota. Buterin has called it “an omnibus that wraps up and solves every remaining problem that AA was intended to address,” and says the work looks possible “within a year” (Cointelegraph). The momentum has been shifting between the two: WalletConnect founder Pedro Gomes, after months working on 8141, wrote that he is now “convinced EIP-8130 is the better path for native account abstraction,” calling it simpler and more portable (Pedro Gomes on X). Whichever standard wins, native account abstraction would make the smart account the default rather than an add-on, and it would remove the external bundler that Buterin frets about, pushing the convergence one more step toward wallets that simply behave like accounts.

The bottom line for wallet and exchange users

The convergence is real, and most of it is good. Self-custody is finally usable by people who will never write a seed phrase on paper, and the old, cruel choice between easy-but-not-yours and yours-but-hard is fading. But usable is not the same as trustless, and a wallet that feels like an exchange account may share more with an exchange account than its marketing admits. Before you treat an embedded or exchange-branded wallet as true self-custody, run through a short checklist.

  • Where do the keys actually live: on your device, inside a vendor’s TEE, split by MPC, or on the company’s servers?
  • Can you export the keys and walk away to another wallet?
  • Who, if anyone, can freeze or censor your transactions?
  • What does account recovery depend on: guardians you chose, or a cloud login you do not control?
  • What happens to your access if the vendor’s paymaster, enclave, or login service goes dark?

Account abstraction has done something crypto spent a decade failing to do: it made a self-custody wallet pleasant to use. The work left for 2026 and beyond is making sure that pleasant does not quietly become custodial again. When your wallet feels exactly like an exchange account, the most valuable habit you can keep is asking who really holds the keys.

Frequently Asked Questions

Is an embedded wallet the same as keeping crypto on an exchange?

Not usually. A true embedded wallet stores your private keys on your device or inside a secure enclave the provider says it cannot access, so only you can move the funds, whereas an exchange holds the keys itself and can freeze or seize your balance. The important word is says: the guarantee is only as strong as where the keys really live, so check whether you can export them and whether anyone can co-sign or block your transactions.

Do I still need a seed phrase with a smart account?

Often not. Smart accounts can be secured with a passkey, a Face ID scan or a fingerprint, and recovered through guardians you choose in advance, which is why exchanges and fintechs can offer wallets that never show a twelve-word phrase. The tradeoff is that your recovery may depend on a cloud account like iCloud or Google, so a passkey wallet is only as safe as the account it syncs through.

Who pays the gas when a transaction is gasless?

A paymaster does. Either the application sponsors the fee as a customer-acquisition cost, or you pay in a stablecoin like USDC with a small markup, with Circle’s paymaster charging roughly 10%. Because sponsorship is only affordable where gas is cheap, nearly all gasless activity happens on layer 2 networks such as Base, Arbitrum, and Polygon rather than on Ethereum mainnet.

Does the SEC treat account-abstraction wallet software as a broker?

Generally no, based on an April 2026 SEC staff statement. Software that provides a neutral interface to self-custodial wallets does not have to register as a broker-dealer as long as it does not solicit investors, give recommendations, hold assets, take orders, or execute trades. It is a staff position rather than a permanent rule, and it is scheduled to lapse after five years unless the Commission adopts formal rulemaking.

What is the difference between ERC-4337 and EIP-7702?

ERC-4337 creates a brand-new smart-contract account at the application layer, with its own mempool, bundlers, and paymasters, and no change to Ethereum’s core rules. EIP-7702, live since the Pectra upgrade in May 2025, instead lets your existing regular address temporarily borrow smart-contract code, so it gains smart-account features like batching and gas sponsorship without moving your funds to a new address. Many wallets now use both.

By Yuki Tanaka, wallets and exchanges correspondent at HOGE Wire.

Share 𝕏 Post Telegram