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
Sometimes the tokens being held in the Vault do not have only economic value, but also allow the holder (the DAO) to perform some actions such as voting or requesting dividends.
A way to forward actions to other contracts as the Vault to perform actions as the token holder is needed.
A more elegant approach would be just a flow of doing an approve/transferFrom with the contract that wants to perform the action as the holder, and at the end return the tokens back to the Vault. This approach wouldn't work to vote with MiniMe tokens, given that the balance is checked at a particular block height.
The text was updated successfully, but these errors were encountered:
Sometimes the tokens being held in the Vault do not have only economic value, but also allow the holder (the DAO) to perform some actions such as voting or requesting dividends.
A way to forward actions to other contracts as the Vault to perform actions as the token holder is needed.
A more elegant approach would be just a flow of doing an approve/transferFrom with the contract that wants to perform the action as the holder, and at the end return the tokens back to the Vault. This approach wouldn't work to vote with MiniMe tokens, given that the balance is checked at a particular block height.
The text was updated successfully, but these errors were encountered: