Live edition loading…

PXke Algorand

Independent daily coverage of the Algorand ecosystem — verified reporting on wallets, DeFi, NFTs and infrastructure, fact-checked on-chain before it publishes.

← Latest stories

Algorand Foundation ships xChain Accounts, letting MetaMask users run Algorand dApps

· · · · · · ·

Algorand Foundation ships xChain Accounts, letting MetaMask users run Algorand dApps

From two wallets to one

The usual answer to the question 'how do I use an Algorand app?' has been: install a wallet you've never heard of, write down a new seed phrase, and keep another address format in your head. xChain Accounts, the Algorand Foundation's account-abstraction project launched on April 28, 2026, removes that step. Users connect an Ethereum-compatible wallet they already own — MetaMask, Rabby, Coinbase Wallet or Rainbow — and the system derives an Algorand account directly from their EVM address. No new install, no new seed phrase, no network switching.

The portal at xchain.algorand.co labels itself 'Experimental' and runs against real [mainnet](/glossary/mainnet "The main public blockchain network where transactions are recorded and have real value, as opposed to a test network used for experimentation."): the app's code talks to a Nodely mainnet API endpoint, the Allbridge Core cross-chain bridge, and [WalletConnect](/glossary/walletconnect "A protocol that lets a web app connect to a cryptocurrency wallet (such as Pera or Defly on Algorand) by scanning a QR code, so the app can read the w"), the standard that links web apps to mobile wallets. Assets are bridged in as needed; once the derived account holds a balance, it transacts as a first-class Algorand account. The Foundation's framing, from its launch announcement, is that this is account abstraction — the account model popularized by Aptos and Sei — applied to Algorand.

How an EVM signature becomes an Algorand account

The mechanism matters because this is not a wrapped identity or an off-chain relayer. On Algorand, an account does not have to be a keypair: a LogicSig, a small program compiled into an address, can authorize transactions for its own account, approving or rejecting each submission. xChain Accounts bakes a user's EVM address into such a program as an owner template, and because the compiled program bytes determine the address, the same EVM address always maps deterministically to the same Algorand account.

When the user wants to transact, the app asks the EVM wallet to sign an EIP-712 typed-data message — a structured prompt that shows what is being approved instead of an opaque hex blob — committing to a specific Algorand transaction ID (or group ID, for atomic groups of transactions). The signature travels with the transaction to the Algorand Virtual Machine, where the LogicSig runs the ecdsa_pk_recover opcode to recover the secp256k1 public key, derives the Ethereum address from it, and checks it against the owner baked into the program. Match means approve.

Replay protection is double-layered. The signature is bound to a transaction ID that commits to the genesis hash and the validity window, and the EIP-712 domain is scoped to xChain Accounts — so a signature a user hands to some other EVM [dApp](/glossary/dapp "A decentralized application, a software program that runs on a blockchain network instead of a central server, so it's not controlled by a single comp") cannot be repurposed as an Algorand authorization. The private key never leaves the user's wallet; the app only builds and submits signed transactions.

What a connected user can actually do

CapabilityReal-world implication
Send and receive ALGOPay any Algorand address at the chain's ~2.7-second finality
Opt into and transfer Algorand Standard AssetsHold USDC or NFTs natively — ASAs are Algorand's built-in token standard, issued without a smart contract for simple assets
Bridge from EVM chainsAllbridge routes USDC, USDT or USDe from 11 networks (Ethereum, Arbitrum, Base, Polygon and others) into the derived account, automatically covering the 0.1 ALGO minimum balance
Interact with dAppsThe docs say public beta is 'coming soon'; the portal itself is the working demo surface today

Fees are Algorand's standard ~0.001 ALGO per transaction, with no additional protocol or subscription charges, per the project's FAQ.

First live integration: Alpha Arcade

The proof of concept is a [prediction market](/glossary/prediction-market "A market where users buy and sell shares in the outcome of a future event, such as an election, a sports match, or a price move. Share prices reflect "). Alpha Arcade — which the Foundation calls 'the first Algorand dApp running xChain Accounts' — runs [on-chain](/glossary/on-chain "Describes transactions that are recorded and permanently stored on a blockchain ledger, making them publicly visible and tamper-resistant.") markets on ALGO and other assets' price moves, sports and world events; platform-reported figures put its cumulative volume at $10 million as of January 23, 2026, and industry reports rank it third among prediction markets by daily transactions, behind Polymarket and Kalshi. The EVM connection is visible in the app's own shipped code: Alpha Arcade's frontend bundle contains a MetaMask SDK and provider logic for MetaMask and Coinbase Wallet. Its ALPHA token (asset 2726252423, one billion units) is issued on-chain by the platform's own creator address.

Independent coverage corroborates the integration — Rabby's developer documentation lists Algorand's xChain Accounts among its network integrations, and KuCoin, Bitget and DailyCoin coverage each name Alpha Arcade as the first dApp live on the system.

Adoption: four months of quiet numbers

Four months in, the honest read is 'early infrastructure'. The core SDK, algo-x-evm-sdk, recorded 360 downloads in the last month (67 in the last week); the companion React packages each sit between roughly 300 and 400 monthly downloads. The open-source repository, algorandfoundation/xchain-accounts, shows maintenance through mid-June 2026 with 17 stars and no formal releases, led by contributors d13co, sofinico, tasosbit, kylebeee and funk-af.

The maturity limits are documented rather than hidden: the protocol 'is in Beta', the integration guide warns that 'currently, only React frontends are supported', and the docs acknowledge a limited set of compatible wallets. No independent security audit of the LogicSig or the SDK surfaced in public search. Community uptake so far is thin — the only substantive forum mention is a July 2026 [xGov](/glossary/xgov "Algorand's community grant-funding program: ALGO holders lock tokens into term pools to earn voting power, and the resulting votes decide which ecosys") pre-proposal in which the portfolio tracker [ASA](/glossary/algorand-standard-asset "A built-in mechanism that allows anyone to create and issue new tokens (like stablecoins, utility tokens, or NFTs) directly on Algorand's base layer, ") Stats notes that the xChain integration is out of scope for its stack while relying on the same TxnLab use-wallet library family.

The bigger picture

xChain Accounts is one of three bets running simultaneously under the Foundation's relaunched homepage tagline, 'Built for what's next. Ready now.' The post-quantum roadmap ships its first deliverable to mainnet around August 22, when the v5.0.0 upgrade — which reached the 90% node-support threshold on August 15 — ends its mandatory cooldown; native [Falcon-1024](/glossary/falcon-1024 "A digital signature algorithm designed to be secure even against future quantum computers, standardised by NIST at its highest security level.") accounts are the feature to verify when it lands. The agentic-commerce bet, the Global x402 Challenge, is mid-flight with 94 entries on the public leaderboard; its $276.7K of settled volume is dominated by one non-challenge service, with the top challenge endpoint at $14.4K.

The counters under the homepage tagline — 9,026,531,378 ALGO in circulation, a 2.72-second block time, 27,860 daily active addresses — describe the network xChain Accounts plugs into. Whether EVM wallets become a real [on-ramp](/glossary/on-ramp "A service that lets people convert traditional money (like dollars) into cryptocurrency, often by linking a bank account or card.") rather than a demo is a question the next quarters answer; the infrastructure itself is live, mainnet, and open-source, with adoption still measured in hundreds of SDK downloads rather than tens of thousands of wallets.

Source

Source: https://algorand.com