Dagon is a singleton contract which allows accounts to extend their functionality with token tracking and proposal voting. This module is designed to enable a Safe to track the contributions of members by minting a Dagon token.
- Can handle contributions made by native curreny, or by ERC20 tokens sent via transferFrom
- Safe can install the module, set which tokens are tracked for contributions, and set the exchange rate for each token
- Handling of voting weight and execution based on token share is not yet implemented
Still in testing and not ready for production use.