-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from ashishb1052002/main
Added multi-sig section to features
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Create Multi-sig accounts with AirGap | ||
slug: /airgap-vault/multi-sig | ||
--- | ||
|
||
Multi-signature(multi-sig) accounts offer enhanced security and control by requiring multiple signatures from different parties to authorize transactions. | ||
|
||
In a multi-signature setup, a predefined number of authorized parties, often referred to as signatories or cosigners, must independently approve a transaction before it can be executed. This requirement introduces an additional layer of security, making it more difficult for malicious actors to compromise the account. | ||
|
||
AirGap Vault does not natively offer support for multi-signature functionality. However, users have the option to leverage third-party multi-signature wallets in conjunction with AirGap.This allows users to utilize AirGap Vault to sign transactions while concurrently creating and administering multi-sig accounts. | ||
|
||
Currently, AirGap is compatible with SAFE on the Ethereum blockchain and TzSAFE on the Tezos chain. For detailed instructions on setting up both wallets, refer to the step-by-step guides provided below. | ||
|
||
| **Multi-sig Wallet** | **Supported blockchains with AirGap Vault** | **Setup guide** | | ||
| -------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | | ||
| SAFE | Ethereum (ETH) | [SAFE Setup Guide](/guides/safewallet) | | ||
| TzSafe | Tezos (XTZ) | [TzSafe Setup Guide](https://medium.com/airgap-it/how-to-create-a-multisig-wallet-with-airgap-on-tezos-68999d2a672a) | |