You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few details about the dao configuration and Aragon in general.
1.) The DAO will need to be both the lock beneficiary and a Lock Manager.
2.) We need to decide on the voting parameter configuration
3.) I'm not sure yet how to direct the dao to mint shares for authors. I'm sure this is fairly straightforward. Ideally, only the hook has this permission.
4.) The necessary Aragon components I've identified are:
Redemptions
The dandelion template has all of these out of the box, but also includes functionality we maybe don't need:
Another option is to use a more basic template, and use the aragon-cli to add additional functionality as needed. For example, the membership template has everything I listed as needed except for redemptions. Not sure yet how difficult it is to take this approach yet.
Aragon has an app called "Aragon Agent" https://hack.aragon.org/docs/guides-use-agent
TLDR; This will essentially allow the Dao to call "withdraw", or otherwise configure the lock and/or hook.
The Agent app (or Aragon Agent) is an Aragon app that can be installed in any Aragon DAO. It's main feature is its ability to perform arbitrary calls to contracts. This means it can be thought of as the external interface of a DAO.
Aragon Agent is a fully-fledged Ethereum account owned by an Aragon organization. It's like a multi-signature account on steroids that enables organizations to interact with any Ethereum contract or protocol.
A few details about the dao configuration and Aragon in general.
1.) The DAO will need to be both the lock beneficiary and a Lock Manager.
2.) We need to decide on the voting parameter configuration
3.) I'm not sure yet how to direct the dao to mint shares for authors. I'm sure this is fairly straightforward. Ideally, only the hook has this permission.
4.) The necessary Aragon components I've identified are:
The dandelion template has all of these out of the box, but also includes functionality we maybe don't need:
Another option is to use a more basic template, and use the aragon-cli to add additional functionality as needed. For example, the membership template has everything I listed as needed except for redemptions. Not sure yet how difficult it is to take this approach yet.
Aragon has an app called "Aragon Agent" https://hack.aragon.org/docs/guides-use-agent
TLDR; This will essentially allow the Dao to call "withdraw", or otherwise configure the lock and/or hook.
(see #34 for context)
The text was updated successfully, but these errors were encountered: