For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
Skip to main content

Integrate Embedded Wallets with EVM Compatible Chains

Embedded Wallet SDKs seamlessly integrate with all EVM-based chains, following the specifications outlined in EIP-155 and EIP-1193. Additionally, smart accounts are supported for all compatible chains.

You can check out the following guides we've written for selected blockchains. We have covered a wide variety of EVM Chains, if anything is missing, you can add directly on the Dashboard.

EVM Compatible Chains

Dashboard configuration

info

With Embedded Wallets v11 onward, chains are already added to the dashboard. You can use any chain from the extensive list of predefined chains and add more if needed by toggling them on. See our guide to add custom chains for more details.

The Embedded Wallets Web SDK (@web3auth/modal) does not need any additional setup on the code side for standard EVM connections. Chains enabled in the dashboard are loaded automatically at runtime.

You can still pass a chains array in web3AuthOptions when you need custom RPC endpoints, local testing overrides, or patterns shown in SDK demo apps. Prefer dashboard chain configuration for production.

Chains on Dashboard