Skip to content

Commit 7dede47

Browse files
authored
Initial Safe multisig UI updates
1 parent 877a3d4 commit 7dede47

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

smart-contracts/advanced/multisig.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,38 @@ Multisig wallets enable builders to integrate the following features into their
1818

1919
## Available multisig wallet implementations
2020

21-
There are several multisig wallet implementations built upon the FVM. Builders can integrate these multisig wallets into their applications today.
21+
There are several multisig wallet implementations on Filecoin. Builders can integrate these multisig wallets into their applications today.
2222

23-
### [Safe](https://safe.global/)
23+
### Filecoin Native Multisig
2424

25-
Safe is a popular smart account infrastructure provider that allows users to manage their digital assets securely. It is formally verified, secures over $100B in assets, and is used by more than 200 projects.
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).
2626

27-
> **Note**: The Safe.global web UI does not currently support Filecoin. Users can only interact with Safe on the Filecoin network using the CLI and Filecoin explorers.
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/.
2828

29-
**Safe Smart Contracts**
29+
### [Safe](https://safe.global/)
3030

31-
Gnosis Safe’s smart contracts are live on the Filecoin Mainnet and Calibration testnet.
31+
Safe 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.
32+
33+
#### Safe UI
34+
35+
A web interface for the Safe multisig on Filecoin is available at:
36+
- https://safe.filecoin.io on [Filecoin Mainnet](https://docs.filecoin.io/networks/mainnet)
37+
- https://staging.safe.filecoin.io on [Filecoin Calibration testnet](https://docs.filecoin.io/networks/calibration)
38+
39+
![SafeUI](https://github.com/user-attachments/assets/450d925e-c280-4c0d-b5da-cdb148c146fd)
40+
41+
42+
#### Safe Troubleshooting
43+
44+
- **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 and the issue will not persist anymore.
45+
- **Executing a transaction** can produce gas estimation issues for *accounts that have a very small amount of funds* (that would not or barely cover the transaction).
46+
- **Due to transaction confirmation times** users may experience prolonged "processing" status in the UI.
47+
- See [finality](https://docs.filecoin.io/reference/general/glossary#finality) for more info on current finality (note that faster finality is coming to Filecoin in the near future).
48+
49+
50+
#### Safe Smart Contracts
51+
52+
Safe’s multisig smart contracts are live on the Filecoin Mainnet and Calibration testnet.
3253

3354
| Name | Address | Mainnet | Calibration |
3455
| ------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | ------- | ----------- |

0 commit comments

Comments
 (0)