As part of GIP-77, we would like to add the option for spaces to enforce term-limits on delegation.
We propose to add a termLimit key to the delegation object in a space's Snapshot settings, which defines the length of time which delegations in the space remain valid, from the time that the delegation is set.If the current timestamp is greater than the timestamp of the block when the delegation was set plus the termLimit, then the delegation is void; no vote weight is delegated.
Users must periodically set / re-set their delegation.
As part of GIP-77, we would like to add the option for spaces to enforce term-limits on delegation.
We propose to add a
termLimit
key to thedelegation
object in a space's Snapshot settings, which defines the length of time which delegations in the space remain valid, from the time that the delegation is set.If the current timestamp is greater than the timestamp of the block when the delegation was set plus thetermLimit
, then the delegation is void; no vote weight is delegated.Users must periodically set / re-set their delegation.