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: smart-contracts/advanced/multisig.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,15 @@ There are several multisig wallet implementations on Filecoin. Builders can inte
24
24
25
25
The Filecoin Native [MultisigActor](/basics/the-blockchain/actors#multisigactor) is a built-in actor that does not interact directly with the Filecoin EVM. Like other Filecoin actors, native multisig addresses begin with `f2` and represent a group of transaction signers with a maximum of 256 signers. Signers may be external users or the MultisigActor itself and can include `f1` and `f3`[addresses](https://docs.filecoin.io/basics/the-blockchain/addresses).
26
26
27
-
A [MultisigActor CLI](https://lotus.filecoin.io/lotus/manage/multisig/) is available from the Lotus CLI, and a web UI for MultisigActors is available at https://www.glif.io/en/multisig/.
27
+
#### Filecoin Native Multisig UIs
28
+
29
+
-[Glif Multisig](https://www.glif.io/en/multisig/) is a non-custodial web UI for the Filecoin Native Multisig wallet
30
+
-[MultisigActor CLI](https://lotus.filecoin.io/lotus/manage/multisig/) can also be used and is available from the Lotus CLI
31
+
28
32
29
33
### Safe multisig
30
34
31
-
[Safe](https://safe.global/) is a popular smart EVM multisig account infrastructure provider that allows users to manage their digital assets securely. It is non-custodial, formally verified, secures over $100B in assets, and is used by more than 200 projects. Safe has been deployed to the Filecoin EVM.
35
+
[Safe](https://safe.global/) is a popular smart EVM multisig account infrastructure provider that allows users to manage their digital assets securely and can be used with many popular EVM wallets. It is non-custodial, formally verified, secures over $100B in assets, and is used by more than 200 projects. Safe has been deployed to the Filecoin EVM.
32
36
33
37
#### Safe UI
34
38
@@ -44,7 +48,11 @@ A web UI for the Safe multisig on Filecoin is available at:
44
48
-**Signing a transaction** from an account with no previous activity on the Filecoin blockchain will fail. You can send a transaction to this account with zero funds to initiate its on-chain activity to work around this issue.
45
49
-**Executing a transaction** can produce gas estimation issues for accounts that have a very small amount of funds (that would not or would barely cover the transaction).
46
50
-**Transaction confirmation times** may lead to prolonged "processing" status in the UI.
47
-
-**Safe addresses from other networks** can be used but if the previous address uses the L1 version of Safe Proxy, a series of technical migration steps will be required to map to the L2 version on Filecoin. Contact support for more info.
51
+
-**Safe addresses from other networks** can sometimes be used but require additional technical steps.
52
+
- In some cases the same Safe address and owner structure is not possible, learn more in [this article](https://help.safe.global/en/articles/40812-i-sent-assets-to-a-safe-address-on-the-wrong-network-any-chance-to-recover).
53
+
- Confirm complete creation (not just as a Placeholder) of the Safe multisig as an EVM contract on Filecoin prior to sending major funds.
54
+
- Instructions for deploying a Safe at the same address on another chain are [available in this video](https://share.zight.com/z8uBKZYr).
55
+
- If the previous address and chain use the L1 version of Safe Proxy, more complex technical migration steps will be required to map to the L2 version on Filecoin. Contact Safe-related support for more info.
48
56
-**Safe-related support** can be found in the "Need Help?" section of the Safe web UI.
0 commit comments