diff --git a/ERCS/erc-7562.md b/ERCS/erc-7562.md index dc5ae9c046..e169e3af2c 100644 --- a/ERCS/erc-7562.md +++ b/ERCS/erc-7562.md @@ -246,6 +246,11 @@ The following reputation rules apply for all staked entities, and for unstaked p ### Entity-specific Rules +definition: + **accountable**:an entity that will be banned if the UserOperation revert when creating a bundle (GREP-040) + (opsSeen/opsIncluded cover failures that cause 2nd validation to fail, and over time, + will get banned) + * **[EREP-010]** For each `paymaster`, the mempool must maintain the total gas `UserOperations` using this `paymaster` may consume. * Do not add a `UserOperation` to the mempool if the maximum total gas cost, including the new `UserOperation`, is above the deposit of the `paymaster` at the current gas price. * **[EREP-011]** REMOVED