Unstaked Paymasters Reputation Rules
Paymasters that are not staked have additional restrictions in ERC-7562.
UREP-010 Same sender mempool count
UserOperations
with an unstaked sender
are only allowed up to SAME_SENDER_MEMPOOL_COUNT
(4) times in the mempool.
UREP-020 Entity ops allowed
For entities that are not unstaked senders, the number of user operations allowed in the mempool are:
opsAllowed = SAME_UNSTAKED_ENTITY_MEMPOOL_COUNT + (inclusionRate * INCLUSION_RATE_FACTOR) + (min(opsIncluded, 10000)
SAME_UNSTAKED_ENTITY_MEMPOOL_COUNT
= 10INCLUSION_RATE_FACTOR
= 10
New entities are allowed SAME_UNSTAKED_ENTITY_MEMPOOL_COUNT
(10) user operations in the mempool.
Updated 10 months ago