본문으로 건너뛰기
이 페이지는 영문에서 기계 번역되었으므로 오역이나 어색한 표현이 있을 수 있습니다. 따라서 정확한 정보는 영어 원문을 참조하시기 바랍니다. 또한 잦은 업데이트로 인해 일부 콘텐츠는 영문이 그대로 남아있을 수 있습니다. 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.

페이지를 개선해 주세요