-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Abstract
Devs, delegates and researchers are needed for creating a system where token holders delegate to a Smart Contract instead of a single delegate EOA.
Context
What if instead of delegating to a specific delegate we delegate to a more complex organization? At present time, SEED Latam is a complex organization composed of many researchers and a delegate that executes votes on chain and delegators choose to delegate to the delegator that SEED Latam proposes because they trust SEED Latam judgement. I think other organizations like this are to come so we need contracts that help expressing what really happens in such organizations.
Delegating to a Smart Contract can unlock stuff such as a delegate retiring gracefully, taking vacations or a community bypassing a delegate vote.
What is needed
I think a first MVP can be a Smart Contract where people delegate to, and where a multisig can choose a Delegate. Only the delegate should be able to execute castVote
functionon on that Smart Contract.