Skip to content

Commit

Permalink
Added multi-sig section to features
Browse files Browse the repository at this point in the history
Added multi-sig section to features
  • Loading branch information
ashishb1052002 committed Mar 12, 2024
1 parent aa43b2d commit 1397ef2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
"airgap-vault/features/social-recovery",
"airgap-vault/features/sapling",
"airgap-vault/features/address-book",
"airgap-vault/features/multi-sig",
],
collapsed: true,
},
Expand Down Expand Up @@ -92,6 +93,26 @@ module.exports = {
items: [
"airgap-knox/introduction",
"airgap-knox/device",
{
type: "category",
label: "Features",
items: [
"airgap-vault/features/address-explorer",
"airgap-vault/features/bip-39-wordlist",
"airgap-vault/features/bip-85",
"airgap-vault/features/dice-coin-entropy",
"airgap-vault/features/key-generation",
"airgap-vault/features/bip-39-passphrase",
"airgap-vault/features/multi-wallet",
"airgap-vault/features/multi-seed",
"airgap-vault/features/secure-keyboard",
"airgap-vault/features/social-recovery",
"airgap-vault/features/sapling",
"airgap-vault/features/address-book",
"airgap-vault/features/multi-sig",
],
collapsed: true,
},
"airgap-knox/faqs",
],
collapsed: true,
Expand Down
17 changes: 17 additions & 0 deletions src/docs/airgap-vault/features/multi-sig.mdx
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) |

0 comments on commit 1397ef2

Please sign in to comment.