-
Notifications
You must be signed in to change notification settings - Fork 8
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
Recover assets from vault in Aragon #70
Comments
It seems that this problem occurs because we pass a too high value to |
There is a DAO with an incredible amount of ROC, which, according to CryptoCompare has a value of 0.0005074 ETH (even If it has not been used in 3 years). This is the recovery vault with addr I think we should keep a list of "burn addresses" to delete from our dataframes. Or should we keep this info? @javiag |
It sounds very reasonable. My main concern is how do we know that the address is a "burn address". Is there a curated list somewhere? Can users declare that an address is a burn address? In addition, I'd like you to document carefully the process in the code, but also to explain it in the documentation (I don't know if in the about page, because it is too technical). |
Update: The problem seems to be that there are a lot of DAOs with the recoveryAddress set to I don't quite understand how Aragon DAOs finances go... Currently, we are using the recoveryAddress, but there are some daos which don't have a recoveryAddress, but have the finance application so they have some value stored. Others have the tokens stored in the agent... Here are the installed apps for MyBit In the meantime, I think setting the vault address from 0x0 to NaN should suffice. |
We should at least put a disclaimer because the assets are only on the recovery vault |
This is a "feature" of all DAO platforms (even though in Aragon is the problem is more prominent because of "apps"). Perhaps we should still put a disclaimer, or even add a "caption" to every graph explaining it a bit. But that would be another issue... |
Our current method to recover assets is to get the balance of the DAO address. There are some platforms, like Aragon, that store assets in another app and not the core, thus, having a different address where the balance is stored.
The text was updated successfully, but these errors were encountered: