gnosis / dao

Repo containing descriptions and setting files for various components of the GnosisDAO.
GNU General Public License v3.0
0 stars 2 forks source link

Add term-limits to delegation #6

Open auryn-macmillan opened 1 year ago

auryn-macmillan commented 1 year ago

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.