Skip to content

Commit

Permalink
Adding Safe txn service info
Browse files Browse the repository at this point in the history
  • Loading branch information
eshon authored Dec 12, 2024
1 parent 7dede47 commit 64cc2a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions smart-contracts/advanced/multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The Filecoin Native [MultisigActor](/basics/the-blockchain/actors#multisigactor)

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/.

### [Safe](https://safe.global/)
### Safe multisig

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.
[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.

#### Safe UI

Expand All @@ -46,6 +46,11 @@ A web interface for the Safe multisig on Filecoin is available at:
- **Due to transaction confirmation times** users may experience prolonged "processing" status in the UI.
- 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).

#### Safe Transaction Service

The [Safe transaction service](https://docs.safe.global/core-api/api-safe-transaction-service) on Filecoin is available at:
- https://transaction.safe.filecoin.io on [Filecoin Mainnet](https://docs.filecoin.io/networks/mainnet)
- https://transaction-testnet.safe.filecoin.io on [Filecoin Calibration testnet](https://docs.filecoin.io/networks/calibration)

#### Safe Smart Contracts

Expand Down

0 comments on commit 64cc2a5

Please sign in to comment.