-
Notifications
You must be signed in to change notification settings - Fork 500
Closed
Milestone
Description
Changelog
- 16 - 05 - 2016: Issue created
- 13 - 06 - 2016: Modified issue to turn it into a DIR
Problem Definition
As of DAO v1.0 getting out of the DAO and reclaiming your remaining ether requires the user to perform a split. This is a very long process which is cumbersome and very difficult to follow for non-technical people. Plus there is a possibility for other users to follow in a split and try to make your life difficult as defined in the Stalker Attack.
Proposed Solution
The solution is straightforward. A function allowing instant withdrawal from the DAO needs to be added for the user. This function should burn the user's tokens and return to him the remaining ether. An implementation of this can be seen here.
An alternative implementation which also allows for changing votes during the voting process can be seen here