2647b embedded wallets brand and extends style update to related tutorials#2703
Open
m4sterbunny wants to merge 16 commits intomainfrom
Open
2647b embedded wallets brand and extends style update to related tutorials#2703m4sterbunny wants to merge 16 commits intomainfrom
m4sterbunny wants to merge 16 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
m4sterbunny
commented
Feb 12, 2026
yashovardhan
requested changes
Feb 23, 2026
|
|
||
| For production use cases, you might need to add additional caveats to restrict the delegation further. | ||
| Learn more about [caveat enforcers](/smart-accounts-kit/concepts/delegation/caveat-enforcers). | ||
| ## Next steps |
Member
There was a problem hiding this comment.
This relates to smart accounts kit, maybe use some other PR for this change.
Contributor
Author
There was a problem hiding this comment.
@bgravenorst PTAL and see if you are ok to approve, else I will split this out
Contributor
There was a problem hiding this comment.
Maybe just ping Ayush, he may have some additional content to link to.
m4sterbunny
commented
Feb 23, 2026
bgravenorst
requested changes
Feb 27, 2026
| A paymaster is a vital component in the ERC-4337 standard, responsible for covering transaction costs on behalf of the user. There are various types of paymasters, such as gasless paymasters, ERC-20 paymasters, and more. | ||
|
|
||
| In this guide, we'll talk about how you can use the Pimlico's ERC-20 Paymaster with Web3Auth Account Abstraction Provider to allow your users to pay for their transactions using ERC-20 tokens. | ||
| In this guide, we'll demonstrate how you can use the Pimlico's ERC-20 Paymaster with Embedded Wallets' account abstraction provider to allow your users to pay for their transactions using ERC-20 tokens. |
Contributor
There was a problem hiding this comment.
Suggested change
| In this guide, we'll demonstrate how you can use the Pimlico's ERC-20 Paymaster with Embedded Wallets' account abstraction provider to allow your users to pay for their transactions using ERC-20 tokens. | |
| This guide demonstrates how to use Pimlico's ERC-20 Paymaster with an Embedded Wallets' account abstraction provider to allow your users to pay for their transactions using ERC-20 tokens. |
| ## Step 1: Integrate `AccountAbstractionProvider` | ||
|
|
||
| ### Installation | ||
| Once, you have set up the Embedded Wallets dashboard, and created a new project, it's time to integrate the Embedded Wallets account abstraction provider in your Web application. For the implementation, we'll use the [@web3auth/account-abstraction-provider](https://www.npmjs.com/package/@web3auth/account-abstraction-provider). The provider simplifies the entire process by managing the complex logic behind configuring the account abstraction provider, bundler, and preparing user operations. |
Contributor
There was a problem hiding this comment.
Suggested change
| Once, you have set up the Embedded Wallets dashboard, and created a new project, it's time to integrate the Embedded Wallets account abstraction provider in your Web application. For the implementation, we'll use the [@web3auth/account-abstraction-provider](https://www.npmjs.com/package/@web3auth/account-abstraction-provider). The provider simplifies the entire process by managing the complex logic behind configuring the account abstraction provider, bundler, and preparing user operations. | |
| After you set up the Embedded Wallets dashboard and create a project, integrate the Embedded Wallets account abstraction provider into your web application. For this guide, use the [`@web3auth/account-abstraction-provider`](https://www.npmjs.com/package/@web3auth/account-abstraction-provider). This package manages the configuration for the account abstraction provider and bundler and prepares user operations. |
| ## Configure Web3Auth | ||
| ## Step 2: Configure Embedded Wallets | ||
|
|
||
| Once you have configured your `AccountAbstractionProvider`, you can now plug it in your Embedded Wallets Modal/No Modal instance. If you are using external wallets like MetaMask, you can define whether you want to use the `AccountAbstractionProvider`, or EthereumPrivateKeyProvider by setting the `useAAWithExternalWallet` in `IWeb3AuthCoreOptions`. |
Contributor
There was a problem hiding this comment.
Suggested change
| Once you have configured your `AccountAbstractionProvider`, you can now plug it in your Embedded Wallets Modal/No Modal instance. If you are using external wallets like MetaMask, you can define whether you want to use the `AccountAbstractionProvider`, or EthereumPrivateKeyProvider by setting the `useAAWithExternalWallet` in `IWeb3AuthCoreOptions`. | |
| After you configure `AccountAbstractionProvider`, plug it into your Embedded Wallets modal or no-modal instance. If you use an external wallet such as MetaMask, set `useAAWithExternalWallet` in `IWeb3AuthCoreOptions` to control whether Web3Auth uses `AccountAbstractionProvider` or `EthereumPrivateKeyProvider`. |
|
|
||
| For production use cases, you might need to add additional caveats to restrict the delegation further. | ||
| Learn more about [caveat enforcers](/smart-accounts-kit/concepts/delegation/caveat-enforcers). | ||
| ## Next steps |
Contributor
There was a problem hiding this comment.
Maybe just ping Ayush, he may have some additional content to link to.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Issue(s) fixed
Fixes #Partial 2647
Preview
Checklist
External contributor checklist
Note
Low Risk
Documentation-only updates that mainly rename/rephrase Embedded Wallets/Web3Auth references and reorganize tutorial sections; low risk aside from potential link/formatting regressions.
Overview
Updates multiple tutorials to align wording with Embedded Wallets branding (including “previously Web3Auth”) and fixes minor copy issues (typos/terminology).
Restructures tutorial flow and navigation: adds/standardizes
Next stepssections, converts the ERC-20 paymaster guide into explicit step-based sections with new callouts, clarifies batch transaction guidance, and appends links to related advanced docs (batch transactions and sponsored paymasters).Written by Cursor Bugbot for commit 36d1fc1. This will update automatically on new commits. Configure here.