
Seamless user onboarding
Onboard users with their preferred login method whether it’s an email or wallet. Customize it all to your brand.

âś“ Embedded wallets
âś“ Email and social login
âś“ Plug-n-play UI components
âś“ iOS and Android
Gasless transactions
Get users to transactions faster. Hide signing, and sponsor gas with any ERC-20 token across chains.

âś“ Gas sponsorship
âś“ Pay with any ERC-20
âś“ Self-custodial
âś“ Batch transactions
Powerful wallet policies
Set custom policies on permissions, automations, transaction limits, and more across multiple chains.


âś“ Time-based policies
âś“ Multi-signature
âś“ Transaction limits
âś“ Flexible gas policies

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-founder
Sponsor gas, boost transactions
Get users to your magic moment faster by removing the biggest barrier with gas sponsorship.
Code preview
Copied
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
});
