Skip to content

Commit 7730883

Browse files
committed
edits
1 parent 3c262d3 commit 7730883

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

delegation-toolkit/concepts/erc7715.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Dapps can use this method to request a wallet to grant the dapp permission to ex
2323
`wallet_grantPermissions` requires a `signer` parameter, which identifies the entity requesting or managing the permission.
2424
Common signer implementations include wallet signers, single key and multisig signers, and account signers.
2525

26-
The Delegation Toolkit's implementation uses an account signer.
27-
A session account is created and used for the single purpose of requesting and redeeming ERC-7715 permissions, and does not contain tokens.
26+
The Delegation Toolkit supports multiple types of signers, but [an account signer is used in this documentation's examples](../guides/erc7715/execute-on-metamask-users-behalf.md) as a common implementation.
27+
With an account signer, a session account is created and used for the single purpose of requesting and redeeming ERC-7715 permissions, and does not contain tokens.
2828
The session account can be granted with permissions and redeem them as specified in [ERC-7710](https://eips.ethereum.org/EIPS/eip-7710).
2929
The session account can be a smart account or an externally owned account (EOA).
3030

@@ -40,6 +40,8 @@ Regular delegations cannot be signed through the MetaMask extension, because if
4040

4141
In contrast, ERC-7715 enables dapps (and AI agents) to request permissions from a user directly via the MetaMask extension.
4242
ERC-7715 requires a permission configuration which displays a human-readable confirmation for the MetaMask user.
43+
The user can modify the permission parameters if the request is configured to allow adjustments.
44+
4345
For example, the following ERC-7715 permission request displays a rich UI including the start time, amount, and period duration for an [ERC-20 token periodic transfer](../guides/erc7715/use-permissions/erc20-token.md#erc-20-periodic-permission):
4446

4547
<p align="center">

0 commit comments

Comments
 (0)