Skip to content

Commit 124ec29

Browse files
authored
Update README.md
1 parent 0e0161f commit 124ec29

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ We assume that the `signer` key is backed up such that the probability of the `s
1919

2020
Under this model we can build a simple yet highly secure non-custodial wallet.
2121

22+
To enable that model to evolve if needed, the account is implemented as a proxy delegating all calls to a target implementation. Upgrading the wallet to a new implementation requires the approval of both the `signer` and a `guardian`.
23+
2224
| Action | Signer | Guardian | Comments |
2325
|--------|--------|----------|----------|
2426
| Execute | X | X | |
@@ -30,11 +32,7 @@ Under this model we can build a simple yet highly secure non-custodial wallet.
3032
| Escape Guardian | X | | After security period |
3133
| Escape Signer | | X | After security period |
3234
| Cancel Escape | X | X | |
33-
34-
35-
## Missing Cairo features
36-
37-
- A mechanism to pay fees.
35+
| Upgrade | X | X | |
3836

3937
## Development
4038

0 commit comments

Comments
 (0)