Infrastructure

MetaMask Embedded Wallets Add Native Solana Support

MetaMask's Embedded Wallets SDK now supports Solana natively — built on @solana/kit, with ed25519 signing and a unified EVM-plus-Solana experience for app developers.

SOLANA·HUB Editorial ·

What Was Announced

MetaMask Embedded Wallets now support Solana natively. According to the announcement shared by @solana_devs, the integration is built on @solana/kit — Solana’s modern TypeScript SDK — and brings smaller bundles, better TypeScript, and a unified experience for EVM and Solana apps in one SDK.

What Embedded Wallets Are

Embedded Wallets are MetaMask’s developer offering that lets apps provide a wallet to their users directly inside the application — with login via social account or email, no seed-phrase setup, and no separate extension. According to the MetaMask documentation, users receive an ed25519 key suitable for Solana for transaction signing and RPC interactions.

Context

  • For Solana, this means apps using MetaMask’s developer stack can integrate Solana without extra infrastructure — another entry point for users who know MetaMask from the EVM world.
  • The step fits MetaMask’s broader multichain opening; the extension itself had already gained native Solana access earlier.
  • That the integration builds on @solana/kit shows the growing adoption of the new Solana TypeScript stack.

What to Watch

  • How many MetaMask embedded apps actually enable Solana
  • Whether smart-account features (account abstraction, gas sponsoring) come to Solana flows too

Sources

#metamask #wallets #solana-kit #sdk #infrastructure