diff --git a/docs/build/tools/wallets/kaia-safe/contract-interaction.md b/docs/build/tools/wallets/kaia-safe/contract-interaction.md index 81ae6d9391f1..d9d6afdd806b 100644 --- a/docs/build/tools/wallets/kaia-safe/contract-interaction.md +++ b/docs/build/tools/wallets/kaia-safe/contract-interaction.md @@ -20,8 +20,8 @@ The contract must first be deployed before you may interact with it in your mult To interact with a smart contract in your safe wallet, click **"New Transaction"**. To complete this step, you will need your already deployed contract address and ABI, as illustrated in the previous step. -![](/img/build/tools/kaia-safe/ks-ic-new-tx.gif) +![](/img/build/tools/kaia-safe/kaia-safe-ci-init.gif) **Step 4:** Review and submit the transaction. You will need to sign the transaction with your signer wallet, and it will be executed once the confirmation threshold is reached. -![](/img/build/tools/kaia-safe/ks-review-ic.gif) \ No newline at end of file +![](/img/build/tools/kaia-safe/kaia-safe-ci-review-send.gif) \ No newline at end of file diff --git a/docs/build/tools/wallets/kaia-safe/faqs.md b/docs/build/tools/wallets/kaia-safe/faqs.md index ee8b7fc30c1a..9e7e49d4fe03 100644 --- a/docs/build/tools/wallets/kaia-safe/faqs.md +++ b/docs/build/tools/wallets/kaia-safe/faqs.md @@ -14,14 +14,14 @@ The steps below explain how to add new owners or signers to your Safe account af **Step 2:** Click the **Add new signer** button at the bottom of the card. Clicking this button would open a new window. -![](/img/build/tools/kaia-safe/ks-owners-change.png) +![](/img/build/tools/kaia-safe/ks-add-signers.png) **Step 3:** Enter the **name** of the new owner and paste the **owner's address**. Then click the next button at the bottom-right of the page. **Step 4:** Set a new signature policy. In this case, you can either change or retain the existing signature policy. The image below shows that 2 out of the 4 owners are required to confirm and execute any transaction. -![](/img/build/tools/kaia-safe/ks-owners-details.png) +![](/img/build/tools/kaia-safe/ks-add-signer-details.png) **Step 5:** Review and submit the transaction. @@ -29,7 +29,7 @@ Confirm that all changes are correct before submitting. You can therefore submit After clicking on **Submit**, your connected wallet will ask you to confirm the change. Depending on your existing signature policy, other owners will have to confirm the change just like a regular transaction. -![](/img/build/tools/kaia-safe/ks-review-owners.gif) +![](/img/build/tools/kaia-safe/kaia-safe-change-owner-setup-review.gif) ## Can I change the number of required signer confirmation? @@ -40,21 +40,18 @@ Yes! You can change the number of signer confirmations required by following the This shows your current signature policy, and from the image below, 2 out of 4 owners are required to confirm any transaction. -![](/img/build/tools/kaia-safe/ks-policy-page.png) +![](/img/build/tools/kaia-safe/ks-conf-policy.png) **Step 2:** Click on the **change** button. This pops up a new window to select your new signature threshold. -![](/img/build/tools/kaia-safe/ks-policy-change-btn.png) +![](/img/build/tools/kaia-safe/ks-conf-policy-btn.png) **Step 3:** Click on the **Submit** button. Note that depending on your existing signature policy, other owners will have to confirm the change just like a regular transaction. -![](/img/build/tools/kaia-safe/ks-review-policy.gif) - - ## How do I add an existing safe? @@ -62,10 +59,7 @@ Using your exported Safe data, which contains your added Safe accounts, address > Note: You must have downloaded your Safe data as shown in the image below: -![](/img/build/tools/kaia-safe/ks-data-export.png) - -![](/img/build/tools/kaia-safe/ks-export-data.gif) - +![](/img/build/tools/kaia-safe/ks-export-btn.png) The need to add or load an existing safe into the interface varies. These may include: @@ -80,15 +74,15 @@ Let's go through the process of adding your existing safe in the following steps **Step 2:** Scroll to the **Data Import** card under the **Data** section. -![](/img/build/tools/kaia-safe/ks-data-import-details.png) +![](/img/build/tools/kaia-safe/ks-data-import-i.png) Here you can either Drag and Drop a JSON file or choose your file as seen in the image above. **Step 3:** Click on **Import** button. -![](/img/build/tools/kaia-safe/ks-data-import.png) +![](/img/build/tools/kaia-safe/ks-data-import-btn.png) -![](/img/build/tools/kaia-safe/ks-import-data.gif) +![](/img/build/tools/kaia-safe/kaia-safe-data-import.gif) After this, you should now have access to your Safe account. diff --git a/docs/build/tools/wallets/kaia-safe/tx-builder.md b/docs/build/tools/wallets/kaia-safe/tx-builder.md index 51f921849b72..e491b1ae8e8d 100644 --- a/docs/build/tools/wallets/kaia-safe/tx-builder.md +++ b/docs/build/tools/wallets/kaia-safe/tx-builder.md @@ -14,17 +14,17 @@ Let’s get started with this example using Transaction Builder! **Step 1:** Open Safe Apps. -![](/img/build/tools/kaia-safe/tx-builder-app.png) +![](/img/build/tools/kaia-safe/ks-tx-builder.png) **Step 2:** Open the Transaction Builder Safe app -![](/img/build/tools/kaia-safe/tx-builder-card.png) +![](/img/build/tools/kaia-safe/ks-use-tx-builder.png) **Step 3:** Enter your **token contract address** and **ABI**. In this example, CCT contract address and ABI will be used. You can copy and paste your ABI into the **Enter ABI** field. -![](/img/build/tools/kaia-safe/tx-builder-new.gif) +![](/img/build/tools/kaia-safe/kaia-safe-tx-builder-init.gif) **Step 4:** Select a method and fill the transaction information @@ -33,7 +33,7 @@ From the drop-down you can select a method. In this case, we select the **transf Note: The value is an unsigned integer without any decimals. In this example, the CCT token has 18 decimals. So if you want to send 10 CCT, you have to enter 10000000000000000000. -![](/img/build/tools/kaia-safe/tx-builder-tx-details.gif) +![](/img/build/tools/kaia-safe/kaia-safe-tx-builder-details.gif) **Step 5:** Click **Add transaction** @@ -41,10 +41,8 @@ Note: The value is an unsigned integer without any decimals. In this example, th **Step 7:** Once you added all operations to the batch click **Create Batch** -![](/img/build/tools/kaia-safe/tx-builder-batch-tx.gif) +![](/img/build/tools/kaia-safe/kaia-safe-tx-builder-batch.gif) **Step 8:** Review and submit transaction You'll be able to review the whole batch. Once ready, click **Send Batch** to submit and execute the transaction just like any other Safe transaction. - -![](/img/build/tools/kaia-safe/tx-builder-review-tx.gif) \ No newline at end of file diff --git a/docs/build/tools/wallets/kaia-safe/use-kaia-safe.md b/docs/build/tools/wallets/kaia-safe/use-kaia-safe.md index 2b4af633ca44..989db919c6aa 100644 --- a/docs/build/tools/wallets/kaia-safe/use-kaia-safe.md +++ b/docs/build/tools/wallets/kaia-safe/use-kaia-safe.md @@ -4,27 +4,27 @@ Here you will see how to create a Safe and evaluate its benefits on the Kaia Network. -**Step 1:** Navigate to [Kaia Safe App](https://safe.klaytn.foundation/). By navigating to the application on your web browser, you can explore the functionality of Kaia Safe. +**Step 1:** Navigate to [Kaia Safe App](https://safe.kaia.io/). By navigating to the application on your web browser, you can explore the functionality of Kaia Safe. **Step 2:** Connect your [wallet](https://docs.ethhub.io/using-ethereum/wallets/intro-to-ethereum-wallets/). At the moment, Kaia Safe support various wallets like [Kaikas](https://docs.kaikas.io/), [MetaMask](../../../tutorials/connecting-metamask) wallet, etc. -For the sake of this guide, we will be using MetaMask. Make sure you have Kaia networks([Cypress](../../../tutorials/connecting-metamask#connect-to-klaytn-cypress-network-mainnet) or [Baobab](../../../tutorials/connecting-metamask#connect-to-klaytn-baobab-network-testnet)) added to your MetaMask wallet to connect successfully. +For the sake of this guide, we will be using MetaMask. Make sure you have Kaia networks([Mainnet](../../../tutorials/connecting-metamask#connect-to-klaytn-cypress-network-mainnet) or [Kairos Testnet](../../../tutorials/connecting-metamask#connect-to-klaytn-baobab-network-testnet)) added to your MetaMask wallet to connect successfully. -![](/img/build/tools/kaia-safe/ks-connect-wallet.png) +![](/img/build/tools/kaia-safe/kaia-safe-connect-wallet.png) -**Step 3:** Once your wallet is connected, click **Create New Safe** and give your new Safe a **name**. This name is linked to your safe account, which is a multi-signature wallet that holds and stores all of your funds. +**Step 3:** Once your wallet is connected, click **Create Account** and give your new Safe a **name**. This name is linked to your safe account, which is a multi-signature wallet that holds and stores all of your funds. **Step 4:** Add owners/signers by inputting the addresses that have permission to submit and approve transactions. You can add as many signers as you want and remove or replace any of them at any time. **Step 5:** Choose how many signer confirmations a transaction in your Safe account needs to be approved. It is important to note that by default our app allows one signer confirmation. But it is advisable to use a threshold higher than 1 to ensure a secured safe account. Good practice is to use a threshold of 51% of the total owners e.g, 2 out of 3, 3 out of 5 etc as shown below: -![](/img/build/tools/kaia-safe/create-acc-ks.gif) +![](/img/build/tools/kaia-safe/kaia-safe-create-acct.gif) **Step 6:** Review and deploy Safe Once you are completely satisfied with all of your Safe parameters, you can submit the creation of your Safe account and proceed with the on-screen instructions to complete the account creation. -![](/img/build/tools/kaia-safe/review-ks-creation.gif) +![](/img/build/tools/kaia-safe/kaia-safe-create-review.gif) Congratulations on successfully creating your Kaia Safe account! @@ -38,25 +38,25 @@ Below are the steps to add **KAIA** to your safe account **Step 1:** Copy your Safe address from your account dashboard. -![](/img/build/tools/kaia-safe/copy-kaia-safe-address.png) +![](/img/build/tools/kaia-safe/ks-deposit-copy-addr.png) **Step 2:** Open your Metamask wallet and click **send** to send asset to your safe account. Note that there are different ways to send assets to your Safe account. You can send from your [hardware wallet](https://www.ledger.com/academy/crypto-hardware-wallet), [web wallet](https://medium.com/arcana-network-blog/why-web-wallets-e77c776e4d5e), or even a smart contract. In this case, we're making use of a web wallet called MetaMask. -![](/img/build/tools/kaia-safe/ks-mm-send-btn.png) +![](/img/build/tools/kaia-safe/ks-token-send-btn.png) **Step 3:** Paste your safe address in the search field as seen below. **Step 4:** Input **amount** and click **next**. -![](/img/build/tools/kaia-safe/ks-send-details.png) +![](/img/build/tools/kaia-safe/ks-token-send-details.png) **Step 5:** Confirm the transaction and check your asset dashboard. You can see the amount being transferred from your metamask account to your Kaia Safe account. -![](/img/build/tools/kaia-safe/ks-klay-balance.png) +![](/img/build/tools/kaia-safe/kaia-safe-klay-bal.png) ### KIP-7 Deposits @@ -64,22 +64,22 @@ Now we will see how to deposit KIP7 (fungible tokens) to our safe by following t **Step 1:** Copy your Safe address from your account dashboard. -![](/img/build/tools/kaia-safe/ks-kip7-copy-address.png) +![](/img/build/tools/kaia-safe/ks-deposit-ft-copy.png) **Step 2:** Open your Metamask Wallet and navigate to **assets** tab. **Step 3:** Select the token you will love to send and click **send**. -![](/img/build/tools/kaia-safe/ks-kip7-mm-send-btn.png) +![](/img/build/tools/kaia-safe/ks-ft-send-btn.png) **Step 4:** Repeat step **3**, **4**, **5** of **KAIA** Deposits above. -![](/img/build/tools/kaia-safe/ks-kip7-mm-send-cct.png) +![](/img/build/tools/kaia-safe/ks-ft-send-details.png) **Step 5:** View your assets dashboard, you can see the KIP7 tokens being transferred to your safe account. Similarly you can transfer any Fungible token to your safe account. -![](/img/build/tools/kaia-safe/ks-kip7-bal-display.png) +![](/img/build/tools/kaia-safe/ks-ft-balance.png) ### KIP-17 (NFTs) Deposits @@ -93,7 +93,7 @@ You can transfer your NFT’s to your safe account in many different ways. Here 4. Paste the safe address in the text box and transfer to safe 5. Under Assets section in Kaia Safe you can find NFT’s from OpenSea. -![](/img/build/tools/kaia-safe/ks-transfer-kip17.gif) +![](/img/build/tools/kaia-safe/kaia-safe-trf-nft.gif) Please refer to this [guide](https://support.opensea.io/en/articles/8866959-how-can-i-transfer-an-nft-using-opensea) from OpenSea for more details on transferring NFTs. @@ -103,9 +103,9 @@ In this section, you'll learn how to send KAIA and KIP-7 tokens from your Kaia S ### Send KAIA & KIP7 Tokens -**Step 1:** Click the **New Transaction** button in the side menu and select **Send funds** to begin a new asset transfer. +**Step 1:** Click the **New Transaction** button in the side menu and select **Send tokens** to begin a new asset transfer. -![](/img/build/tools/kaia-safe/ks-new-tx-init.gif) +![](/img/build/tools/kaia-safe/kaia-safe-init-send-token.gif) **Step 2:** Choose assets to transfer. @@ -113,7 +113,7 @@ In this section, you'll learn how to send KAIA and KIP-7 tokens from your Kaia S > Note: Add the **recipient address** and the **amount** of KAIA to send the transfer KAIA. -![](/img/build/tools/kaia-safe/ks-send-klay.gif) +![](/img/build/tools/kaia-safe/kaia-safe-send-token-details.gif) * **KIP-7 Tokens** @@ -124,23 +124,23 @@ Select the tokens you want to send in the asset drop-down as seen in the image a **Step 3:** Review and submit the transaction. You will need to sign the transaction with your signer wallet, and it will be executed once the confirmation threshold is reached. -![](/img/build/tools/kaia-safe/ks-review-send-klay.gif) +![](/img/build/tools/kaia-safe/kaia-safe-review-send-tokens.gif) ### Send NFTs In this section, you'll learn how to send your non-fungible tokens from your Kaia Safe account. -**Step 1:** Click the **New Transaction** button in the side menu and select **Send NFT** to begin a new asset transfer. +**Step 1:** Click the **New Transaction** button in the side menu and select **Send NFTs** to begin a new asset transfer. -![](/img/build/tools/kaia-safe/ks-send-nft-init.gif) +![](/img/build/tools/kaia-safe/kaia-safe-init-send-nft.gif) **Step 2:** Choose assets to transfer. -![](/img/build/tools/kaia-safe/ks-send-nft.gif) +![](/img/build/tools/kaia-safe/kaia-safe-send-nft-details.gif) **Step 3:** Review and submit the transaction. You will need to sign the transaction with your signer wallet, and it will be executed once the confirmation threshold is reached. -![](/img/build/tools/kaia-safe/review-submit-ks-nft.gif) +![](/img/build/tools/kaia-safe/kaia-safe-review-send-nft.gif) ## Further Notes @@ -154,11 +154,11 @@ Kaia Safe transactions, whether asset transfers or contract interactions, incur For security reasons, transactions made with Safe need to be executed in order. To achieve this, a number called **nonce** is assigned to a transaction to ensure that each transaction can be executed once. -![](/img/build/tools/kaia-safe/ks-nounce-one.png) +![](/img/build/tools/kaia-safe/ks-nounce.png) At any given time, only transactions with a nonce _last executed transaction +1_ can be executed. Transactions with a higher nonce are queued for execution. So, whenever a transaction is completed, the next transaction in the queue is made available for execution, provided it has accumulated enough signatures. -![](/img/build/tools/kaia-safe/ks-nounce-two.png) +![](/img/build/tools/kaia-safe/ks-pending-tx.png) ### Chain-specific addresses @@ -166,9 +166,9 @@ You can choose to copy address with chain prefix * Copy addresses with chain prefix: -![](/img/build/tools/kaia-safe/ks-chain-specific-addr.png) +![](/img/build/tools/kaia-safe/ks-chain-spec-addr.png) When copying your safe address from your dashboard to paste in your wallet as seen above, you can either choose to add the chain name or not by clicking the checkbox. It is suggested that you leave it unchecked to avoid the error below. -![](/img/build/tools/kaia-safe/ks-chain-specific-addr-mm.png) \ No newline at end of file +![](/img/build/tools/kaia-safe/ks-chain-addr-err.png) \ No newline at end of file diff --git a/docs/build/tools/wallets/wallets.md b/docs/build/tools/wallets/wallets.md index 4e4c5281bde7..798cad94aa0f 100644 --- a/docs/build/tools/wallets/wallets.md +++ b/docs/build/tools/wallets/wallets.md @@ -21,7 +21,7 @@ Wallets on Kaia allows for access to accounts controlled by private keys, thus f | [Favorlet](https://favorlet.io/) | Non-custodial | EOA | Mobile | No | No | Support | No | | [Huobi Wallet](https://www.itoken.com/en) | Non-custodial | EOA | Mobile | No | No | Support | No | | [Kaikas](https://app.kaikas.io/) | Non-custodial | EOA | Mobile, Browser | No | Yes | Support | No | -| [Kaia Safe](https://safe.klaytn.foundation/) | Non-custodial | Smart Contract | Web App | Yes | No | Support | No | +| [Kaia Safe](https://safe.kaia.io/) | Non-custodial | Smart Contract | Web App | Yes | No | Support | No | | [Klip Wallet](https://klipwallet.com/) | Non-custodial | EOA | Mobile | No | No | Support | No | | [Krystal DeFi](https://krystal.app/) | Non-custodial | EOA | Mobile, Web App | No | No | Support | Yes | | [Math Wallet](https://mathwallet.org/en-us/) | Custodial | EOA | Mobile, Web App, Browser | No | Yes | Support | Yes | diff --git a/sidebars.js b/sidebars.js index fbd40e043e64..0fb544d86dcf 100644 --- a/sidebars.js +++ b/sidebars.js @@ -193,7 +193,7 @@ const sidebars = { 'build/tools/wallets/kaikas', { type: 'category', - label: 'Klaytn Safe', + label: 'Kaia Safe', link: { type: 'doc', id: 'build/tools/wallets/kaia-safe/kaia-safe', diff --git a/static/img/build/tools/kaia-safe/connect-wallet-ks.gif b/static/img/build/tools/kaia-safe/connect-wallet-ks.gif deleted file mode 100644 index 80d4edcac3eb..000000000000 Binary files a/static/img/build/tools/kaia-safe/connect-wallet-ks.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/copy-kaia-safe-address.png b/static/img/build/tools/kaia-safe/copy-kaia-safe-address.png deleted file mode 100644 index 08dfc7a5b018..000000000000 Binary files a/static/img/build/tools/kaia-safe/copy-kaia-safe-address.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/create-acc-ks.gif b/static/img/build/tools/kaia-safe/create-acc-ks.gif deleted file mode 100644 index e977deea12c4..000000000000 Binary files a/static/img/build/tools/kaia-safe/create-acc-ks.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-change-owner-setup-review.gif b/static/img/build/tools/kaia-safe/kaia-safe-change-owner-setup-review.gif new file mode 100644 index 000000000000..34a7f5916f9d Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-change-owner-setup-review.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-ci-init.gif b/static/img/build/tools/kaia-safe/kaia-safe-ci-init.gif new file mode 100644 index 000000000000..cc352f9267c8 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-ci-init.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-ci-review-send.gif b/static/img/build/tools/kaia-safe/kaia-safe-ci-review-send.gif new file mode 100644 index 000000000000..637af95967a3 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-ci-review-send.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-connect-wallet.png b/static/img/build/tools/kaia-safe/kaia-safe-connect-wallet.png new file mode 100644 index 000000000000..cda7337a829a Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-connect-wallet.png differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-create-acct.gif b/static/img/build/tools/kaia-safe/kaia-safe-create-acct.gif new file mode 100644 index 000000000000..cbb3d57dc818 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-create-acct.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-create-review.gif b/static/img/build/tools/kaia-safe/kaia-safe-create-review.gif new file mode 100644 index 000000000000..c8c668c639ab Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-create-review.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-data-import.gif b/static/img/build/tools/kaia-safe/kaia-safe-data-import.gif new file mode 100644 index 000000000000..9cbb9000d167 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-data-import.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-init-send-nft.gif b/static/img/build/tools/kaia-safe/kaia-safe-init-send-nft.gif new file mode 100644 index 000000000000..9704525fef95 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-init-send-nft.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-init-send-token.gif b/static/img/build/tools/kaia-safe/kaia-safe-init-send-token.gif new file mode 100644 index 000000000000..6b9889b81d8a Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-init-send-token.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-klay-bal.png b/static/img/build/tools/kaia-safe/kaia-safe-klay-bal.png new file mode 100644 index 000000000000..0891ece55da7 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-klay-bal.png differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-review-send-nft.gif b/static/img/build/tools/kaia-safe/kaia-safe-review-send-nft.gif new file mode 100644 index 000000000000..6c349d95c966 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-review-send-nft.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-review-send-tokens.gif b/static/img/build/tools/kaia-safe/kaia-safe-review-send-tokens.gif new file mode 100644 index 000000000000..a2d55af4d376 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-review-send-tokens.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-send-nft-details.gif b/static/img/build/tools/kaia-safe/kaia-safe-send-nft-details.gif new file mode 100644 index 000000000000..765d614d78b3 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-send-nft-details.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-send-token-details.gif b/static/img/build/tools/kaia-safe/kaia-safe-send-token-details.gif new file mode 100644 index 000000000000..738109607bc8 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-send-token-details.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-trf-nft.gif b/static/img/build/tools/kaia-safe/kaia-safe-trf-nft.gif new file mode 100644 index 000000000000..7c386c69feb7 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-trf-nft.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-batch.gif b/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-batch.gif new file mode 100644 index 000000000000..36baa33e4ee6 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-batch.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-details.gif b/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-details.gif new file mode 100644 index 000000000000..a2f186d2088d Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-details.gif differ diff --git a/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-init.gif b/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-init.gif new file mode 100644 index 000000000000..dbb8d7f9f2b8 Binary files /dev/null and b/static/img/build/tools/kaia-safe/kaia-safe-tx-builder-init.gif differ diff --git a/static/img/build/tools/kaia-safe/ks-add-signer-details.png b/static/img/build/tools/kaia-safe/ks-add-signer-details.png new file mode 100644 index 000000000000..ebd872003466 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-add-signer-details.png differ diff --git a/static/img/build/tools/kaia-safe/ks-add-signers.png b/static/img/build/tools/kaia-safe/ks-add-signers.png new file mode 100644 index 000000000000..121fff953fd5 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-add-signers.png differ diff --git a/static/img/build/tools/kaia-safe/ks-chain-addr-err.png b/static/img/build/tools/kaia-safe/ks-chain-addr-err.png new file mode 100644 index 000000000000..45d37a243847 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-chain-addr-err.png differ diff --git a/static/img/build/tools/kaia-safe/ks-chain-spec-addr.png b/static/img/build/tools/kaia-safe/ks-chain-spec-addr.png new file mode 100644 index 000000000000..8aa8930641de Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-chain-spec-addr.png differ diff --git a/static/img/build/tools/kaia-safe/ks-chain-specific-addr-mm.png b/static/img/build/tools/kaia-safe/ks-chain-specific-addr-mm.png deleted file mode 100644 index a9d775de4359..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-chain-specific-addr-mm.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-chain-specific-addr.png b/static/img/build/tools/kaia-safe/ks-chain-specific-addr.png deleted file mode 100644 index 0708c5bb127f..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-chain-specific-addr.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-conf-policy-btn.png b/static/img/build/tools/kaia-safe/ks-conf-policy-btn.png new file mode 100644 index 000000000000..11d5b1fa677f Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-conf-policy-btn.png differ diff --git a/static/img/build/tools/kaia-safe/ks-conf-policy.png b/static/img/build/tools/kaia-safe/ks-conf-policy.png new file mode 100644 index 000000000000..b805dfff667a Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-conf-policy.png differ diff --git a/static/img/build/tools/kaia-safe/ks-connect-wallet.png b/static/img/build/tools/kaia-safe/ks-connect-wallet.png deleted file mode 100644 index aa0b166df167..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-connect-wallet.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-data-export.png b/static/img/build/tools/kaia-safe/ks-data-export.png deleted file mode 100644 index f7368376efcd..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-data-export.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-data-import-btn.png b/static/img/build/tools/kaia-safe/ks-data-import-btn.png new file mode 100644 index 000000000000..2a9de68c0fe5 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-data-import-btn.png differ diff --git a/static/img/build/tools/kaia-safe/ks-data-import-details.png b/static/img/build/tools/kaia-safe/ks-data-import-details.png deleted file mode 100644 index cec777736beb..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-data-import-details.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-data-import-i.png b/static/img/build/tools/kaia-safe/ks-data-import-i.png new file mode 100644 index 000000000000..f978e639b50b Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-data-import-i.png differ diff --git a/static/img/build/tools/kaia-safe/ks-data-import.png b/static/img/build/tools/kaia-safe/ks-data-import.png deleted file mode 100644 index 25909d1f342c..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-data-import.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-deposit-copy-addr.png b/static/img/build/tools/kaia-safe/ks-deposit-copy-addr.png new file mode 100644 index 000000000000..039557a99c21 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-deposit-copy-addr.png differ diff --git a/static/img/build/tools/kaia-safe/ks-deposit-ft-copy.png b/static/img/build/tools/kaia-safe/ks-deposit-ft-copy.png new file mode 100644 index 000000000000..fda68957415a Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-deposit-ft-copy.png differ diff --git a/static/img/build/tools/kaia-safe/ks-export-btn.png b/static/img/build/tools/kaia-safe/ks-export-btn.png new file mode 100644 index 000000000000..69e522eb51c7 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-export-btn.png differ diff --git a/static/img/build/tools/kaia-safe/ks-export-data.gif b/static/img/build/tools/kaia-safe/ks-export-data.gif deleted file mode 100644 index 9f83eac73b06..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-export-data.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-ft-balance.png b/static/img/build/tools/kaia-safe/ks-ft-balance.png new file mode 100644 index 000000000000..9088321fe487 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-ft-balance.png differ diff --git a/static/img/build/tools/kaia-safe/ks-ft-send-btn.png b/static/img/build/tools/kaia-safe/ks-ft-send-btn.png new file mode 100644 index 000000000000..6221a732de24 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-ft-send-btn.png differ diff --git a/static/img/build/tools/kaia-safe/ks-ft-send-details.png b/static/img/build/tools/kaia-safe/ks-ft-send-details.png new file mode 100644 index 000000000000..cdb87d90c84b Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-ft-send-details.png differ diff --git a/static/img/build/tools/kaia-safe/ks-ic-new-tx.gif b/static/img/build/tools/kaia-safe/ks-ic-new-tx.gif deleted file mode 100644 index d9a0e3c97165..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-ic-new-tx.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-import-data.gif b/static/img/build/tools/kaia-safe/ks-import-data.gif deleted file mode 100644 index 14dc9384eb94..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-import-data.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-kip7-bal-display.png b/static/img/build/tools/kaia-safe/ks-kip7-bal-display.png deleted file mode 100644 index b81502ed9948..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-kip7-bal-display.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-kip7-copy-address.png b/static/img/build/tools/kaia-safe/ks-kip7-copy-address.png deleted file mode 100644 index 8020a26cd29b..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-kip7-copy-address.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-kip7-mm-send-btn.png b/static/img/build/tools/kaia-safe/ks-kip7-mm-send-btn.png deleted file mode 100644 index ab32907bdbc1..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-kip7-mm-send-btn.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-kip7-mm-send-cct.png b/static/img/build/tools/kaia-safe/ks-kip7-mm-send-cct.png deleted file mode 100644 index b6322a0f5542..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-kip7-mm-send-cct.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-klay-balance.png b/static/img/build/tools/kaia-safe/ks-klay-balance.png deleted file mode 100644 index 5d7c88639175..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-klay-balance.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-mm-send-btn.png b/static/img/build/tools/kaia-safe/ks-mm-send-btn.png deleted file mode 100644 index 692d8defbf28..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-mm-send-btn.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-new-tx-init.gif b/static/img/build/tools/kaia-safe/ks-new-tx-init.gif deleted file mode 100644 index c724e149dc9d..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-new-tx-init.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-no-chain-specific-addr.png b/static/img/build/tools/kaia-safe/ks-no-chain-specific-addr.png deleted file mode 100644 index 67ec47f22665..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-no-chain-specific-addr.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-nounce-one.png b/static/img/build/tools/kaia-safe/ks-nounce-one.png deleted file mode 100644 index 65e0d46fd5f8..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-nounce-one.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-nounce-two.png b/static/img/build/tools/kaia-safe/ks-nounce-two.png deleted file mode 100644 index 72334c60d22c..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-nounce-two.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-nounce.png b/static/img/build/tools/kaia-safe/ks-nounce.png new file mode 100644 index 000000000000..f13b12fa3757 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-nounce.png differ diff --git a/static/img/build/tools/kaia-safe/ks-owners-change.png b/static/img/build/tools/kaia-safe/ks-owners-change.png deleted file mode 100644 index 750645068bc4..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-owners-change.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-owners-details.png b/static/img/build/tools/kaia-safe/ks-owners-details.png deleted file mode 100644 index dfa748ff4851..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-owners-details.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-pending-tx.png b/static/img/build/tools/kaia-safe/ks-pending-tx.png new file mode 100644 index 000000000000..5b638fefcb53 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-pending-tx.png differ diff --git a/static/img/build/tools/kaia-safe/ks-policy-change-btn.png b/static/img/build/tools/kaia-safe/ks-policy-change-btn.png deleted file mode 100644 index 867c297a32fc..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-policy-change-btn.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-policy-page.png b/static/img/build/tools/kaia-safe/ks-policy-page.png deleted file mode 100644 index e25ae7daa330..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-policy-page.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-review-ic.gif b/static/img/build/tools/kaia-safe/ks-review-ic.gif deleted file mode 100644 index ea11aad42f1e..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-review-ic.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-review-owners.gif b/static/img/build/tools/kaia-safe/ks-review-owners.gif deleted file mode 100644 index 23e7e3d8b9f5..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-review-owners.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-review-policy.gif b/static/img/build/tools/kaia-safe/ks-review-policy.gif deleted file mode 100644 index 1c70d9e9228f..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-review-policy.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-review-send-klay.gif b/static/img/build/tools/kaia-safe/ks-review-send-klay.gif deleted file mode 100644 index 1ae78646c589..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-review-send-klay.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-send-details.png b/static/img/build/tools/kaia-safe/ks-send-details.png deleted file mode 100644 index 01155bb6e234..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-send-details.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-send-klay.gif b/static/img/build/tools/kaia-safe/ks-send-klay.gif deleted file mode 100644 index 747e9e441f05..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-send-klay.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-send-nft-init.gif b/static/img/build/tools/kaia-safe/ks-send-nft-init.gif deleted file mode 100644 index 064e7acf033c..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-send-nft-init.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-send-nft.gif b/static/img/build/tools/kaia-safe/ks-send-nft.gif deleted file mode 100644 index fc45e0489a1a..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-send-nft.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-token-send-btn.png b/static/img/build/tools/kaia-safe/ks-token-send-btn.png new file mode 100644 index 000000000000..04566cd67c32 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-token-send-btn.png differ diff --git a/static/img/build/tools/kaia-safe/ks-token-send-details.png b/static/img/build/tools/kaia-safe/ks-token-send-details.png new file mode 100644 index 000000000000..1ab1aa18dce5 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-token-send-details.png differ diff --git a/static/img/build/tools/kaia-safe/ks-transfer-kip17.gif b/static/img/build/tools/kaia-safe/ks-transfer-kip17.gif deleted file mode 100644 index 326b2455079e..000000000000 Binary files a/static/img/build/tools/kaia-safe/ks-transfer-kip17.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/ks-tx-builder.png b/static/img/build/tools/kaia-safe/ks-tx-builder.png new file mode 100644 index 000000000000..3f5f4f799f14 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-tx-builder.png differ diff --git a/static/img/build/tools/kaia-safe/ks-use-tx-builder.png b/static/img/build/tools/kaia-safe/ks-use-tx-builder.png new file mode 100644 index 000000000000..beec35f86a81 Binary files /dev/null and b/static/img/build/tools/kaia-safe/ks-use-tx-builder.png differ diff --git a/static/img/build/tools/kaia-safe/review-ks-creation.gif b/static/img/build/tools/kaia-safe/review-ks-creation.gif deleted file mode 100644 index 0c7190b99a3e..000000000000 Binary files a/static/img/build/tools/kaia-safe/review-ks-creation.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/review-submit-ks-nft.gif b/static/img/build/tools/kaia-safe/review-submit-ks-nft.gif deleted file mode 100644 index d37ecbd0c067..000000000000 Binary files a/static/img/build/tools/kaia-safe/review-submit-ks-nft.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/tx-builder-app.png b/static/img/build/tools/kaia-safe/tx-builder-app.png deleted file mode 100644 index 2ef88d6f2c02..000000000000 Binary files a/static/img/build/tools/kaia-safe/tx-builder-app.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/tx-builder-batch-tx.gif b/static/img/build/tools/kaia-safe/tx-builder-batch-tx.gif deleted file mode 100644 index e9b0d765edbf..000000000000 Binary files a/static/img/build/tools/kaia-safe/tx-builder-batch-tx.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/tx-builder-card.png b/static/img/build/tools/kaia-safe/tx-builder-card.png deleted file mode 100644 index 26f33c98a076..000000000000 Binary files a/static/img/build/tools/kaia-safe/tx-builder-card.png and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/tx-builder-new.gif b/static/img/build/tools/kaia-safe/tx-builder-new.gif deleted file mode 100644 index b39e18c1cd4c..000000000000 Binary files a/static/img/build/tools/kaia-safe/tx-builder-new.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/tx-builder-review-tx.gif b/static/img/build/tools/kaia-safe/tx-builder-review-tx.gif deleted file mode 100644 index 33badf0709b5..000000000000 Binary files a/static/img/build/tools/kaia-safe/tx-builder-review-tx.gif and /dev/null differ diff --git a/static/img/build/tools/kaia-safe/tx-builder-tx-details.gif b/static/img/build/tools/kaia-safe/tx-builder-tx-details.gif deleted file mode 100644 index 9c66573e7df1..000000000000 Binary files a/static/img/build/tools/kaia-safe/tx-builder-tx-details.gif and /dev/null differ