Skip to content

Commit e582cc9

Browse files
Add resources to "Send batch transactions" (#2005)
1 parent e5d3af1 commit e582cc9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

wallet/how-to/send-transactions/send-batch-transactions.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can send and manage batch transactions in MetaMask, using the methods specif
1414
## About atomic batch transactions
1515

1616
An atomic batch transaction is a group of transactions that are executed together as a single unit.
17-
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their externally owned account (EOA) to a [MetaMask delegator account](https://docs.gator.metamask.io/concepts/delegator-accounts).
17+
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their externally owned account (EOA) to a [MetaMask delegator account](https://docs.gator.metamask.io/concepts/delegator-accounts) (or "smart account").
1818
If the user accepts, MetaMask proceeds to upgrade the account and process the request as a single atomic transaction as specified by [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702).
1919

2020
:::note Delegator accounts
@@ -81,7 +81,7 @@ For example:
8181
The `atomic` capability can have a `status` of `supported` or `ready`:
8282

8383
- `supported` means MetaMask supports atomic batch transactions for the account and chain ID.
84-
- `ready` means MetaMask will prompt the user to upgrade their account to a MetaMask delegator account.
84+
- `ready` means MetaMask will prompt the user to upgrade their account to a MetaMask smart account.
8585
If the user approves, the `status` will upgrade to `supported`.
8686

8787
If the `atomic` capability is not `supported` or `ready` for a specified chain ID, MetaMask will not return anything for that chain ID.
@@ -212,3 +212,11 @@ In some cases, calls can be executed atomically but in multiple transactions (fo
212212
`eth_bundle` on an L2 network resistant to reorgs).
213213
In these cases, `atomic` is `true` but multiple receipts are returned.
214214
:::
215+
216+
## Resources
217+
218+
- See the [MetaMask 7702/5792 Readiness dapp](https://7702playground.metamask.io/) to quickly test sending batch transactions.
219+
- See the [MetaMask Delegation Toolkit documentation](https://docs.gator.metamask.io/) for more information about delegator accounts and their capabilities.
220+
- See the following topics in the MetaMask end user documentation:
221+
- [What is a smart account?](https://support.metamask.io/configure/accounts/what-is-a-smart-account/)
222+
- [How to switch to or revert from a smart account](https://support.metamask.io/configure/accounts/switch-to-or-revert-from-a-smart-account/)

0 commit comments

Comments
 (0)