-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to receive ETH (ERC20, NFT) directly #69
Comments
@marsrobertson This shouldn't be too tricky. I imagine we can use fallback function and allow members to distribute received ETH, as well as make it a contribution asset. Will take a sweep at pattern this week 🛠️ ~~ |
Real-life use case:https://www.youtube.com/watch?v=vkCOZiqOhBM Tried Aragonhttps://discordapp.com/channels/672466989217873929/672466989767458861/706436049693310976 |
hey @marsrobertson the ability to receive ETH directly would basically just involve adding a fallback payable function into Moloch.sol. This would take a bit of reworking on base code, though. To start, I think using v2x Moloch and Minion (H/T Raid Guild) can help DAOs handle raw ETH. Check our codebase and deployments here: https://github.com/lexDAO/moloch In this format, ETH that is contributed to a Moloch gets automatically wrapped and tokenized as wETH for ESCROW / GUILD. You can also use the Minion to receive raw ETH under the Moloch's control, and link QRs to Minion address in that way. |
Recently did a governance pivot: https://medium.com/@basexisland/fundraising-strategy-incentives-3cb3e765624e https://discordapp.com/channels/672466989217873929/674690078890786876/722486317891715142 Bottom line: DAO not fit for my the purpose. Keen to enhance UI / UX and experiment with more real-life use cases. |
At the risk of infringing privacy, but easier to illustrate the issue via genuine conversation:
I would like to put my Moloch V2 as the beneficiary: https://cryptounlocked.wetrust.io/
Another use case: some media attention, press coverage, QR code printed in a newspaper... Guys sending funds directly to the address.
Sending ETH directly to the Vault / Treasury seems cool, practical.
The text was updated successfully, but these errors were encountered: