Skip to content

2647b embedded wallets brand and extends style update to related tutorials#2703

Open
m4sterbunny wants to merge 16 commits intomainfrom
2647b-embedded-wallets-brand
Open

2647b embedded wallets brand and extends style update to related tutorials#2703
m4sterbunny wants to merge 16 commits intomainfrom
2647b-embedded-wallets-brand

Conversation

@m4sterbunny
Copy link
Contributor

@m4sterbunny m4sterbunny commented Feb 12, 2026

Description

  • Main focus is Embedded Wallets tutorial pass
  • Includes tag along proofing items

Issue(s) fixed

Fixes #Partial 2647

Preview

Checklist

  • If this PR updates or adds documentation content that changes or adds technical meaning, it has received an approval from an engineer or DevRel from the relevant team.
  • If this PR updates or adds documentation content, it has received an approval from a technical writer.

External contributor checklist

  • I've read the contribution guidelines.
  • I've created a new issue (or assigned myself to an existing issue) describing what this PR addresses.

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 steps sections, 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.

@m4sterbunny m4sterbunny requested review from a team as code owners February 12, 2026 15:07
@vercel
Copy link

vercel bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
metamask-docs Ready Ready Preview, Comment Feb 26, 2026 11:58am

Request Review


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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This relates to smart accounts kit, maybe use some other PR for this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bgravenorst PTAL and see if you are ok to approve, else I will split this out

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just ping Ayush, he may have some additional content to link to.

@m4sterbunny m4sterbunny changed the title 2647b embedded wallets brand 2647b embedded wallets brand and extends style update to related tutorials Feb 23, 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.
Copy link
Contributor

@bgravenorst bgravenorst Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just ping Ayush, he may have some additional content to link to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants