Staked Entities Reputation Rules
Some ERC-4337 entities may stake to gain reputation per ERC-7562.
SREP-010 Stake value and delay
The canonical mempool defines a staked entity if it has MIN_STAKE_VALUE
and unstake delay of MIN_UNSTAKE_DELAY
.
MIN_STAKE_VALUE
is adjustable per chain, but is usually equivalent to ~$1000 in native tokens.MIN_UNSTAKE_DELAY
is typically86400
seconds, or one day.
SREP-020 OK Entities
An OK
staked entity (one that is not throttled or banned) is unlimited by the reputation rule.
i.e., it is allowed unlimited numbers of user operations in the mempool and unlimited numbers in a bundle.
Updated 10 months ago