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

Delegate to multiple accounts #8

Open auryn-macmillan opened 1 year ago

auryn-macmillan commented 1 year ago

As part of GIP-77, we would like to allow GNO holders to delegate portions of their vote weight to multiple accounts.

Users could define an array of accounts that they would like to delegate their vote weight to, along with an array of values corresponding to the ratios.

[
  {
    "0x1234...5678": 16,
    "0xdead...beef": 9,
    "0xbadd...dadd": 2
  }
]

This may require us to write a new version of the delegate registry contract. If so, we could also add support for #6 and #7, which might make it easier to add these features to interfaces.