https://github.com/5afe/safe-recovery-module
Safe recovery module to recover a lost safe after a recover period
https://github.com/5afe/safe-recovery-module
Last synced: about 1 year ago
JSON representation
Safe recovery module to recover a lost safe after a recover period
- Host: GitHub
- URL: https://github.com/5afe/safe-recovery-module
- Owner: 5afe
- Created: 2022-11-26T12:33:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T13:18:00.000Z (over 3 years ago)
- Last Synced: 2025-03-27T16:48:55.329Z (about 1 year ago)
- Language: Solidity
- Size: 8.79 KB
- Stars: 7
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Foundry][foundry-badge]][foundry]
[foundry]: https://getfoundry.sh/
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
# Safe Recovery Module
A Safe module to recover a lost safe.
## How does it work?
Using Safe transactions trusted addresses can be set as delegates and a recover period in seconds can be set.
Any of the delegates' addresses can start the recovery process and finally recover the safe after the recover period has passed.
During the recover period the recovery process can be stopped at any time using Safe transactions
## Development status
Currently the module is still WIP.
It is not deployed on any networks yet.
### Todos:
- [] Deploy on görli
- [] Add more tests
- [] Refactor contract