Embedded wallets to onboard everyone
Ready-built components, familiar social logins, and fully customizable branding. Ditch the 3rd party pop-ups and make your app the hero.
Smart accounts, gasless transactions
Watch transactions soar—sponsor gas, hide transaction signing, and enable one-click swaps, transfers, and checkout.
Less complexity, more flexibility
Easy, secure key management, and no vendor lock-in. Integrate non-custodial wallets with simple sign-ons, passkeys, account recovery, session keys, and more.
Scale with confidence
Grow your app with the most reliable, battle-tested, and secure infrastructure, built by web3's most trusted infra provider.
More users, more transactions
4xtransaction growth
Alchemy’s suite of SDKs across account abstraction, subgraphs and gas sponsorship have been pivotal in ensuring that Friendzone was able to launch in such a short amount of time. Their support and team is truly comprised of world-class innovators.
Andy
Co-founderZero complexity
Alchemy's account abstraction is huge for Anime.com! It lets us tap into the benefits of Web3 without its complexity, creating a seamless user experience—even for non-crypto native users. This aligns perfectly with our long-term goal of onboarding the global anime fanbase.
2pmflow
CTO190k+users onboarded
Alchemy's AA infra has played a crucial role in powering CyberAccount, contributing massively to our ability to serve hundreds of thousands of users in real time. Their team's quick response times and attention to detail have been fundamental to our success.
Ryan Li
Co-founderAffordable
Account Abstraction
A complete AA toolkit plus Alchemy's legendary full-stack developer platform.
- 24/7 engineering team access
- Custom on-demand discounts
- 24/7 VIP support channels
- Committed response time SLAs
- SSO / auth management access
- Prioritized alpha / beta access
- Committed usage discounts
- Custom throughput
- Unlimited apps
- Pay in crypto
- Dedicated marketing support
- Custom terms
Want a closer look at what’s inside Account Kit?
Check out our resources below for popular Account Kit lego blocks
Sponsor gas, boost transactions
Get users to your magic moment faster by removing the biggest barrier with gas sponsorship.
Code preview
import { smartAccountClient } from "./smartAccountClient.ts";
// Send a sponsored UO from your smart account like this:
const { hash } = await smartAccountClient.sendUserOperation({
target: "0xTargetAddress",
data: "0xCallData",
value: 0n, // value in bigint or leave undefined
});