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
At the moment, the recovery address to which funds are sent must be set in advance when deploying the RecoveryContract contract. This reduces flexibility for the user, as the recovery address cannot be changed subsequent to deployment, and if details to the recovery account are lost (and a new recovery address is not deployed), so too are the user's funds.
We can replace the recovery address with a recovery seed phrase that allows the asset owner to specify a recovery address at the point of asset withdrawal. The seed phrase will be verified using zero knowledge to restrict its use to the asset owner only. This adds an extra layer of flexibility and simplifies the security setup of the recovery service.
The text was updated successfully, but these errors were encountered:
At the moment, the recovery address to which funds are sent must be set in advance when deploying the
RecoveryContract
contract. This reduces flexibility for the user, as the recovery address cannot be changed subsequent to deployment, and if details to the recovery account are lost (and a new recovery address is not deployed), so too are the user's funds.We can replace the recovery address with a recovery seed phrase that allows the asset owner to specify a recovery address at the point of asset withdrawal. The seed phrase will be verified using zero knowledge to restrict its use to the asset owner only. This adds an extra layer of flexibility and simplifies the security setup of the recovery service.
The text was updated successfully, but these errors were encountered: