跳至主要内容
本页面使用机器翻译自英语,可能包含错误或不清楚的语言。如需最准确的信息,请参阅英文原文。由于更新频繁,部分内容可能与英文原文有出入。请加入我们在 Crowdin 上的努力,帮助我们改进本页面的翻译。 (Crowdin translation page, Contributing guide)

Kaia Safe

In a typical blockchain platform like Kaia, most users are familiar with single key wallet systems such as Kaia Wallet and MetaMask, which are also known as externally owned accounts (EOA). These accounts make use of traditional key pairs, i.e., public keys and private keys, which isn’t ideal as the private key creates a single point of failure.

This makes EOAs unsuitable for organisational use, as a compromised private key could lead to the organisation losing all of its crypto funds—such was the case in the Wintermute hack where $162.5 million was lost.

This is where multisig wallets like Kaia Safe come in. Unlike single key wallets, a multi-sig wallet needs multiple parties' private keys to sign and execute a transaction, removing the single point of failure and providing greater security for organisational use cases.

What are MultiSig Wallets?

As the name implies, a multi-signature wallet is a digital wallet that requires two, three, or more private keys from different sources to confirm and execute a crypto transaction.

For example, you can imagine a multi-signature wallet as a safe that has three locks. The three keys required to open the safe are with three different individuals, thus requiring their joint consent to open.

Here are the main benefits of multisig wallets:

  • Store assets/funds securely: Companies and protocols can store their funds safely without worrying about a private key leak or one bad actor moving funds without authorization.

  • Enable decentralised decision making: Companies and business executives can make on-chain decisions on which transactions to execute.

  • Two-factor authentication: With the help of multisig wallets, businesses and individuals can make sure that only those with access to the necessary keys can execute transactions.

Next, we will dive into Kaia Safe, a multisig wallet for Klatyn, and how to use it to manage your funds and transactions.

What is Kaia Safe?

Kaia Safe is a multisig wallet for the Kaia ecosystem. It is a fork of the well-known multisig wallet Gnosis Safe.

Benefits

  • Store and transfer KAIA and KCTs (KIP7, KIP17): Users can deposit and transfer cryptocurrencies (KAIA) and tokens (fungible or non-fungible).

  • Flexibility and security: The confirmation threshold gives users more flexibility and control over which transactions should be executed, and removes the single point of failure.

  • Safe apps: Kaia Safe's functionality is expanded by the addition of custom apps that enable batch transactions and interaction with other dApps. One example of this safe app is the Transaction Builder which combines and executes multiple transactions as a batch transaction.

  • Account recovery: In the event of lost keys, Kaia Safe accounts can be recovered as long as the confirmation threshold can still be met by the remaining keys.

让这个页面变得更好