The web3 engine
Infrastructure that makes it simple to get started and easy to scale infinitely, all with the APIs that address the biggest challenges in web3.
![peak-reliability-img](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1705612689-peak-reliability-img.png&w=3840&q=75)
![unlimited-scalability-img](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1705612762-unlimited-scalability-img.png&w=3840&q=75)
![Desktop section background image](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1705621731-bg-globe.jpg&w=3840&q=75)
Save money. Ship faster.
$100+ Billion
Onchain transaction volume$35 Million
Worth of engineering hours saved (2,025 days)10s of Millions
End Users![Image](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1705948351-screenshot-2024-01-22-at-10-31-59-am.png&w=1080&q=75)
Community
The reliability and scalability of Alchemy’s comprehensive developer platform - from infrastructure and tooling to enhanced APIs and monitoring systems - is best in class.
CTO and Co-founder | Raymond Feng
![Desktop section background image](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1705621516-blue-arrow.png&w=3840&q=75)
The web3 API plus so much more
Key features for you to build and scale.
![Free archive data](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1701477470-data-icon.png&w=640&q=75)
Access unlimited requests for archive data, including forking the entire chain from genesis. Available even on the free tier, no additional fees.
![Multichain mainnet and testnets](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1701477459-multichain-icon.png&w=640&q=75)
Build and scale on Layer 1 chains including Ethereum, Solana and Astar as well as Layer 2 chains, including Polygon, Optimism, Arbitrum.
![blur](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1705611704-blur.webp&w=3840&q=75)
"Working with Alchemy has helped us save the equivalent of 3 full-time engineers, who otherwise would have to be heads down on infra maintenance, at all times."
![Evgeny Yurtaev headshot](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1699424575-evgeny-yurtaev.jpeg&w=256&q=75)
Evgeny Yurtaev
CEO & Co-founder, Zerion
Explore more of our developer suite
![Card background image](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1713975860-pipelines-product-card.jpg&w=1920&q=75)
Blockchain data pipelines made easy
Save engineering time with fast backfills and reliable, real-time ingestion pipelines.
![Card background image](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1709234066-homepage-embedded.jpg&w=1920&q=75)
Plug-n-play embedded wallets
Make wallets invisible. Simple, non-custodial accounts to onboard users and transact with web2 UX.
Code preview
Copied
// 1. Auth Your User
const signer = new AlchemySigner({
client: {
connection: { rpcUrl },
iframeConfig: { iframeContainerId: "alchemy-signer-iframe-container" },
},
})
signer.authenticate({ type: "email", email: "[email protected]", bundle });
// 2. Create an Account
const account = await createMultiOwnerModularAccount({
transport,
chain,
signer,
});
// 3. Use web3!
account.signMessage({ message: "Hello, World!" });
![Desktop section background image](/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F105223%2F1695993053-convertion-panel-bg-dark.jpg&w=3840&q=75)