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
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ We assume that the `signer` key is backed up such that the probability of the `s
19
19
20
20
Under this model we can build a simple yet highly secure non-custodial wallet.
21
21
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
+
22
24
| Action | Signer | Guardian | Comments |
23
25
|--------|--------|----------|----------|
24
26
| Execute | X | X ||
@@ -30,11 +32,7 @@ Under this model we can build a simple yet highly secure non-custodial wallet.
0 commit comments