diff --git a/ERCS/erc-7540.md b/ERCS/erc-7540.md index f6e4cb590e..b949debdce 100644 --- a/ERCS/erc-7540.md +++ b/ERCS/erc-7540.md @@ -8,7 +8,7 @@ status: Review type: Standards Track category: ERC created: 2023-10-18 -requires: 20, 165, 4626 +requires: 20, 165, 4626, 7575 --- ## Abstract @@ -395,6 +395,12 @@ Asynchronous deposit Vaults MUST return the constant value `true` if `0x1683f250 Asynchronous redemption Vaults MUST return the constant value `true` if `0x0899cb0b` is passed through the `interfaceID` argument. +### [ERC-7575](./eip-7575.md) support + +Smart contracts implementing this Vault standard MUST implement the [ERC-7575](./eip-7575.md) standard (in particular the `share` method). + +Contracts MAY omit `ERC7575WithdrawVault` and `ERC7575MintVault` as Partial Vaults. + ## Rationale ### Including Request IDs but Not Including a Claim by ID method