From 6f18e79de5c5166a26bb99d4b1ea8c32ad9933e2 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Wed, 12 Feb 2025 17:45:19 +0800 Subject: [PATCH 01/66] New translations nodes.md (Japanese) --- i18n/ja/docusaurus-plugin-content-docs/current/nodes/nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/nodes/nodes.md b/i18n/ja/docusaurus-plugin-content-docs/current/nodes/nodes.md index 2b9b7c23177a..0906cb52c93b 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/nodes/nodes.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/nodes/nodes.md @@ -6,8 +6,8 @@ - プロキシノード(PN):PNはCNとEN間のトランザクションを中継する。 - エンドポイントノード(EN):ENはKaiaネットワークへのパブリックアクセスを提供します。 -コンセンサスとガバナンスに参加するには、CNを運営する必要がある。 CNs must meet certain hardware and software requirements, and they must stake KLAY tokens. +コンセンサスとガバナンスに参加するには、CNを運営する必要がある。 CNは一定のハードウェアおよびソフトウェア要件を満たす必要があり、KAIAトークンをステークしなければならない。 -カイアのネットワークをサポートするためにPNやENを実行することもできる。 PNとENは杭打ちを必要としないが、ある程度の技術的専門知識と資源を必要とする。 +カイアのネットワークをサポートするためにPNやENを実行することもできる。 PNとENはステーキングを必要としないが、ある程度の技術的専門知識とリソースを必要とする。 このセクションでは、エンドポイントノードの設定と運用、Kaiaネットワークへの貢献、またはKaiaのネットワークガバナンスに参加するためのコンセンサスノードの設定と運用に必要な情報を提供します。 From ad9a557fdf67d37be2756ac437160d5226c09730 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:00:05 +0800 Subject: [PATCH 02/66] New translations caver-js.md (Japanese) --- .../current/references/sdk/caver-js/caver-js.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md b/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md index 54cac434ef54..15c62ee2bf83 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md @@ -4,6 +4,12 @@ `caver-js`はJavaScript APIライブラリで、HTTPまたはWebsocket接続を使ってkaiaノードと対話することができる。 npm](https://www.npmjs.com/package/caver-js)で入手できる。 +:::info[SDK Recommendation] + +We recommend using [ethers-ext](../ethers-ext/getting-started.md) or [web3js-ext](../web3js-ext/getting-started.md) SDK instead of `caver-js`. These SDKs provide the latest features and improved developer experience and can benefit both new and existing developers in the Kaia ecosystem. While existing `caver-js` implementations remain supported, our primary focus is on enhancing the `ethers-ext` and `web3js-ext` ecosystem. + +::: + ## 特徴 - HTTPとWebsocketを介したkaiaのJSON-RPCクライアントAPIの完全な実装 From 7ccfcdb52737c578456dc3e507ccd9f1a83e1d1c Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:00:32 +0800 Subject: [PATCH 03/66] New translations caver-js.md (Korean) --- .../current/references/sdk/caver-js/caver-js.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md b/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md index 6186cc53c889..65c9ac335cc2 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md @@ -4,6 +4,12 @@ `caver-js` is a JavaScript API library that allows developers to interact with a kaia node using a HTTP or Websocket connection. It is available on [npm](https://www.npmjs.com/package/caver-js). +:::info[SDK 추천] + +caver-js`대신 [ethers-ext](../ethers-ext/getting-started.md) 또는 [web3js-ext](../web3js-ext/getting-started.md) SDK를 사용하는 것을 권장합니다. 이러한 SDK는 최신 기능과 향상된 개발자 경험을 제공하며 Kaia 에코시스템의 신규 개발자와 기존 개발자 모두에게 도움이 될 수 있습니다. 기존의`caver-js`구현은 계속 지원되지만, 저희는`ethers-ext`및`web3js-ext\` 생태계를 개선하는 데 중점을 두고 있습니다. + +::: + ## Features - Complete implementation of kaia’s JSON-RPC client API over HTTP and Websocket From efda04895862d7088bafe3689d0f96c0a15515e3 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:00:59 +0800 Subject: [PATCH 04/66] New translations caver-js.md (Chinese Simplified) --- .../current/references/sdk/caver-js/caver-js.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md index 53c84b2dddfb..52b59118962f 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md @@ -4,6 +4,12 @@ caver-js "是一个 JavaScript API 库,允许开发人员使用 HTTP 或 Websocket 连接与 kaia 节点进行交互。 它可在 [npm](https://www.npmjs.com/package/caver-js) 上获取。 +:::info[SDK 建议] + +我们建议使用 [ethers-ext](../ethers-ext/getting-started.md) 或 [web3js-ext](../web3js-ext/getting-started.md) SDK 而不是 `caver-js`。 这些 SDK 提供了最新的功能和更好的开发人员体验,Kaia 生态系统中的新老开发人员都能从中受益。 虽然现有的 `caver-js` 实现仍受支持,但我们的主要重点是加强 `ethers-ext` 和 `web3js-ext` 生态系统。 + +::: + ## 特色 - 通过 HTTP 和 Websocket 完整实现 kaia 的 JSON-RPC 客户端 API From 35088973b9b4b6ddbe00f7c4babf2734dcc7209d Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:01:27 +0800 Subject: [PATCH 05/66] New translations caver-js.md (Vietnamese) --- .../current/references/sdk/caver-js/caver-js.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md b/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md index 7206c29792c1..a3e021e1a6a0 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md @@ -4,6 +4,12 @@ `caver-js` is a JavaScript API library that allows developers to interact with a kaia node using a HTTP or Websocket connection. It is available on [npm](https://www.npmjs.com/package/caver-js). +:::info[SDK Recommendation] + +We recommend using [ethers-ext](../ethers-ext/getting-started.md) or [web3js-ext](../web3js-ext/getting-started.md) SDK instead of `caver-js`. These SDKs provide the latest features and improved developer experience and can benefit both new and existing developers in the Kaia ecosystem. While existing `caver-js` implementations remain supported, our primary focus is on enhancing the `ethers-ext` and `web3js-ext` ecosystem. + +::: + ## Features - Complete implementation of kaia’s JSON-RPC client API over HTTP and Websocket From 0e65f9de287a49dd2f4b415b5240012b25cb58d6 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:07:08 +0800 Subject: [PATCH 06/66] New translations caver-java.md (Japanese) --- .../current/references/sdk/caver-java/caver-java.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md b/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md index 3eb0712e6fb7..98557f5438df 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md @@ -4,6 +4,12 @@ `caver-java`は、kaiaネットワーク上のクライアント(ノード)と対話するための、軽 量でモジュール性の高い便利なJavaおよびAndroidライブラリです:このライブラリは、Javaアプリケーションが[kaia](https://kaia.io)ネットワークと簡単に通信できるようにするインターフェースです。 +:::info[SDK Recommendation] + +We recommend using [web3j-ext](../web3j-ext/getting-started.md) SDK instead of `caver-java` because it provides the latest features and improved developer experience and an benefit both new and existing developers in the Kaia ecosystem. + +::: + ## 特徴 - HTTPおよびIPCによるKaiaのJSON-RPCクライアントAPIの完全な実装 From b8cec2f563d044ba0e0153a244b6e285ce5c989a Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:07:18 +0800 Subject: [PATCH 07/66] New translations caver-java.md (Korean) --- .../current/references/sdk/caver-java/caver-java.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md b/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md index 167f7d435757..48285e82e7cc 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md @@ -4,6 +4,12 @@ `caver-java` is a lightweight, high modular, convenient Java and Android library to interact with clients \(nodes\) on the kaia network: This library is an interface which allows Java applications to easily communicate with [kaia](https://kaia.io) network. +:::info[SDK 추천] + +최신 기능과 향상된 개발자 경험을 제공하고 Kaia 에코시스템의 신규 개발자와 기존 개발자 모두에게 이점을 제공하기 때문에 `caver-java` 대신 [web3j-ext](../web3j-ext/getting-started.md) SDK를 사용하는 것을 권장합니다. + +::: + ## Features - Complete implementation of Kaia’s JSON-RPC client API over HTTP and IPC From befca5c1fbd7ed0d7b27f24918cc0d2962d876fe Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:07:27 +0800 Subject: [PATCH 08/66] New translations caver-java.md (Chinese Simplified) --- .../current/references/sdk/caver-java/caver-java.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md index 66eb855e2030..ff7dd4efdbfb 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md @@ -4,6 +4,12 @@ caver-java "是一个轻量级、高模块化、方便的Java和Android库,用于与kaia网络上的客户端(节点)进行交互:该库是一个允许 Java 应用程序与 [kaia](https://kaia.io) 网络轻松通信的接口。 +:::info[SDK 建议] + +我们推荐使用 [web3j-ext](../web3j-ext/getting-started.md) SDK 而不是 `caver-java`,因为它提供了最新的功能和更好的开发者体验,使 Kaia 生态系统中的新老开发者都能从中受益。 + +::: + ## 特点 - 通过 HTTP 和 IPC 完整实现 Kaia 的 JSON-RPC 客户端 API From 2ff69284fd37f5842aac9b19d94ef77b7a857595 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:07:35 +0800 Subject: [PATCH 09/66] New translations caver-java.md (Vietnamese) --- .../current/references/sdk/caver-java/caver-java.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md b/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md index 167f7d435757..63c2da4065ad 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md @@ -4,6 +4,12 @@ `caver-java` is a lightweight, high modular, convenient Java and Android library to interact with clients \(nodes\) on the kaia network: This library is an interface which allows Java applications to easily communicate with [kaia](https://kaia.io) network. +:::info[SDK Recommendation] + +We recommend using [web3j-ext](../web3j-ext/getting-started.md) SDK instead of `caver-java` because it provides the latest features and improved developer experience and an benefit both new and existing developers in the Kaia ecosystem. + +::: + ## Features - Complete implementation of Kaia’s JSON-RPC client API over HTTP and IPC From 1242e9531fb3efb86b4207ec341cc7188b8cc720 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:16:44 +0800 Subject: [PATCH 10/66] New translations caver-js.md (Chinese Traditional) --- .../current/references/sdk/caver-js/caver-js.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md index 8fc52cb3ada0..010c4eb77013 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-js/caver-js.md @@ -4,6 +4,12 @@ caver-js "是一個 JavaScript API 庫,允許開發人員使用 HTTP 或 Websocket 連接與 kaia 節點進行交互。 它可在 [npm](https://www.npmjs.com/package/caver-js) 上獲取。 +:::info[SDK Recommendation] + +We recommend using [ethers-ext](../ethers-ext/getting-started.md) or [web3js-ext](../web3js-ext/getting-started.md) SDK instead of `caver-js`. These SDKs provide the latest features and improved developer experience and can benefit both new and existing developers in the Kaia ecosystem. While existing `caver-js` implementations remain supported, our primary focus is on enhancing the `ethers-ext` and `web3js-ext` ecosystem. + +::: + ## 特色 - 通過 HTTP 和 Websocket 完整實現 kaia 的 JSON-RPC 客戶端 API From 092eedcc795f9de972920e303e3cdec9b0eb1941 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 11:18:16 +0800 Subject: [PATCH 11/66] New translations caver-java.md (Chinese Traditional) --- .../current/references/sdk/caver-java/caver-java.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md index 66ffcbcc4417..145a6176b2ce 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/sdk/caver-java/caver-java.md @@ -4,6 +4,12 @@ caver-java "是一個輕量級、高模塊化、方便的Java和Android庫,用於與kaia網絡上的客戶端(節點)進行交互:該庫是一個允許 Java 應用程序與 [kaia](https://kaia.io) 網絡輕鬆通信的接口。 +:::info[SDK Recommendation] + +We recommend using [web3j-ext](../web3j-ext/getting-started.md) SDK instead of `caver-java` because it provides the latest features and improved developer experience and an benefit both new and existing developers in the Kaia ecosystem. + +::: + ## 特點 - 通過 HTTP 和 IPC 完整實現 Kaia 的 JSON-RPC 客戶端 API From a77b21d287f2697be7d429fc99a89cad0a6c2127 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:44 +0800 Subject: [PATCH 12/66] New translations liquidity-locks.md (Japanese) --- .../team-finance/liquidity-locks.md | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md new file mode 100644 index 000000000000..f07759d095fb --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md @@ -0,0 +1,69 @@ +# Liquidity Locks + +## Introduction + +In crypto, trust and transparency between liquidity providers and investors are essential. Liquidity locks ensure that funds in a liquidity pool remain secure, preventing rug pulls and giving investors confidence that they can trade without unexpected risks. + +Team Finance’s Liquidity Lock feature ensures that liquidity provider (LP) tokens remain securely locked in a liquidity pool for a set duration. This is achieved by transferring the LP tokens to a time-locked smart contract. + +With liquidity locking, token holders can: + +- define specific timeframes for unlocking their funds, +- create multiple locks with different owner addresses and expiration dates, or +- transfer lock ownership to another wallet. + +:::note +During the lock period, token holders are restricted from accessing their locked tokens.\ +::: + +When the lock period ends, token holders can reclaim their LP tokens through the '[Claims](https://www.team.finance/claim)' dashboard. These tokens can then be exchanged for the paired tokens in the liquidity pool on decentralized exchanges (DEX) like DragonSwap (e.g., WKLAY/USDT). + +## Getting Started + +In this tutorial, you will learn how to lock liquidity using Team Finance. Let's get started! + +1. Navigate to Team Finance [Liquidity Locks](https://team.finance/liquidity-locks) and click on **Create liquidity lock**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-1.jpeg) + +2. Choose **Regular Liquidity Lock** from the pop-up menu. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-2.jpeg) + +3. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-3.jpeg) + +4. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-4.jpeg) + +5. Enter the **LP token address** in the input field and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-5.png) + +6. Set the **amount** and **time period** you would like to lock your LP token for in the respective input fields and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-6.png) + +7. Give authorisation to lock your LP tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7a.png) + +> This prompts you to sign an authorisation transaction. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7b.png) + +8. Verify your Liquidity lock details and then proceed to click **Confirm transaction**. Your wallet will be prompted to sign the transaction to complete the process. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-8.png) + +9. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9a.png) + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9b.png) + +10. Congratulations! You have successfully created a liquidity lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-10.png) From 0707b410675e8a2a93dee8ea494f6368075683ce Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:45 +0800 Subject: [PATCH 13/66] New translations team-finance.md (Japanese) --- .../team-finance/team-finance.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md new file mode 100644 index 000000000000..acfd79fb2029 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md @@ -0,0 +1,16 @@ +# Team Finance + +## Introduction + +[Team Finance](https://www.team.finance/about) is an all-in-one token management tool designed to help blockchain projects manage their tokens effectively and securely. It enables projects to lock liquidity, team tokens, and NFTs, while also offering advanced solutions such as token vesting, staking pools, and a token multisender service. As part of the TrustSwap ecosystem, Team Finance focuses on simplifying token management for project founders and investors alike. + +## Usage + +Team Finance supports **Kaia Mainnet**. To get started using Team Finance token management features on Kaia, refer to the following guides: + +- [Liquidity Locks](./liquidity-locks.md) +- [Team Token Locks](./team-token-locks.md) +- [Token Vesting](./token-vesting.md) +- [Token Creation](./token-creation.md) +- [NFT Locks](./nft-locks.md) +- [Multisender](./multisender.md) From f61acc0190c8e4474c895bde1ecb5234228191fe Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:47 +0800 Subject: [PATCH 14/66] New translations team-token-locks.md (Japanese) --- .../team-finance/team-token-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md new file mode 100644 index 000000000000..6904ac138703 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md @@ -0,0 +1,47 @@ +# Team Token Locks + +## Introduction + +Team token locks are mechanisms that enable crypto projects to secure tokens allocated to the team in a decentralized, time-locked smart contract vault. This ensures that tokens reserved for the team or founders remain inaccessible for withdrawal or modification until the predetermined lock period expires. Such measures enhance trust, as they reduce the potential risk of fraudulent activity for the community and investors. + +Third-party token-locking services play a pivotal role in modern token offerings by providing an additional layer of accountability. These services prevent projects from reneging on their commitments or engaging in malicious practices, such as prematurely liquidating their tokens, which could drastically devalue the token and harm stakeholders. + +By utilizing platforms like Team Finance for team token locks, crypto projects can transparently demonstrate their token vesting schedule, signal long-term commitment to the project, and bolster credibility, thereby minimizing scam risks and fostering investor confidence. + +## Getting Started + +In this tutorial, you will learn how to lock liquidity using Team Finance. Let's get started! + +1. Navigate to Team Finance [Team token locks](https://team.finance/team-token-locks) and click on **"Create team token lock"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-1.jpeg) + +2. Connect your wallet to Team Finance by clicking on **"Select Wallet"** and click **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-2.jpeg) + +3. Select **Kaia** under the blockchain networks and click on **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-3.jpeg) + +4. Enter the **Token address** of your KAIA token in the input field, verify and click **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-4.jpeg) + +In our case we are using **KTT** token made on Kaia chain. + +5. Add the details of the team token lock, including the **Lock amount** and **Lock duration**. Click **"Continue"** to proceed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-5.jpeg) + +In this case, we have locked **1000KTT** tokens until **January 1, 2026**. + +6. Click on **"Give Permission"** and go to your wallet to sign the transaction. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-6.jpeg) + +7. You will receive a confirmation message once you have signed. Click **"Continue"** to proceed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-7.jpeg) + +8. Now, verify the details of your team token lock and click **"Confirm transaction"** to finalize the lock. Go to your wallet and sign the transaction to complete the process. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-8.jpeg) + +9. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-9.jpeg) + +10. Congratulations! You have successfully created a team token lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-10.jpeg) From 9d8b3e6ee600011e2c7e18350090c30e20c37d89 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:48 +0800 Subject: [PATCH 15/66] New translations token-management.md (Japanese) --- .../build/tools/token-management/token-management.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md new file mode 100644 index 000000000000..000686b16587 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md @@ -0,0 +1,11 @@ +# Token Management + +Token management in cryptocurrency focuses on the efficient and secure handling of tokens throughout their lifecycle. It encompasses processes like issuance, distribution, regulatory compliance, security, supply management, and user interaction to ensure tokens function effectively within their ecosystem. Token management is crucial for the success of any blockchain project, as it ensures that tokens are secure, compliant, and accessible to users. + +A critical aspect of token management is issuance and distribution, where tokens are allocated to users or investors through mechanisms like airdrops, reward systems, or sales. Properly managing these processes ensures fair allocation and aligns with project objectives. Regulatory compliance is equally important, requiring adherence to legal frameworks such as KYC (Know Your Customer) and AML (Anti-Money Laundering) to ensure tokens meet jurisdictional standards. + +Community engagement plays a significant role in the success of token ecosystems. Building a strong community through social platforms and developer engagement sustains interest and adoption. Effective token management integrates all these elements to create secure, functional, and compliant tokens, fostering trust and long-term use within the blockchain ecosystem. + +The following providers have integrated with Kaia to deliver token management services: + +- [Team Finance](https://www.team.finance) From d8bcef3a6cef89c2ee546ae798d8db163cd1618d Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:49 +0800 Subject: [PATCH 16/66] New translations multisender.md (Japanese) --- .../team-finance/multisender.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md new file mode 100644 index 000000000000..614fb071d23e --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md @@ -0,0 +1,49 @@ +# Multisender + +Easily send tokens to multiple wallet addresses in one go with Team Finance’s token multisender feature. + +This tool streamlines the tedious process of manually sending tokens one by one, making it ideal for Token Generation Events (TGE), airdrops, marketing campaigns, salary distributions, and service payments all in varying amounts to different accounts, effortlessly. + +## Getting Started + +In this tutorial, you will learn how to send tokens to multiple wallets with Team Finance. Let's get started! + +1. Navigate to Team Finance [Multisender](https://app.team.finance/token-multisender) tab and click on **Send tokens**. + +![](/img/build/tools/token-management/multisender/ms-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/multisender/ms-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/multisender/ms-step-3.png) + +4. Enter the token address for the token you are sending and click **Continue**. + +> You can either send KAIA or fungible tokens. In this guide, we will send fungible tokens. + +![](/img/build/tools/token-management/multisender/ms-step-4.png) + +5. Add **recipient details (wallet addresses and amounts)**. You can choose to add recipient details either manually or upload a CSV file. For this guide, we will use the upload a CSV file option. + +![](/img/build/tools/token-management/multisender/ms-step-5a.png) + +![](/img/build/tools/token-management/multisender/ms-step-5b.png) + +6. Give authorisation to send your tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/multisender/ms-step-6.png) + +7. Now, verify the details of sending tokens to multiple wallets and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/multisender/ms-step-7.png) + +:::note +This is a paid service, so ensure you have the required service fee available in KAIA, the native token +::: + +7. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +8. Congratulations! You have successfully sent tokens to multiple wallets using Team Finance. You can view the details on your dashboard. From abfa60a1dfc1b61c766b0e5b097da1169057b2fa Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:51 +0800 Subject: [PATCH 17/66] New translations nft-locks.md (Japanese) --- .../team-finance/nft-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md new file mode 100644 index 000000000000..c9921d321755 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md @@ -0,0 +1,47 @@ +# NFT Locks + +Team Finance’s NFT lock feature allows creators to securely lock their personal or team-allocated NFTs for a set duration by transferring them to a time-locked smart contract vault. + +By using Team Finance NFT locks, projects can demonstrate commitment, build credibility, and reduce the risk of scams ultimately fostering trust within the community and among investors. + +## Getting Started + +In this tutorial, you will learn how to lock NFTs with Team Finance. Let's get started! + +1. Navigate to Team Finance [NFT locks](https://app.team.finance/nft-locks) tab and click on **Create NFT lock**. + +![](/img/build/tools/token-management/nft-locks/nl-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-3.png) + +4. Enter the **NFT info(contract address and tokenid)** for the NFT you are locking and click **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-4.png) + +5. Set the time period you would like to lock your NFT for. + +![](/img/build/tools/token-management/nft-locks/nl-step-5.png) + +6. Give authorisation to lock your NFT tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/nft-locks/nl-step-6.png) + +> This prompts you to sign an authorisation transaction. + +7. Verify your NFT lock details and then proceed to click **Confirm transaction**. Your wallet will be prompted to sign the transaction to complete the process. + +![](/img/build/tools/token-management/nft-locks/nl-step-7.png) + +8. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/nft-locks/nl-step-8.png) + +9. Congratulations! You have successfully created a NFT lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + +![](/img/build/tools/token-management/nft-locks/nl-step-9.png) From e88a5e6026aafbde50752db4779dc6dd13ff01f1 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:52 +0800 Subject: [PATCH 18/66] New translations token-creation.md (Japanese) --- .../team-finance/token-creation.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md new file mode 100644 index 000000000000..efe6ff5d2138 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md @@ -0,0 +1,44 @@ +# Token Creation + +## Introduction + +Easily create your own tokens with Team Finance's token creation tool designed for founders who need a fast, secure, and trusted way to generate tokens without any coding experience. + +With Team Finance, projects and founders can save time and money on audits and development while customizing token functions to fit their needs. + +## Getting Started + +In this tutorial, you will learn how to easily create tokens with Team Finance. Let's get started! + +1. Navigate to Team Finance [Token creation](https://app.team.finance/token-creation) tab and click on **Create token**. + ![](/img/build/tools/token-management/token-creation/tc-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/token-creation/tc-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/token-creation/tc-step-3.png) + +4. Enter the **token info** for the token you want to create and click **"Continue"**. + +![](/img/build/tools/token-management/token-creation/tc-step-4.png) + +5. Add features such as **mint**, **burn** etc. depending on your need + +![](/img/build/tools/token-management/token-creation/tc-step-5.png) + +6. Now, verify the details of your token creation and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/token-creation/tc-step-6.png) + +7. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/token-creation/tc-step-7a.png) + +![](/img/build/tools/token-management/token-creation/tc-step-7b.png) + +8. Congratulations! You have successfully created tokens using Team Finance. You can view the details of the tokens created and perform some actions on the dashboard. + +![](/img/build/tools/token-management/token-creation/tc-step-8.png) From c0a3a9a4e0e9d3142cd44ba91f488b97ad173246 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:53 +0800 Subject: [PATCH 19/66] New translations token-vesting.md (Japanese) --- .../team-finance/token-vesting.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md new file mode 100644 index 000000000000..3b2fb809d576 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md @@ -0,0 +1,57 @@ +# Token Vesting + +## Introduction + +Token vesting is a mechanism that enables founders to automate token distribution to team members, advisors, investors, and venture capitalists (VCs). By setting predefined vesting schedules, recipients gradually gain access to their allocated tokens over time, ensuring long-term alignment and commitment. + +By utilizing Team Finance’s token vesting service, projects can implement secure, transparent, and automated token distributions. Features like customizable vesting schedules, cliffs, and automated releases help prevent premature sell-offs, protecting the token’s value while building trust among stakeholders. + +## Getting Started + +In this tutorial, you will learn how to vest tokens for a certain period using various vesting schedules with Team Finance. Let's get started! + +1. Navigate to Team Finance [Team Vesting](https://app.team.finance/vesting) tab and click on **Create vesting**. + +![](/img/build/tools/token-management/token-vesting/tv-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/token-vesting/tv-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/token-vesting/tv-step-3.png) + +4. Enter the **Token address** for the token you are vesting in the input field, verify and click **Continue**. + ![](/img/build/tools/token-management/token-vesting/tv-step-4.png) + +> In our case for educational purpose, we are using **Eddie** token made on Kaia chain. + +5. Add the vesting details. You can either add your vesting details manually or upload file (CSV or Excel). For this guide, we will use the **Create new vesting plan** method and click **Add Address** + +![](/img/build/tools/token-management/token-vesting/tv-step-5a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-5b.png) + +6. Add the vesting schedule and details as seen in the example image below and click **Add Address**. + +> Make sure to tailor the vesting schedule to your need / use case. + +![](/img/build/tools/token-management/token-vesting/tv-step-6a.png) + +Click **Add Address** to manually add more vesting schedules and then click **Continue** + +![](/img/build/tools/token-management/token-vesting/tv-step-6b.png) + +7. Now, verify the details of your token vesting and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/token-vesting/tv-step-7.png) + +8. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/token-vesting/tv-step-8a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-8b.png) + +9. Congratulations! You have successfully vested tokens using Team Finance. You can view the details of your token vesting and track its progress on the dashboard. + ![](/img/build/tools/token-management/token-vesting/tv-step-9.png) From 5f83e3a7f2fc7eda633103f9cc0ca03aa9bcc625 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:55 +0800 Subject: [PATCH 20/66] New translations liquidity-locks.md (Korean) --- .../team-finance/liquidity-locks.md | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md new file mode 100644 index 000000000000..5220698cd67f --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md @@ -0,0 +1,69 @@ +# 유동성 잠금 + +## 소개 + +암호화폐에서는 유동성 공급자와 투자자 간의 신뢰와 투명성이 필수적입니다. 유동성 잠금은 유동성 풀의 자금을 안전하게 유지하여 러그 풀을 방지하고 투자자에게 예기치 않은 위험 없이 거래할 수 있다는 확신을 줍니다. + +팀 파이낸스의 유동성 잠금 기능은 유동성 공급자(LP) 토큰이 설정된 기간 동안 유동성 풀에 안전하게 잠겨 있도록 합니다. 이는 LP 토큰을 시간 제한 스마트 컨트랙트로 전송하여 달성할 수 있습니다. + +유동성 잠금을 사용하면 토큰 보유자는 다음과 같이 할 수 있습니다: + +- 자금 잠금 해제를 위한 특정 기간을 정의합니다, +- 소유자 주소와 만료일이 다른 여러 개의 잠금을 만들거나 +- 잠금 소유권을 다른 지갑으로 이전합니다. + +:::note +잠금 기간 동안 토큰 보유자는 잠긴 토큰에 액세스할 수 없습니다.\ +::: + +잠금 기간이 종료되면 토큰 보유자는 '[클레임](https://www.team.finance/claim)' 대시보드를 통해 LP 토큰을 회수할 수 있습니다. 이러한 토큰은 드래곤스왑과 같은 탈중앙화 거래소(DEX)에서 유동성 풀에 있는 페어링된 토큰(예: WKLAY/USDT)으로 교환할 수 있습니다. + +## 시작하기 + +이 튜토리얼에서는 팀 재정을 사용하여 유동성을 고정하는 방법을 알아보세요. 시작해보자! + +1. 팀 재무 [유동성 잠금](https://team.finance/liquidity-locks)으로 이동하여 **유동성 잠금 만들기**를 클릭합니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-1.jpeg) + +2. 팝업 메뉴에서 **정기 유동성 잠금**을 선택합니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-2.jpeg) + +3. 지갑을 **지갑 선택**을 클릭하고 **계속**을 클릭하여 팀 재무에 지갑을 연결합니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-3.jpeg) + +4. 블록체인 네트워크 아래에서 **카이아**를 선택하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-4.jpeg) + +5. 입력 필드에 **LP 토큰 주소**를 입력하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-5.png) + +6. 각 입력 필드에 LP 토큰을 잠글 **금액**과 **기간**을 설정하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-6.png) + +7. 권한 부여\*\*를 클릭하여 LP 토큰을 잠글 수 있는 권한을 부여하세요. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7a.png) + +> 그러면 인증 거래에 서명하라는 메시지가 표시됩니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7b.png) + +8. 유동성 잠금 정보를 확인한 다음 **거래 확인**을 클릭합니다. 지갑에 거래에 서명하여 프로세스를 완료하라는 메시지가 표시됩니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-8.png) + +9. 확인이 완료되면 거래 상태를 보여주는 페이지로 다시 연결됩니다. 거래가 확정될 때까지 페이지에서 다른 곳으로 이동하지 마세요. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9a.png) + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9b.png) + +10. 축하합니다! 팀 재정을 사용하여 유동성 잠금을 성공적으로 만들었습니다. 대시보드에서 잠금에 대한 세부 정보를 확인하고 진행 상황을 추적할 수 있습니다. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-10.png) From 45aa45a73af195da8bea2f73ef5d8d07db7be454 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:57 +0800 Subject: [PATCH 21/66] New translations team-finance.md (Korean) --- .../team-finance/team-finance.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md new file mode 100644 index 000000000000..1f9b41bb1eef --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md @@ -0,0 +1,16 @@ +# 팀 재무 + +## 소개 + +[팀 파이낸스](https://www.team.finance/about)는 블록체인 프로젝트가 토큰을 효과적이고 안전하게 관리할 수 있도록 설계된 올인원 토큰 관리 도구입니다. 이를 통해 프로젝트는 유동성, 팀 토큰, NFT를 잠글 수 있으며 토큰 베스팅, 스테이킹 풀, 토큰 멀티센더 서비스와 같은 고급 솔루션도 제공합니다. 트러스트스왑 생태계의 일부인 팀 파이낸스는 프로젝트 창립자와 투자자 모두를 위해 토큰 관리를 간소화하는 데 중점을 두고 있습니다. + +## 사용법 + +팀 파이낸스는 **카이아 메인넷**을 지원합니다. Kaia에서 팀 재정의 토큰 관리 기능을 사용하려면 다음 가이드를 참조하세요: + +- [유동성 잠금](./liquidity-locks.md) +- [팀 토큰 잠금](./team-token-locks.md) +- [토큰 베스팅](./token-vesting.md) +- [토큰 생성](./token-creation.md) +- [NFT 잠금](./nft-locks.md) +- [멀티발신자](./multisender.md) From 5a96be4106ca8db58e669754d5197257e7afa924 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:58 +0800 Subject: [PATCH 22/66] New translations team-token-locks.md (Korean) --- .../team-finance/team-token-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md new file mode 100644 index 000000000000..fd7587196892 --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md @@ -0,0 +1,47 @@ +# 팀 토큰 잠금 + +## 소개 + +팀 토큰 잠금이란 암호화폐 프로젝트가 팀에 할당된 토큰을 탈중앙화된 시간 잠금 스마트 컨트랙트 보관소에 안전하게 보관할 수 있도록 하는 메커니즘입니다. 이렇게 하면 팀 또는 창립자를 위해 예약된 토큰은 미리 정해진 잠금 기간이 만료될 때까지 출금 또는 수정할 수 없습니다. 이러한 조치는 커뮤니티와 투자자에게 사기 행위의 잠재적 위험을 줄임으로써 신뢰를 향상시킵니다. + +타사 토큰 잠금 서비스는 추가적인 책임 계층을 제공함으로써 최신 토큰 오퍼링에서 중추적인 역할을 합니다. 이러한 서비스는 프로젝트가 약속을 어기거나 토큰의 가치를 급격히 떨어뜨리고 이해관계자에게 피해를 줄 수 있는 토큰 조기 청산과 같은 악의적인 행위를 하지 못하도록 방지합니다. + +팀 토큰 잠금에 팀 파이낸스와 같은 플랫폼을 활용하면 암호화폐 프로젝트는 토큰 지급 일정을 투명하게 공개하고, 프로젝트에 대한 장기적인 약속을 알리고, 신뢰성을 강화하여 사기 위험을 최소화하고 투자자의 신뢰를 높일 수 있습니다. + +## 시작하기 + +이 튜토리얼에서는 팀 재정을 사용하여 유동성을 고정하는 방법을 알아보세요. 시작해보자! + +1. 팀 재무 [팀 토큰 잠금](https://team.finance/team-token-locks)으로 이동하여 \*\*"팀 토큰 잠금 만들기"\*\*를 클릭합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-1.jpeg) + +2. "지갑 선택"\*\*을 클릭하고 "계속"\*\*을 클릭하여 지갑을 팀 파이낸스에 연결합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-2.jpeg) + +3. 블록체인 네트워크에서 **카이아**를 선택하고 \*\*"계속"\*\*을 클릭합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-3.jpeg) + +4. 입력 필드에 KAIA 토큰의 **토큰 주소**를 입력하고 확인한 후 \*\*"계속"\*\*을 클릭합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-4.jpeg) + +저희의 경우 카이아 체인에서 만들어진 **KTT** 토큰을 사용하고 있습니다. + +5. 잠금 금액\*\* 및 **잠금 기간**을 포함하여 팀 토큰 잠금에 대한 세부 정보를 추가합니다. 계속하려면 \*\*"계속"\*\*을 클릭합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-5.jpeg) + +이 경우 **2026년 1월 1일**까지 **1000KTT** 토큰을 잠궜습니다. + +6. "권한 부여"\*\*를 클릭하고 지갑으로 이동해 거래에 서명합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-6.jpeg) + +7. 서명을 마치면 확인 메시지를 받게 됩니다. 계속하려면 \*\*"계속"\*\*을 클릭합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-7.jpeg) + +8. 이제 팀 토큰 잠금의 세부 정보를 확인하고 \*\*"거래 확인"\*\*을 클릭하여 잠금을 완료합니다. 지갑으로 이동하여 거래에 서명하여 프로세스를 완료합니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-8.jpeg) + +9. 확인이 완료되면 거래 상태를 보여주는 페이지로 다시 연결됩니다. 거래가 확정될 때까지 페이지에서 다른 곳으로 이동하지 마세요. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-9.jpeg) + +10. 축하합니다! 팀 재정을 사용하여 팀 토큰 잠금을 성공적으로 만들었습니다. 대시보드에서 잠금에 대한 세부 정보를 확인하고 진행 상황을 추적할 수 있습니다. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-10.jpeg) From d9c08d7527696ab12f246193b60f6ac9fb91f294 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:33:59 +0800 Subject: [PATCH 23/66] New translations token-management.md (Korean) --- .../build/tools/token-management/token-management.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md new file mode 100644 index 000000000000..23a22032362a --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md @@ -0,0 +1,11 @@ +# 토큰 관리 + +암호화폐의 토큰 관리는 토큰의 수명 주기 동안 토큰을 효율적이고 안전하게 처리하는 데 중점을 둡니다. 이는 토큰이 생태계 내에서 효과적으로 작동하도록 발행, 배포, 규제 준수, 보안, 공급 관리, 사용자 상호 작용과 같은 프로세스를 포괄합니다. 토큰 관리는 토큰이 안전하고 규정을 준수하며 사용자가 액세스할 수 있도록 보장하기 때문에 모든 블록체인 프로젝트의 성공에 매우 중요합니다. + +토큰 관리의 중요한 측면은 토큰을 에어드랍, 보상 시스템 또는 판매와 같은 메커니즘을 통해 사용자나 투자자에게 할당하는 발행 및 배포입니다. 이러한 프로세스를 적절히 관리하면 공정한 배분을 보장하고 프로젝트 목표에 부합할 수 있습니다. 규제 준수도 마찬가지로 중요하며, 토큰이 관할권 표준을 충족하도록 KYC(고객알기제도) 및 AML(자금세탁방지)과 같은 법적 프레임워크를 준수해야 합니다. + +커뮤니티 참여는 토큰 생태계의 성공에 중요한 역할을 합니다. 소셜 플랫폼과 개발자 참여를 통해 강력한 커뮤니티를 구축하면 관심과 채택이 지속됩니다. 효과적인 토큰 관리는 이러한 모든 요소를 통합하여 안전하고 기능적이며 규정을 준수하는 토큰을 생성하고 블록체인 생태계 내에서 신뢰와 장기적인 사용을 촉진합니다. + +다음 제공업체는 카이아와 통합하여 토큰 관리 서비스를 제공하고 있습니다: + +- [팀 재무](https://www.team.finance) From e5f7e510b3558eecb77088a827c03f998401571d Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:01 +0800 Subject: [PATCH 24/66] New translations multisender.md (Korean) --- .../team-finance/multisender.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md new file mode 100644 index 000000000000..ac0095105fd1 --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md @@ -0,0 +1,49 @@ +# 멀티발신자 + +Team Finance의 토큰 멀티발송 기능으로 한 번에 여러 지갑 주소로 토큰을 간편하게 전송할 수 있습니다. + +이 도구는 토큰을 하나씩 수동으로 전송하는 지루한 과정을 간소화하여 토큰 생성 이벤트(TGE), 에어드랍, 마케팅 캠페인, 급여 분배, 서비스 지급 등을 다양한 계정으로 손쉽게 진행할 수 있도록 도와줍니다. + +## 시작하기 + +이 튜토리얼에서는 팀 파이낸스를 사용하여 여러 지갑으로 토큰을 보내는 방법을 알아보세요. 시작해보자! + +1. 팀 재무 [멀티발신자](https://app.team.finance/token-multisender) 탭으로 이동하여 **토큰 보내기**를 클릭합니다. + +![](/img/build/tools/token-management/multisender/ms-step-1.png) + +2. 지갑을 **지갑 선택**을 클릭하고 **계속**을 클릭하여 팀 재무에 지갑을 연결합니다. + +![](/img/build/tools/token-management/multisender/ms-step-2.png) + +3. 블록체인 네트워크 아래에서 **카이아**를 선택하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/multisender/ms-step-3.png) + +4. 전송할 토큰의 토큰 주소를 입력하고 **계속하기**를 클릭합니다. + +> KAIA 또는 대체 가능한 토큰을 보낼 수 있습니다. 이 가이드에서는 대체 가능한 토큰을 전송합니다. + +![](/img/build/tools/token-management/multisender/ms-step-4.png) + +5. 수취인 정보(지갑 주소 및 금액)\*\*를 추가합니다. 수신자 세부 정보를 수동으로 추가하거나 CSV 파일을 업로드하도록 선택할 수 있습니다. 이 가이드에서는 CSV 파일 업로드 옵션을 사용하겠습니다. + +![](/img/build/tools/token-management/multisender/ms-step-5a.png) + +![](/img/build/tools/token-management/multisender/ms-step-5b.png) + +6. 권한 부여\*\*를 클릭하여 토큰 전송에 대한 권한을 부여하세요. + +![](/img/build/tools/token-management/multisender/ms-step-6.png) + +7. 이제 여러 지갑으로 토큰을 전송한 내역을 확인하고 **거래 확인**을 클릭해 프로세스를 마무리합니다. 지갑으로 이동하여 거래에 서명하여 프로세스를 완료합니다. + +![](/img/build/tools/token-management/multisender/ms-step-7.png) + +:::note +이 서비스는 유료 서비스이므로 네이티브 토큰인 KAIA에 필요한 서비스 수수료가 있는지 확인하세요. +::: + +7. 확인이 완료되면 거래 상태를 보여주는 페이지로 다시 연결됩니다. 거래가 확정될 때까지 페이지에서 다른 곳으로 이동하지 마세요. + +8. 축하합니다! 팀 파이낸스를 사용하여 여러 지갑으로 토큰을 성공적으로 전송했습니다. 대시보드에서 세부 정보를 확인할 수 있습니다. From fb938095eabf663dcdaf8d6a5c13b4838a309dbf Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:02 +0800 Subject: [PATCH 25/66] New translations nft-locks.md (Korean) --- .../team-finance/nft-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md new file mode 100644 index 000000000000..6c69c618bfd1 --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md @@ -0,0 +1,47 @@ +# NFT 잠금 + +팀 파이낸스의 NFT 잠금 기능을 사용하면 크리에이터가 개인 또는 팀에 할당된 NFT를 시간 잠금 스마트 컨트랙트 보관소로 전송하여 설정된 기간 동안 안전하게 잠글 수 있습니다. + +팀 파이낸스 NFT 잠금을 사용하면 프로젝트는 헌신을 보여주고, 신뢰를 구축하며, 사기 위험을 줄여 궁극적으로 커뮤니티와 투자자 간의 신뢰를 증진할 수 있습니다. + +## 시작하기 + +이 튜토리얼에서는 팀 파이낸스로 NFT를 잠그는 방법을 알아보세요. 시작해보자! + +1. 팀 재무 [NFT 잠금](https://app.team.finance/nft-locks) 탭으로 이동하여 **NFT 잠금 만들기**를 클릭합니다. + +![](/img/build/tools/token-management/nft-locks/nl-step-1.png) + +2. 지갑을 **지갑 선택**을 클릭하고 **계속**을 클릭하여 팀 재무에 지갑을 연결합니다. + +![](/img/build/tools/token-management/nft-locks/nl-step-2.png) + +3. 블록체인 네트워크 아래에서 **카이아**를 선택하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/nft-locks/nl-step-3.png) + +4. 잠그려는 NFT의 \*\*NFT 정보(컨트랙트 주소와 토큰 아이디)\*\*를 입력하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/nft-locks/nl-step-4.png) + +5. NFT를 잠글 기간을 설정합니다. + +![](/img/build/tools/token-management/nft-locks/nl-step-5.png) + +6. 권한 부여\*\*를 클릭하여 NFT 토큰을 잠글 수 있는 권한을 부여하세요. + +![](/img/build/tools/token-management/nft-locks/nl-step-6.png) + +> 그러면 인증 거래에 서명하라는 메시지가 표시됩니다. + +7. NFT 잠금 정보를 확인한 다음 **거래 확인**을 클릭합니다. 지갑에 거래에 서명하여 프로세스를 완료하라는 메시지가 표시됩니다. + +![](/img/build/tools/token-management/nft-locks/nl-step-7.png) + +8. 확인이 완료되면 거래 상태를 보여주는 페이지로 다시 연결됩니다. 거래가 확정될 때까지 페이지에서 다른 곳으로 이동하지 마세요. + +![](/img/build/tools/token-management/nft-locks/nl-step-8.png) + +9. 축하합니다! 팀 파이낸스를 사용하여 NFT 잠금을 성공적으로 만들었습니다. 대시보드에서 잠금에 대한 세부 정보를 확인하고 진행 상황을 추적할 수 있습니다. + +![](/img/build/tools/token-management/nft-locks/nl-step-9.png) From b6411e98a08163e1f3ffc441ea89a0970a1d1bcf Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:03 +0800 Subject: [PATCH 26/66] New translations token-creation.md (Korean) --- .../team-finance/token-creation.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md new file mode 100644 index 000000000000..9ea910a64846 --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md @@ -0,0 +1,44 @@ +# 토큰 생성 + +## 소개 + +코딩 경험 없이도 빠르고 안전하며 신뢰할 수 있는 토큰 생성 방법이 필요한 창업자를 위해 설계된 팀 파이낸스의 토큰 생성 도구를 사용하여 나만의 토큰을 쉽게 만들 수 있습니다. + +팀 파이낸스를 통해 프로젝트와 창립자는 감사 및 개발에 드는 시간과 비용을 절약하는 동시에 토큰 기능을 필요에 맞게 사용자 지정할 수 있습니다. + +## 시작하기 + +이 튜토리얼에서는 팀 파이낸스로 토큰을 쉽게 생성하는 방법을 알려드리겠습니다. 시작해보자! + +1. 팀 재무 [토큰 생성](https://app.team.finance/token-creation) 탭으로 이동하여 **토큰 생성**을 클릭합니다. + ![](/img/build/tools/token-management/token-creation/tc-step-1.png) + +2. 지갑을 **지갑 선택**을 클릭하고 **계속**을 클릭하여 팀 재무에 지갑을 연결합니다. + +![](/img/build/tools/token-management/token-creation/tc-step-2.png) + +3. 블록체인 네트워크 아래에서 **카이아**를 선택하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/token-creation/tc-step-3.png) + +4. 생성하려는 토큰의 **토큰 정보**를 입력하고 \*\*"계속"\*\*을 클릭합니다. + +![](/img/build/tools/token-management/token-creation/tc-step-4.png) + +5. 필요에 따라 **민트**, **번** 등과 같은 기능을 추가하세요. + +![](/img/build/tools/token-management/token-creation/tc-step-5.png) + +6. 이제 토큰 생성 내역을 확인하고 **거래 확인**을 클릭하여 프로세스를 마무리합니다. 지갑으로 이동하여 거래에 서명하여 프로세스를 완료합니다. + +![](/img/build/tools/token-management/token-creation/tc-step-6.png) + +7. 확인이 완료되면 거래 상태를 보여주는 페이지로 다시 연결됩니다. 거래가 확정될 때까지 페이지에서 다른 곳으로 이동하지 마세요. + +![](/img/build/tools/token-management/token-creation/tc-step-7a.png) + +![](/img/build/tools/token-management/token-creation/tc-step-7b.png) + +8. 축하합니다! 팀 재정을 사용하여 토큰을 성공적으로 생성했습니다. 대시보드에서 생성된 토큰의 세부 정보를 확인하고 몇 가지 작업을 수행할 수 있습니다. + +![](/img/build/tools/token-management/token-creation/tc-step-8.png) From 823e4f4439dc2a16513fca545636c70875244341 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:05 +0800 Subject: [PATCH 27/66] New translations token-vesting.md (Korean) --- .../team-finance/token-vesting.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md new file mode 100644 index 000000000000..b362fd36e1c2 --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md @@ -0,0 +1,57 @@ +# 토큰 베스팅 + +## 소개 + +토큰 베스팅은 창업자가 팀원, 어드바이저, 투자자, 벤처 캐피털리스트(VC)에게 토큰을 자동으로 분배할 수 있는 메커니즘입니다. 사전 정의된 베스팅 일정을 설정하면 수령자는 시간이 지남에 따라 할당된 토큰에 점진적으로 액세스하여 장기적인 정렬과 헌신을 보장할 수 있습니다. + +팀 파이낸스의 토큰 베스팅 서비스를 활용하면 프로젝트는 안전하고 투명하며 자동화된 토큰 분배를 구현할 수 있습니다. 사용자 지정 가능한 베스팅 일정, 절벽, 자동 릴리스와 같은 기능은 조기 매도를 방지하여 토큰의 가치를 보호하는 동시에 이해관계자 간의 신뢰를 구축하는 데 도움이 됩니다. + +## 시작하기 + +이 튜토리얼에서는 팀 파이낸스의 다양한 베스팅 스케줄을 사용하여 특정 기간 동안 토큰을 베스팅하는 방법을 배웁니다. 시작해보자! + +1. 팀 재무 [팀 베스팅](https://app.team.finance/vesting) 탭으로 이동하여 **베스팅 생성**을 클릭합니다. + +![](/img/build/tools/token-management/token-vesting/tv-step-1.png) + +2. 지갑을 **지갑 선택**을 클릭하고 **계속**을 클릭하여 팀 재무에 지갑을 연결합니다. + +![](/img/build/tools/token-management/token-vesting/tv-step-2.png) + +3. 블록체인 네트워크 아래에서 **카이아**를 선택하고 **계속하기**를 클릭합니다. + +![](/img/build/tools/token-management/token-vesting/tv-step-3.png) + +4. 입력 필드에 부여하려는 토큰의 **토큰 주소**를 입력하고 확인한 후 **계속하기**를 클릭합니다. + ![](/img/build/tools/token-management/token-vesting/tv-step-4.png) + +> 저희의 경우 교육 목적으로 카이아 체인에서 만들어진 **Eddie** 토큰을 사용하고 있습니다. + +5. 베스팅 세부 정보를 추가합니다. 베스팅 세부 정보를 수동으로 추가하거나 파일(CSV 또는 Excel)을 업로드할 수 있습니다. 이 가이드에서는 **새로운 베스팅 플랜 만들기** 방법을 사용하고 **주소 추가**를 클릭하겠습니다. + +![](/img/build/tools/token-management/token-vesting/tv-step-5a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-5b.png) + +6. 아래 예시 이미지에 표시된 대로 부여 일정과 세부 정보를 추가하고 **주소 추가**를 클릭합니다. + +> 필요/사용 사례에 맞게 부여 일정을 조정해야 합니다. + +![](/img/build/tools/token-management/token-vesting/tv-step-6a.png) + +주소 추가\*\*를 클릭하여 수동으로 베스팅 일정을 추가한 다음 **계속**을 클릭합니다. + +![](/img/build/tools/token-management/token-vesting/tv-step-6b.png) + +7. 이제 토큰 지급 내역을 확인하고 **거래 확인**을 클릭하여 절차를 마무리합니다. 지갑으로 이동하여 거래에 서명하여 프로세스를 완료합니다. + +![](/img/build/tools/token-management/token-vesting/tv-step-7.png) + +8. 확인이 완료되면 거래 상태를 보여주는 페이지로 다시 연결됩니다. 거래가 확정될 때까지 페이지에서 다른 곳으로 이동하지 마세요. + +![](/img/build/tools/token-management/token-vesting/tv-step-8a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-8b.png) + +9. 축하합니다! 팀 재정을 사용하여 토큰을 성공적으로 획득했습니다. 대시보드에서 토큰 베스팅에 대한 세부 정보를 확인하고 진행 상황을 추적할 수 있습니다. + ![](/img/build/tools/token-management/token-vesting/tv-step-9.png) From c18b065cebe7e1a1919070ceb6eb62e8f9bcdec9 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:07 +0800 Subject: [PATCH 28/66] New translations liquidity-locks.md (Chinese Simplified) --- .../team-finance/liquidity-locks.md | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md new file mode 100644 index 000000000000..8f238e0bef68 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md @@ -0,0 +1,69 @@ +# 流动资金锁 + +## 介绍 + +在加密货币领域,流动性提供者和投资者之间的信任和透明度至关重要。 流动性锁定可确保流动性池中的资金安全,防止 "地毯式 "套现,让投资者有信心在没有意外风险的情况下进行交易。 + +Team Finance 的流动性锁定功能可确保流动性提供者(LP)代币在设定的期限内安全地锁定在流动性池中。 这是通过将 LP 代币转移到时间锁定的智能合约来实现的。 + +通过流动性锁定,代币持有者可以 + +- 确定释放资金的具体时限、 +- 创建具有不同所有者地址和到期日期的多个锁,或 +- 将锁的所有权转移到另一个钱包。 + +:::note +在锁定期间,代币持有者被限制访问其锁定的代币。\ +::: + +锁定期结束后,代币持有者可通过"[Claims](https://www.team.finance/claim) "仪表板收回其 LP 代币。 然后,这些代币就可以在像 DragonSwap 这样的去中心化交易所(DEX)(如 WKLAY/USDT)上兑换流动性池中的配对代币。 + +## 开始 + +在本教程中,您将学习如何使用 Team Finance 锁定流动性。 让我们开始吧! + +1. 导航至团队财务 [流动性锁](https://team.finance/liquidity-locks) 并单击 **创建流动性锁**。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-1.jpeg) + +2. 从弹出菜单中选择 **常规流动性锁定**。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-2.jpeg) + +3. 点击**选择钱包**,然后点击**继续**,将您的钱包连接到 Team Finance。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-3.jpeg) + +4. 在区块链网络下选择**Kaia**,然后点击**继续**。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-4.jpeg) + +5. 在输入框中输入**LP 标记地址**,然后点击**继续**。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-5.png) + +6. 在相应输入字段中设置要锁定 LP 令牌的 \*\* 金额\*\* 和 \*\* 期限\*\*,然后点击 **继续**。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-6.png) + +7. 点击 **授权**,授权锁定 LP 令牌。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7a.png) + +> 这将提示您签署授权交易。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7b.png) + +8. 验证您的流动资金锁定详细信息,然后点击 **确认交易**。 系统会提示您的钱包签署交易,以完成交易过程。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-8.png) + +9. 确认后,您将被重新引导到一个页面,该页面将显示交易状态。 在交易确认之前,请不要离开页面。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9a.png) + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9b.png) + +10. 祝贺你 您已使用 Team Finance 成功创建了流动性锁。 您可以在仪表板上查看锁的详细信息并跟踪其进度。 + +![](/img/build/tools/token-management/liquidity-locks/ll-step-10.png) From b8d94e7308573151db0ff3f92a3b714299ebb8cb Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:09 +0800 Subject: [PATCH 29/66] New translations team-finance.md (Chinese Simplified) --- .../team-finance/team-finance.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md new file mode 100644 index 000000000000..b5ef104381ef --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md @@ -0,0 +1,16 @@ +# 团队财务 + +## 导言 + +[Team Finance](https://www.team.finance/about) 是一款一体化代币管理工具,旨在帮助区块链项目有效、安全地管理其代币。 它使项目能够锁定流动性、团队代币和 NFT,同时还提供先进的解决方案,如代币归属、盯盘池和代币多发送方服务。 作为 TrustSwap 生态系统的一部分,Team Finance 致力于简化项目创始人和投资者的代币管理。 + +## 使用方法 + +财务团队支持 **Kaia Mainnet**。 要开始使用 Kaia 上的团队财务令牌管理功能,请参阅以下指南: + +- [流动资金锁](./liquidity-locks.md) +- [团队令牌锁](./team-token-locks.md) +- [代币归属](./token-vesting.md) +- [令牌创建](./token-creation.md) +- [NFT Locks](./nft-locks.md) +- [Multisender](./multisender.md) From 3c250125917954f44aa32c8281b49cba2c1f1b49 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:10 +0800 Subject: [PATCH 30/66] New translations team-token-locks.md (Chinese Simplified) --- .../team-finance/team-token-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md new file mode 100644 index 000000000000..3741e641c651 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md @@ -0,0 +1,47 @@ +# 团队令牌锁 + +## 介绍 + +团队代币锁是一种机制,可使加密项目将分配给团队的代币安全地存放在一个去中心化、时间锁定的智能合约保险库中。 这样可以确保为团队或创始人保留的代币在预定的锁定期结束前一直无法提取或修改。 这些措施降低了欺诈活动给社会和投资者带来的潜在风险,从而增强了信任。 + +第三方令牌锁定服务在现代令牌产品中发挥着举足轻重的作用,因为它提供了一个额外的责任层。 这些服务可以防止项目违背承诺或采取恶意行为,如过早清算代币,这可能会使代币大幅贬值,损害利益相关者的利益。 + +通过利用 Team Finance 等平台进行团队代币锁定,加密货币项目可以透明地展示其代币归属时间表,表明对项目的长期承诺,并提高可信度,从而最大限度地降低欺诈风险,增强投资者信心。 + +## 开始使用 + +在本教程中,您将学习如何使用 Team Finance 锁定流动性。 让我们开始吧! + +1. 导航至团队财务 [团队令牌锁](https://team.finance/team-token-locks) 并单击 **"创建团队令牌锁 "**。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-1.jpeg) + +2. 点击 **"选择钱包 "**,然后点击 **"继续 "**,将您的钱包连接到 Team Finance。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-2.jpeg) + +3. 在区块链网络下选择**Kaia**,然后点击\*\*"继续 "\*\*。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-3.jpeg) + +4. 在输入框中输入 KAIA 令牌的**令牌地址**,验证后点击\*\*"继续 "\*\*。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-4.jpeg) + +在我们的案例中,我们使用的是在 Kaia 链上制作的 **KTT** 令牌。 + +5. 添加团队令牌锁定的详细信息,包括**锁定金额**和**锁定时间**。 点击 **"继续 "** 继续。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-5.jpeg) + +在这种情况下,我们锁定了**1000KTT**代币,直至2026年1月1日\*\*。 + +6. 点击 **"给予许可 "**,然后进入钱包签署交易。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-6.jpeg) + +7. 签名后,您将收到一条确认信息。 点击 **"继续 "** 继续。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-7.jpeg) + +8. 现在,验证团队令牌锁的详细信息,然后点击 **"确认交易 "**,最终完成锁定。 进入钱包并签署交易,完成交易过程。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-8.jpeg) + +9. 确认后,您将被重新引导到一个页面,该页面将显示交易状态。 在交易确认之前,请不要离开页面。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-9.jpeg) + +10. 祝贺你 您已使用团队财务成功创建了团队令牌锁。 您可以在仪表板上查看锁的详细信息并跟踪其进度。 + ![](/img/build/tools/token-management/team-token-locks/ttl-step-10.jpeg) From 2ebc7dedca718e10ad8f2cdb7f1abb2be982cc90 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:11 +0800 Subject: [PATCH 31/66] New translations token-management.md (Chinese Simplified) --- .../build/tools/token-management/token-management.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md new file mode 100644 index 000000000000..0f4488a761d4 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md @@ -0,0 +1,11 @@ +# 代币管理 + +加密货币中的代币管理侧重于在代币的整个生命周期内高效、安全地处理代币。 它包括发行、分发、监管合规、安全、供应管理和用户互动等流程,以确保代币在其生态系统中有效运作。 代币管理对任何区块链项目的成功都至关重要,因为它能确保代币的安全、合规性和用户的可访问性。 + +代币管理的一个重要方面是发行和分配,即通过空投、奖励系统或销售等机制将代币分配给用户或投资者。 妥善管理这些流程可确保公平分配,并与项目目标保持一致。 监管合规同样重要,需要遵守 KYC(了解你的客户)和 AML(反洗钱)等法律框架,以确保代币符合管辖标准。 + +社区参与对代币生态系统的成功起着重要作用。 通过社交平台和开发人员的参与,建立一个强大的社区,以保持兴趣和采用率。 有效的代币管理整合了所有这些要素,以创建安全、实用和合规的代币,在区块链生态系统中促进信任和长期使用。 + +以下供应商已与 Kaia 集成,提供令牌管理服务: + +- [Team Finance](https://www.team.finance) From 48c7615c3cbb1d5fafb72043efea3827445e0571 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:12 +0800 Subject: [PATCH 32/66] New translations multisender.md (Chinese Simplified) --- .../team-finance/multisender.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md new file mode 100644 index 000000000000..7d0f5ac4b69c --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md @@ -0,0 +1,49 @@ +# 多发送器 + +使用 Team Finance 的代币多发送器功能,轻松地将代币一次性发送到多个钱包地址。 + +该工具简化了逐个手动发送代币的繁琐过程,是代币生成活动 (TGE)、空投、营销活动、工资分配和服务付款的理想工具,可以毫不费力地将不同数量的代币发送到不同账户。 + +## 入门 + +在本教程中,您将学习如何使用 Team Finance 向多个钱包发送代币。 让我们开始吧! + +1. 导航至团队财务 [Multisender](https://app.team.finance/token-multisender) 选项卡并单击 **发送令牌**。 + +![](/img/build/tools/token-management/multisender/ms-step-1.png) + +2. 点击**选择钱包**,然后点击**继续**,将您的钱包连接到 Team Finance。 + +![](/img/build/tools/token-management/multisender/ms-step-2.png) + +3. 在区块链网络下选择**Kaia**,然后点击**继续**。 + +![](/img/build/tools/token-management/multisender/ms-step-3.png) + +4. 输入要发送的令牌地址,然后点击 **继续**。 + +> 您可以发送 KAIA 或可替代代币。 在本指南中,我们将发送可替代代币。 + +![](/img/build/tools/token-management/multisender/ms-step-4.png) + +5. 添加 **收件人详细信息(钱包地址和金额)**。 您可以选择手动添加收件人详细信息或上传 CSV 文件。 在本指南中,我们将使用上传 CSV 文件选项。 + +![](/img/build/tools/token-management/multisender/ms-step-5a.png) + +![](/img/build/tools/token-management/multisender/ms-step-5b.png) + +6. 点击 **授权**,授权发送令牌。 + +![](/img/build/tools/token-management/multisender/ms-step-6.png) + +7. 现在,请确认向多个钱包发送代币的详细信息,然后点击 **确认交易**,完成整个过程。 进入钱包并签署交易,完成交易过程。 + +![](/img/build/tools/token-management/multisender/ms-step-7.png) + +:::note +这是一项付费服务,因此请确保您的 KAIA(本地令牌)中有所需的服务费。 +::: + +7. 确认后,您将被重新引导到一个页面,该页面将显示交易状态。 在交易确认之前,请不要离开页面。 + +8. 祝贺你 您已使用 Team Finance 成功向多个钱包发送了代币。 您可以在仪表板上查看详情。 From 9dfbbf9ce1d4983ccfbe812ce7b55ca603630453 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:14 +0800 Subject: [PATCH 33/66] New translations nft-locks.md (Chinese Simplified) --- .../team-finance/nft-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md new file mode 100644 index 000000000000..17b34260e7d4 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md @@ -0,0 +1,47 @@ +# NFT 锁 + +Team Finance 的 NFT 锁定功能允许创建者将个人或团队分配的 NFT 转移到一个时间锁定的智能合约保险库,从而在设定的时间内安全地锁定这些 NFT。 + +通过使用 Team Finance NFT 锁,项目可以展示承诺、建立信誉并降低欺诈风险,最终在社区和投资者之间建立信任。 + +## 入门 + +在本教程中,您将学习如何使用 Team Finance 锁定 NFT。 让我们开始吧! + +1. 导航至团队财务 [NFT 锁](https://app.team.finance/nft-locks) 选项卡,然后单击 **创建 NFT 锁**。 + +![](/img/build/tools/token-management/nft-locks/nl-step-1.png) + +2. 点击**选择钱包**,然后点击**继续**,将您的钱包连接到 Team Finance。 + +![](/img/build/tools/token-management/nft-locks/nl-step-2.png) + +3. 在区块链网络下选择**Kaia**,然后点击**继续**。 + +![](/img/build/tools/token-management/nft-locks/nl-step-3.png) + +4. 输入您要锁定的 NFT 的**NFT 信息(合同地址和令牌编号)**,然后单击**继续**。 + +![](/img/build/tools/token-management/nft-locks/nl-step-4.png) + +5. 设置您希望锁定 NFT 的时间段。 + +![](/img/build/tools/token-management/nft-locks/nl-step-5.png) + +6. 点击 **授权**,授权锁定您的 NFT 令牌。 + +![](/img/build/tools/token-management/nft-locks/nl-step-6.png) + +> 这将提示您签署授权交易。 + +7. 验证您的 NFT 锁详细信息,然后点击 **确认交易**。 系统会提示您的钱包签署交易,以完成交易过程。 + +![](/img/build/tools/token-management/nft-locks/nl-step-7.png) + +8. 确认后,您将被重新引导到一个页面,该页面将显示交易状态。 在交易确认之前,请不要离开页面。 + +![](/img/build/tools/token-management/nft-locks/nl-step-8.png) + +9. 祝贺你 您已使用财务团队成功创建了 NFT 锁。 您可以在仪表板上查看锁的详细信息并跟踪其进度。 + +![](/img/build/tools/token-management/nft-locks/nl-step-9.png) From 274c6cff760ec0ef97cc60358999b557b4c56f73 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:15 +0800 Subject: [PATCH 34/66] New translations token-creation.md (Chinese Simplified) --- .../team-finance/token-creation.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md new file mode 100644 index 000000000000..1be029fbc637 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md @@ -0,0 +1,44 @@ +# 代币创建 + +## 介绍 + +使用 Team Finance 的代币创建工具,轻松创建您自己的代币,该工具专为需要快速、安全、可信方式来生成代币的创始人而设计,无需任何编码经验。 + +有了 Team Finance,项目和创始人可以节省审计和开发的时间和金钱,同时定制令牌功能以满足他们的需求。 + +## 入门 + +在本教程中,您将学习如何使用 Team Finance 轻松创建代币。 让我们开始吧! + +1. 导航至团队财务 [令牌创建](https://app.team.finance/token-creation) 选项卡,点击 **创建令牌**。 + ![](/img/build/tools/token-management/token-creation/tc-step-1.png) + +2. 点击**选择钱包**,然后点击**继续**,将您的钱包连接到 Team Finance。 + +![](/img/build/tools/token-management/token-creation/tc-step-2.png) + +3. 在区块链网络下选择**Kaia**,然后点击**继续**。 + +![](/img/build/tools/token-management/token-creation/tc-step-3.png) + +4. 输入要创建的令牌的**令牌信息**,然后点击\*\*"继续 "\*\*。 + +![](/img/build/tools/token-management/token-creation/tc-step-4.png) + +5. 根据需要添加**薄荷**、**燃烧**等功能 + +![](/img/build/tools/token-management/token-creation/tc-step-5.png) + +6. 现在,请核实创建令牌的详细信息,然后点击 **确认交易**,完成整个过程。 进入钱包并签署交易,完成交易过程。 + +![](/img/build/tools/token-management/token-creation/tc-step-6.png) + +7. 确认后,您将被重新引导到一个页面,该页面将显示交易状态。 在交易确认之前,请不要离开页面。 + +![](/img/build/tools/token-management/token-creation/tc-step-7a.png) + +![](/img/build/tools/token-management/token-creation/tc-step-7b.png) + +8. 祝贺你 您已成功使用 Team Finance 创建了代币。 您可以在仪表板上查看已创建令牌的详细信息并执行一些操作。 + +![](/img/build/tools/token-management/token-creation/tc-step-8.png) From 8d96e11fe0248cb9e956a7d043e951913020e838 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:16 +0800 Subject: [PATCH 35/66] New translations token-vesting.md (Chinese Simplified) --- .../team-finance/token-vesting.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md new file mode 100644 index 000000000000..2dbcee36cf82 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md @@ -0,0 +1,57 @@ +# 代币归属 + +## 介绍 + +代币归属是一种机制,能让创始人自动向团队成员、顾问、投资者和风险投资人(VC)分配代币。 通过设定预定义的归属时间表,接受者可以随着时间的推移逐步获得分配的代币,从而确保长期的一致性和承诺。 + +通过使用 Team Finance 的代币归属服务,项目可以实现安全、透明和自动化的代币分配。 可定制的归属时间表、悬崖和自动释放等功能有助于防止过早抛售,保护代币的价值,同时在利益相关者之间建立信任。 + +## 入门 + +在本教程中,您将学习如何使用 Team Finance 的各种归属时间表在一定时期内归属代币。 让我们开始吧! + +1. 导航至团队财务 [Team Vesting](https://app.team.finance/vesting) 选项卡,点击 **创建归属**。 + +![](/img/build/tools/token-management/token-vesting/tv-step-1.png) + +2. 点击**选择钱包**,然后点击**继续**,将您的钱包连接到 Team Finance。 + +![](/img/build/tools/token-management/token-vesting/tv-step-2.png) + +3. 在区块链网络下选择**Kaia**,然后点击**继续**。 + +![](/img/build/tools/token-management/token-vesting/tv-step-3.png) + +4. 在输入框中输入要归属的令牌的**令牌地址**,验证后点击**继续**。 + ![](/img/build/tools/token-management/token-vesting/tv-step-4.png) + +> 在我们的案例中,出于教育目的,我们使用的是在 Kaia 链上制作的 **Eddie** 标记。 + +5. 添加归属细节。 您可以手动添加归属详情,也可以上传文件(CSV 或 Excel)。 在本指南中,我们将使用**创建新归属计划**方法,然后点击**添加地址**。 + +![](/img/build/tools/token-management/token-vesting/tv-step-5a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-5b.png) + +6. 添加归属时间表和详细信息,如下图所示,然后点击 **添加地址**。 + +> 请务必根据您的需求/用例调整归属时间表。 + +![](/img/build/tools/token-management/token-vesting/tv-step-6a.png) + +单击**添加地址**手动添加更多归属时间表,然后单击**继续** + +![](/img/build/tools/token-management/token-vesting/tv-step-6b.png) + +7. 现在,请核实您的代币归属详情,然后点击**确认交易**,完成整个过程。 进入钱包并签署交易,完成交易过程。 + +![](/img/build/tools/token-management/token-vesting/tv-step-7.png) + +8. 确认后,您将被重新引导到一个页面,该页面将显示交易状态。 在交易确认之前,请不要离开页面。 + +![](/img/build/tools/token-management/token-vesting/tv-step-8a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-8b.png) + +9. 祝贺你 您已使用 Team Finance 成功归属代币。 您可以在仪表板上查看代币归属的详细信息并跟踪其进度。 + ![](/img/build/tools/token-management/token-vesting/tv-step-9.png) From ccc6020cec232164b60e87cd426ba894e49959b8 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:20 +0800 Subject: [PATCH 36/66] New translations liquidity-locks.md (Chinese Traditional) --- .../team-finance/liquidity-locks.md | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md new file mode 100644 index 000000000000..96d544f4bf18 --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md @@ -0,0 +1,69 @@ +# Liquidity Locks + +## 介紹 + +In crypto, trust and transparency between liquidity providers and investors are essential. Liquidity locks ensure that funds in a liquidity pool remain secure, preventing rug pulls and giving investors confidence that they can trade without unexpected risks. + +Team Finance’s Liquidity Lock feature ensures that liquidity provider (LP) tokens remain securely locked in a liquidity pool for a set duration. This is achieved by transferring the LP tokens to a time-locked smart contract. + +With liquidity locking, token holders can: + +- define specific timeframes for unlocking their funds, +- create multiple locks with different owner addresses and expiration dates, or +- transfer lock ownership to another wallet. + +:::note +During the lock period, token holders are restricted from accessing their locked tokens.\ +::: + +When the lock period ends, token holders can reclaim their LP tokens through the '[Claims](https://www.team.finance/claim)' dashboard. These tokens can then be exchanged for the paired tokens in the liquidity pool on decentralized exchanges (DEX) like DragonSwap (e.g., WKLAY/USDT). + +## 開始 + +In this tutorial, you will learn how to lock liquidity using Team Finance. Let's get started! + +1. Navigate to Team Finance [Liquidity Locks](https://team.finance/liquidity-locks) and click on **Create liquidity lock**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-1.jpeg) + +2. Choose **Regular Liquidity Lock** from the pop-up menu. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-2.jpeg) + +3. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-3.jpeg) + +4. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-4.jpeg) + +5. Enter the **LP token address** in the input field and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-5.png) + +6. Set the **amount** and **time period** you would like to lock your LP token for in the respective input fields and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-6.png) + +7. Give authorisation to lock your LP tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7a.png) + +> This prompts you to sign an authorisation transaction. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7b.png) + +8. Verify your Liquidity lock details and then proceed to click **Confirm transaction**. Your wallet will be prompted to sign the transaction to complete the process. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-8.png) + +9. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9a.png) + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9b.png) + +10. Congratulations! You have successfully created a liquidity lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-10.png) From a82bb467b789e484ba6ab860b27849dffe41f359 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:21 +0800 Subject: [PATCH 37/66] New translations team-finance.md (Chinese Traditional) --- .../team-finance/team-finance.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md new file mode 100644 index 000000000000..1665c341e215 --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md @@ -0,0 +1,16 @@ +# Team Finance + +## 導言 + +[Team Finance](https://www.team.finance/about) is an all-in-one token management tool designed to help blockchain projects manage their tokens effectively and securely. It enables projects to lock liquidity, team tokens, and NFTs, while also offering advanced solutions such as token vesting, staking pools, and a token multisender service. As part of the TrustSwap ecosystem, Team Finance focuses on simplifying token management for project founders and investors alike. + +## Usage + +Team Finance supports **Kaia Mainnet**. To get started using Team Finance token management features on Kaia, refer to the following guides: + +- [Liquidity Locks](./liquidity-locks.md) +- [Team Token Locks](./team-token-locks.md) +- [Token Vesting](./token-vesting.md) +- [Token Creation](./token-creation.md) +- [NFT Locks](./nft-locks.md) +- [Multisender](./multisender.md) From 99b4c5086cfc25aee543cde07654c43cb4a7b44c Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:23 +0800 Subject: [PATCH 38/66] New translations team-token-locks.md (Chinese Traditional) --- .../team-finance/team-token-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md new file mode 100644 index 000000000000..3d28a68f12e0 --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md @@ -0,0 +1,47 @@ +# Team Token Locks + +## 介紹 + +Team token locks are mechanisms that enable crypto projects to secure tokens allocated to the team in a decentralized, time-locked smart contract vault. This ensures that tokens reserved for the team or founders remain inaccessible for withdrawal or modification until the predetermined lock period expires. Such measures enhance trust, as they reduce the potential risk of fraudulent activity for the community and investors. + +Third-party token-locking services play a pivotal role in modern token offerings by providing an additional layer of accountability. These services prevent projects from reneging on their commitments or engaging in malicious practices, such as prematurely liquidating their tokens, which could drastically devalue the token and harm stakeholders. + +By utilizing platforms like Team Finance for team token locks, crypto projects can transparently demonstrate their token vesting schedule, signal long-term commitment to the project, and bolster credibility, thereby minimizing scam risks and fostering investor confidence. + +## 開始使用 + +In this tutorial, you will learn how to lock liquidity using Team Finance. Let's get started! + +1. Navigate to Team Finance [Team token locks](https://team.finance/team-token-locks) and click on **"Create team token lock"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-1.jpeg) + +2. Connect your wallet to Team Finance by clicking on **"Select Wallet"** and click **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-2.jpeg) + +3. Select **Kaia** under the blockchain networks and click on **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-3.jpeg) + +4. Enter the **Token address** of your KAIA token in the input field, verify and click **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-4.jpeg) + +In our case we are using **KTT** token made on Kaia chain. + +5. Add the details of the team token lock, including the **Lock amount** and **Lock duration**. Click **"Continue"** to proceed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-5.jpeg) + +In this case, we have locked **1000KTT** tokens until **January 1, 2026**. + +6. Click on **"Give Permission"** and go to your wallet to sign the transaction. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-6.jpeg) + +7. You will receive a confirmation message once you have signed. Click **"Continue"** to proceed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-7.jpeg) + +8. Now, verify the details of your team token lock and click **"Confirm transaction"** to finalize the lock. Go to your wallet and sign the transaction to complete the process. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-8.jpeg) + +9. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-9.jpeg) + +10. Congratulations! You have successfully created a team token lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-10.jpeg) From 41337c27930396b84aa0a1bbe66d35a08795be3c Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:24 +0800 Subject: [PATCH 39/66] New translations token-management.md (Chinese Traditional) --- .../build/tools/token-management/token-management.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md new file mode 100644 index 000000000000..000686b16587 --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md @@ -0,0 +1,11 @@ +# Token Management + +Token management in cryptocurrency focuses on the efficient and secure handling of tokens throughout their lifecycle. It encompasses processes like issuance, distribution, regulatory compliance, security, supply management, and user interaction to ensure tokens function effectively within their ecosystem. Token management is crucial for the success of any blockchain project, as it ensures that tokens are secure, compliant, and accessible to users. + +A critical aspect of token management is issuance and distribution, where tokens are allocated to users or investors through mechanisms like airdrops, reward systems, or sales. Properly managing these processes ensures fair allocation and aligns with project objectives. Regulatory compliance is equally important, requiring adherence to legal frameworks such as KYC (Know Your Customer) and AML (Anti-Money Laundering) to ensure tokens meet jurisdictional standards. + +Community engagement plays a significant role in the success of token ecosystems. Building a strong community through social platforms and developer engagement sustains interest and adoption. Effective token management integrates all these elements to create secure, functional, and compliant tokens, fostering trust and long-term use within the blockchain ecosystem. + +The following providers have integrated with Kaia to deliver token management services: + +- [Team Finance](https://www.team.finance) From 6135a9146283a9c0e04f5eaeaebddec38e960b47 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:25 +0800 Subject: [PATCH 40/66] New translations multisender.md (Chinese Traditional) --- .../team-finance/multisender.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md new file mode 100644 index 000000000000..614fb071d23e --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md @@ -0,0 +1,49 @@ +# Multisender + +Easily send tokens to multiple wallet addresses in one go with Team Finance’s token multisender feature. + +This tool streamlines the tedious process of manually sending tokens one by one, making it ideal for Token Generation Events (TGE), airdrops, marketing campaigns, salary distributions, and service payments all in varying amounts to different accounts, effortlessly. + +## Getting Started + +In this tutorial, you will learn how to send tokens to multiple wallets with Team Finance. Let's get started! + +1. Navigate to Team Finance [Multisender](https://app.team.finance/token-multisender) tab and click on **Send tokens**. + +![](/img/build/tools/token-management/multisender/ms-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/multisender/ms-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/multisender/ms-step-3.png) + +4. Enter the token address for the token you are sending and click **Continue**. + +> You can either send KAIA or fungible tokens. In this guide, we will send fungible tokens. + +![](/img/build/tools/token-management/multisender/ms-step-4.png) + +5. Add **recipient details (wallet addresses and amounts)**. You can choose to add recipient details either manually or upload a CSV file. For this guide, we will use the upload a CSV file option. + +![](/img/build/tools/token-management/multisender/ms-step-5a.png) + +![](/img/build/tools/token-management/multisender/ms-step-5b.png) + +6. Give authorisation to send your tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/multisender/ms-step-6.png) + +7. Now, verify the details of sending tokens to multiple wallets and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/multisender/ms-step-7.png) + +:::note +This is a paid service, so ensure you have the required service fee available in KAIA, the native token +::: + +7. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +8. Congratulations! You have successfully sent tokens to multiple wallets using Team Finance. You can view the details on your dashboard. From a5ee6d0a26d5a70eb001c7f54f53b312cdc89638 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:27 +0800 Subject: [PATCH 41/66] New translations nft-locks.md (Chinese Traditional) --- .../team-finance/nft-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md new file mode 100644 index 000000000000..c9921d321755 --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md @@ -0,0 +1,47 @@ +# NFT Locks + +Team Finance’s NFT lock feature allows creators to securely lock their personal or team-allocated NFTs for a set duration by transferring them to a time-locked smart contract vault. + +By using Team Finance NFT locks, projects can demonstrate commitment, build credibility, and reduce the risk of scams ultimately fostering trust within the community and among investors. + +## Getting Started + +In this tutorial, you will learn how to lock NFTs with Team Finance. Let's get started! + +1. Navigate to Team Finance [NFT locks](https://app.team.finance/nft-locks) tab and click on **Create NFT lock**. + +![](/img/build/tools/token-management/nft-locks/nl-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-3.png) + +4. Enter the **NFT info(contract address and tokenid)** for the NFT you are locking and click **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-4.png) + +5. Set the time period you would like to lock your NFT for. + +![](/img/build/tools/token-management/nft-locks/nl-step-5.png) + +6. Give authorisation to lock your NFT tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/nft-locks/nl-step-6.png) + +> This prompts you to sign an authorisation transaction. + +7. Verify your NFT lock details and then proceed to click **Confirm transaction**. Your wallet will be prompted to sign the transaction to complete the process. + +![](/img/build/tools/token-management/nft-locks/nl-step-7.png) + +8. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/nft-locks/nl-step-8.png) + +9. Congratulations! You have successfully created a NFT lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + +![](/img/build/tools/token-management/nft-locks/nl-step-9.png) From 98a588c22a0d6630aa7bf693c2382c54796a5e09 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:28 +0800 Subject: [PATCH 42/66] New translations token-creation.md (Chinese Traditional) --- .../team-finance/token-creation.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md new file mode 100644 index 000000000000..1183d3c47e0e --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md @@ -0,0 +1,44 @@ +# Token Creation + +## 介紹 + +Easily create your own tokens with Team Finance's token creation tool designed for founders who need a fast, secure, and trusted way to generate tokens without any coding experience. + +With Team Finance, projects and founders can save time and money on audits and development while customizing token functions to fit their needs. + +## Getting Started + +In this tutorial, you will learn how to easily create tokens with Team Finance. Let's get started! + +1. Navigate to Team Finance [Token creation](https://app.team.finance/token-creation) tab and click on **Create token**. + ![](/img/build/tools/token-management/token-creation/tc-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/token-creation/tc-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/token-creation/tc-step-3.png) + +4. Enter the **token info** for the token you want to create and click **"Continue"**. + +![](/img/build/tools/token-management/token-creation/tc-step-4.png) + +5. Add features such as **mint**, **burn** etc. depending on your need + +![](/img/build/tools/token-management/token-creation/tc-step-5.png) + +6. Now, verify the details of your token creation and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/token-creation/tc-step-6.png) + +7. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/token-creation/tc-step-7a.png) + +![](/img/build/tools/token-management/token-creation/tc-step-7b.png) + +8. Congratulations! You have successfully created tokens using Team Finance. You can view the details of the tokens created and perform some actions on the dashboard. + +![](/img/build/tools/token-management/token-creation/tc-step-8.png) From 11f24c93918af7fc2f26f1f968bd7f7a24d65249 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:29 +0800 Subject: [PATCH 43/66] New translations token-vesting.md (Chinese Traditional) --- .../team-finance/token-vesting.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md new file mode 100644 index 000000000000..526a755918e1 --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md @@ -0,0 +1,57 @@ +# Token Vesting + +## 介紹 + +Token vesting is a mechanism that enables founders to automate token distribution to team members, advisors, investors, and venture capitalists (VCs). By setting predefined vesting schedules, recipients gradually gain access to their allocated tokens over time, ensuring long-term alignment and commitment. + +By utilizing Team Finance’s token vesting service, projects can implement secure, transparent, and automated token distributions. Features like customizable vesting schedules, cliffs, and automated releases help prevent premature sell-offs, protecting the token’s value while building trust among stakeholders. + +## Getting Started + +In this tutorial, you will learn how to vest tokens for a certain period using various vesting schedules with Team Finance. Let's get started! + +1. Navigate to Team Finance [Team Vesting](https://app.team.finance/vesting) tab and click on **Create vesting**. + +![](/img/build/tools/token-management/token-vesting/tv-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/token-vesting/tv-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/token-vesting/tv-step-3.png) + +4. Enter the **Token address** for the token you are vesting in the input field, verify and click **Continue**. + ![](/img/build/tools/token-management/token-vesting/tv-step-4.png) + +> In our case for educational purpose, we are using **Eddie** token made on Kaia chain. + +5. Add the vesting details. You can either add your vesting details manually or upload file (CSV or Excel). For this guide, we will use the **Create new vesting plan** method and click **Add Address** + +![](/img/build/tools/token-management/token-vesting/tv-step-5a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-5b.png) + +6. Add the vesting schedule and details as seen in the example image below and click **Add Address**. + +> Make sure to tailor the vesting schedule to your need / use case. + +![](/img/build/tools/token-management/token-vesting/tv-step-6a.png) + +Click **Add Address** to manually add more vesting schedules and then click **Continue** + +![](/img/build/tools/token-management/token-vesting/tv-step-6b.png) + +7. Now, verify the details of your token vesting and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/token-vesting/tv-step-7.png) + +8. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/token-vesting/tv-step-8a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-8b.png) + +9. Congratulations! You have successfully vested tokens using Team Finance. You can view the details of your token vesting and track its progress on the dashboard. + ![](/img/build/tools/token-management/token-vesting/tv-step-9.png) From 3fb17b336ac1054bac927cda33fdc5d1b1cc2f9f Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:33 +0800 Subject: [PATCH 44/66] New translations liquidity-locks.md (Vietnamese) --- .../team-finance/liquidity-locks.md | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md new file mode 100644 index 000000000000..f07759d095fb --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/liquidity-locks.md @@ -0,0 +1,69 @@ +# Liquidity Locks + +## Introduction + +In crypto, trust and transparency between liquidity providers and investors are essential. Liquidity locks ensure that funds in a liquidity pool remain secure, preventing rug pulls and giving investors confidence that they can trade without unexpected risks. + +Team Finance’s Liquidity Lock feature ensures that liquidity provider (LP) tokens remain securely locked in a liquidity pool for a set duration. This is achieved by transferring the LP tokens to a time-locked smart contract. + +With liquidity locking, token holders can: + +- define specific timeframes for unlocking their funds, +- create multiple locks with different owner addresses and expiration dates, or +- transfer lock ownership to another wallet. + +:::note +During the lock period, token holders are restricted from accessing their locked tokens.\ +::: + +When the lock period ends, token holders can reclaim their LP tokens through the '[Claims](https://www.team.finance/claim)' dashboard. These tokens can then be exchanged for the paired tokens in the liquidity pool on decentralized exchanges (DEX) like DragonSwap (e.g., WKLAY/USDT). + +## Getting Started + +In this tutorial, you will learn how to lock liquidity using Team Finance. Let's get started! + +1. Navigate to Team Finance [Liquidity Locks](https://team.finance/liquidity-locks) and click on **Create liquidity lock**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-1.jpeg) + +2. Choose **Regular Liquidity Lock** from the pop-up menu. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-2.jpeg) + +3. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-3.jpeg) + +4. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-4.jpeg) + +5. Enter the **LP token address** in the input field and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-5.png) + +6. Set the **amount** and **time period** you would like to lock your LP token for in the respective input fields and click **Continue**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-6.png) + +7. Give authorisation to lock your LP tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7a.png) + +> This prompts you to sign an authorisation transaction. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-7b.png) + +8. Verify your Liquidity lock details and then proceed to click **Confirm transaction**. Your wallet will be prompted to sign the transaction to complete the process. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-8.png) + +9. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9a.png) + +![](/img/build/tools/token-management/liquidity-locks/ll-step-9b.png) + +10. Congratulations! You have successfully created a liquidity lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + +![](/img/build/tools/token-management/liquidity-locks/ll-step-10.png) From 5b6d9540b68aab69896f8158eaf913ce91685e11 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:34 +0800 Subject: [PATCH 45/66] New translations team-finance.md (Vietnamese) --- .../team-finance/team-finance.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md new file mode 100644 index 000000000000..acfd79fb2029 --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-finance.md @@ -0,0 +1,16 @@ +# Team Finance + +## Introduction + +[Team Finance](https://www.team.finance/about) is an all-in-one token management tool designed to help blockchain projects manage their tokens effectively and securely. It enables projects to lock liquidity, team tokens, and NFTs, while also offering advanced solutions such as token vesting, staking pools, and a token multisender service. As part of the TrustSwap ecosystem, Team Finance focuses on simplifying token management for project founders and investors alike. + +## Usage + +Team Finance supports **Kaia Mainnet**. To get started using Team Finance token management features on Kaia, refer to the following guides: + +- [Liquidity Locks](./liquidity-locks.md) +- [Team Token Locks](./team-token-locks.md) +- [Token Vesting](./token-vesting.md) +- [Token Creation](./token-creation.md) +- [NFT Locks](./nft-locks.md) +- [Multisender](./multisender.md) From 4b4965f23c957d60795195ab60a1f74f777717f3 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:35 +0800 Subject: [PATCH 46/66] New translations team-token-locks.md (Vietnamese) --- .../team-finance/team-token-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md new file mode 100644 index 000000000000..6904ac138703 --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/team-token-locks.md @@ -0,0 +1,47 @@ +# Team Token Locks + +## Introduction + +Team token locks are mechanisms that enable crypto projects to secure tokens allocated to the team in a decentralized, time-locked smart contract vault. This ensures that tokens reserved for the team or founders remain inaccessible for withdrawal or modification until the predetermined lock period expires. Such measures enhance trust, as they reduce the potential risk of fraudulent activity for the community and investors. + +Third-party token-locking services play a pivotal role in modern token offerings by providing an additional layer of accountability. These services prevent projects from reneging on their commitments or engaging in malicious practices, such as prematurely liquidating their tokens, which could drastically devalue the token and harm stakeholders. + +By utilizing platforms like Team Finance for team token locks, crypto projects can transparently demonstrate their token vesting schedule, signal long-term commitment to the project, and bolster credibility, thereby minimizing scam risks and fostering investor confidence. + +## Getting Started + +In this tutorial, you will learn how to lock liquidity using Team Finance. Let's get started! + +1. Navigate to Team Finance [Team token locks](https://team.finance/team-token-locks) and click on **"Create team token lock"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-1.jpeg) + +2. Connect your wallet to Team Finance by clicking on **"Select Wallet"** and click **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-2.jpeg) + +3. Select **Kaia** under the blockchain networks and click on **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-3.jpeg) + +4. Enter the **Token address** of your KAIA token in the input field, verify and click **"Continue"**. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-4.jpeg) + +In our case we are using **KTT** token made on Kaia chain. + +5. Add the details of the team token lock, including the **Lock amount** and **Lock duration**. Click **"Continue"** to proceed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-5.jpeg) + +In this case, we have locked **1000KTT** tokens until **January 1, 2026**. + +6. Click on **"Give Permission"** and go to your wallet to sign the transaction. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-6.jpeg) + +7. You will receive a confirmation message once you have signed. Click **"Continue"** to proceed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-7.jpeg) + +8. Now, verify the details of your team token lock and click **"Confirm transaction"** to finalize the lock. Go to your wallet and sign the transaction to complete the process. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-8.jpeg) + +9. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-9.jpeg) + +10. Congratulations! You have successfully created a team token lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + ![](/img/build/tools/token-management/team-token-locks/ttl-step-10.jpeg) From b495cbb5136b52af008b5868b1e06bb129d2b425 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:36 +0800 Subject: [PATCH 47/66] New translations token-management.md (Vietnamese) --- .../build/tools/token-management/token-management.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md new file mode 100644 index 000000000000..000686b16587 --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/token-management.md @@ -0,0 +1,11 @@ +# Token Management + +Token management in cryptocurrency focuses on the efficient and secure handling of tokens throughout their lifecycle. It encompasses processes like issuance, distribution, regulatory compliance, security, supply management, and user interaction to ensure tokens function effectively within their ecosystem. Token management is crucial for the success of any blockchain project, as it ensures that tokens are secure, compliant, and accessible to users. + +A critical aspect of token management is issuance and distribution, where tokens are allocated to users or investors through mechanisms like airdrops, reward systems, or sales. Properly managing these processes ensures fair allocation and aligns with project objectives. Regulatory compliance is equally important, requiring adherence to legal frameworks such as KYC (Know Your Customer) and AML (Anti-Money Laundering) to ensure tokens meet jurisdictional standards. + +Community engagement plays a significant role in the success of token ecosystems. Building a strong community through social platforms and developer engagement sustains interest and adoption. Effective token management integrates all these elements to create secure, functional, and compliant tokens, fostering trust and long-term use within the blockchain ecosystem. + +The following providers have integrated with Kaia to deliver token management services: + +- [Team Finance](https://www.team.finance) From ce8ad9a0036a67526b41237f6ee130ab7209196b Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:38 +0800 Subject: [PATCH 48/66] New translations multisender.md (Vietnamese) --- .../team-finance/multisender.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md new file mode 100644 index 000000000000..614fb071d23e --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/multisender.md @@ -0,0 +1,49 @@ +# Multisender + +Easily send tokens to multiple wallet addresses in one go with Team Finance’s token multisender feature. + +This tool streamlines the tedious process of manually sending tokens one by one, making it ideal for Token Generation Events (TGE), airdrops, marketing campaigns, salary distributions, and service payments all in varying amounts to different accounts, effortlessly. + +## Getting Started + +In this tutorial, you will learn how to send tokens to multiple wallets with Team Finance. Let's get started! + +1. Navigate to Team Finance [Multisender](https://app.team.finance/token-multisender) tab and click on **Send tokens**. + +![](/img/build/tools/token-management/multisender/ms-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/multisender/ms-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/multisender/ms-step-3.png) + +4. Enter the token address for the token you are sending and click **Continue**. + +> You can either send KAIA or fungible tokens. In this guide, we will send fungible tokens. + +![](/img/build/tools/token-management/multisender/ms-step-4.png) + +5. Add **recipient details (wallet addresses and amounts)**. You can choose to add recipient details either manually or upload a CSV file. For this guide, we will use the upload a CSV file option. + +![](/img/build/tools/token-management/multisender/ms-step-5a.png) + +![](/img/build/tools/token-management/multisender/ms-step-5b.png) + +6. Give authorisation to send your tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/multisender/ms-step-6.png) + +7. Now, verify the details of sending tokens to multiple wallets and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/multisender/ms-step-7.png) + +:::note +This is a paid service, so ensure you have the required service fee available in KAIA, the native token +::: + +7. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +8. Congratulations! You have successfully sent tokens to multiple wallets using Team Finance. You can view the details on your dashboard. From 1d1863fcf5209256c324c7dfa4386e75d5446ffe Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:39 +0800 Subject: [PATCH 49/66] New translations nft-locks.md (Vietnamese) --- .../team-finance/nft-locks.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md new file mode 100644 index 000000000000..c9921d321755 --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/nft-locks.md @@ -0,0 +1,47 @@ +# NFT Locks + +Team Finance’s NFT lock feature allows creators to securely lock their personal or team-allocated NFTs for a set duration by transferring them to a time-locked smart contract vault. + +By using Team Finance NFT locks, projects can demonstrate commitment, build credibility, and reduce the risk of scams ultimately fostering trust within the community and among investors. + +## Getting Started + +In this tutorial, you will learn how to lock NFTs with Team Finance. Let's get started! + +1. Navigate to Team Finance [NFT locks](https://app.team.finance/nft-locks) tab and click on **Create NFT lock**. + +![](/img/build/tools/token-management/nft-locks/nl-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-3.png) + +4. Enter the **NFT info(contract address and tokenid)** for the NFT you are locking and click **Continue**. + +![](/img/build/tools/token-management/nft-locks/nl-step-4.png) + +5. Set the time period you would like to lock your NFT for. + +![](/img/build/tools/token-management/nft-locks/nl-step-5.png) + +6. Give authorisation to lock your NFT tokens by clicking **Give permission**. + +![](/img/build/tools/token-management/nft-locks/nl-step-6.png) + +> This prompts you to sign an authorisation transaction. + +7. Verify your NFT lock details and then proceed to click **Confirm transaction**. Your wallet will be prompted to sign the transaction to complete the process. + +![](/img/build/tools/token-management/nft-locks/nl-step-7.png) + +8. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/nft-locks/nl-step-8.png) + +9. Congratulations! You have successfully created a NFT lock using Team Finance. You can view the details of your lock and track its progress on the dashboard. + +![](/img/build/tools/token-management/nft-locks/nl-step-9.png) From 3b84fd0daf321d3432333a9212e5d0dc05e3fc53 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:40 +0800 Subject: [PATCH 50/66] New translations token-creation.md (Vietnamese) --- .../team-finance/token-creation.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md new file mode 100644 index 000000000000..efe6ff5d2138 --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-creation.md @@ -0,0 +1,44 @@ +# Token Creation + +## Introduction + +Easily create your own tokens with Team Finance's token creation tool designed for founders who need a fast, secure, and trusted way to generate tokens without any coding experience. + +With Team Finance, projects and founders can save time and money on audits and development while customizing token functions to fit their needs. + +## Getting Started + +In this tutorial, you will learn how to easily create tokens with Team Finance. Let's get started! + +1. Navigate to Team Finance [Token creation](https://app.team.finance/token-creation) tab and click on **Create token**. + ![](/img/build/tools/token-management/token-creation/tc-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/token-creation/tc-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/token-creation/tc-step-3.png) + +4. Enter the **token info** for the token you want to create and click **"Continue"**. + +![](/img/build/tools/token-management/token-creation/tc-step-4.png) + +5. Add features such as **mint**, **burn** etc. depending on your need + +![](/img/build/tools/token-management/token-creation/tc-step-5.png) + +6. Now, verify the details of your token creation and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/token-creation/tc-step-6.png) + +7. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/token-creation/tc-step-7a.png) + +![](/img/build/tools/token-management/token-creation/tc-step-7b.png) + +8. Congratulations! You have successfully created tokens using Team Finance. You can view the details of the tokens created and perform some actions on the dashboard. + +![](/img/build/tools/token-management/token-creation/tc-step-8.png) From 00631d52cd45b663b1f08aedf8fa6b3cb9d96759 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Mon, 17 Feb 2025 21:34:42 +0800 Subject: [PATCH 51/66] New translations token-vesting.md (Vietnamese) --- .../team-finance/token-vesting.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md new file mode 100644 index 000000000000..3b2fb809d576 --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/token-management/team-finance/token-vesting.md @@ -0,0 +1,57 @@ +# Token Vesting + +## Introduction + +Token vesting is a mechanism that enables founders to automate token distribution to team members, advisors, investors, and venture capitalists (VCs). By setting predefined vesting schedules, recipients gradually gain access to their allocated tokens over time, ensuring long-term alignment and commitment. + +By utilizing Team Finance’s token vesting service, projects can implement secure, transparent, and automated token distributions. Features like customizable vesting schedules, cliffs, and automated releases help prevent premature sell-offs, protecting the token’s value while building trust among stakeholders. + +## Getting Started + +In this tutorial, you will learn how to vest tokens for a certain period using various vesting schedules with Team Finance. Let's get started! + +1. Navigate to Team Finance [Team Vesting](https://app.team.finance/vesting) tab and click on **Create vesting**. + +![](/img/build/tools/token-management/token-vesting/tv-step-1.png) + +2. Connect your wallet to Team Finance by clicking on **Select Wallet** and click **Continue**. + +![](/img/build/tools/token-management/token-vesting/tv-step-2.png) + +3. Select **Kaia** under the blockchain networks and click on **Continue**. + +![](/img/build/tools/token-management/token-vesting/tv-step-3.png) + +4. Enter the **Token address** for the token you are vesting in the input field, verify and click **Continue**. + ![](/img/build/tools/token-management/token-vesting/tv-step-4.png) + +> In our case for educational purpose, we are using **Eddie** token made on Kaia chain. + +5. Add the vesting details. You can either add your vesting details manually or upload file (CSV or Excel). For this guide, we will use the **Create new vesting plan** method and click **Add Address** + +![](/img/build/tools/token-management/token-vesting/tv-step-5a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-5b.png) + +6. Add the vesting schedule and details as seen in the example image below and click **Add Address**. + +> Make sure to tailor the vesting schedule to your need / use case. + +![](/img/build/tools/token-management/token-vesting/tv-step-6a.png) + +Click **Add Address** to manually add more vesting schedules and then click **Continue** + +![](/img/build/tools/token-management/token-vesting/tv-step-6b.png) + +7. Now, verify the details of your token vesting and click **Confirm transaction** to finalize the process. Go to your wallet and sign the transaction to complete the process. + +![](/img/build/tools/token-management/token-vesting/tv-step-7.png) + +8. Once confirmed, you will be re-directed to a page where it shows the status of the transaction. Please refrain from navigating away from the page until the transaction is confirmed. + +![](/img/build/tools/token-management/token-vesting/tv-step-8a.png) + +![](/img/build/tools/token-management/token-vesting/tv-step-8b.png) + +9. Congratulations! You have successfully vested tokens using Team Finance. You can view the details of your token vesting and track its progress on the dashboard. + ![](/img/build/tools/token-management/token-vesting/tv-step-9.png) From e0d0e71bcd2b01316b90658dc583ae643b0eb959 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:25:20 +0800 Subject: [PATCH 52/66] New translations public-en.md (Japanese) --- .../current/references/public-en.md | 38 ++++++++++--------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md index b70dfd9417ed..8903fcad6b75 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md @@ -49,34 +49,36 @@ | [OnFinality](https://onfinality.io/) | `https://klaytn.api.onfinality.io/public` | カイア、クレイ、エス、ネット | フル | | [ポクト・ネットワーク](https://pokt.network/) | `https://kaia-mainnet.rpc.grove.city/v1/803ceedf` | カイア、クレイ、エス、ネット | フル | | [GetBlock](https://getblock.io/) | `https://go.getblock.io/d7094dbd80ab474ba7042603fe912332` | カイア、クレイ、エス、ネット | フル | +| [dRPC](https://drpc.org/) | `https://klaytn.drpc.org` | カイア、クレイ、エス、ネット | フル | **ウェブソケット** -| サービスプロバイダー | エンドポイント | 名前空間 | タイプ | -| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----- | -| [カイア財団](https://www.kaia.io) | `wss://public-ja.node.kaia.io/ws`。 | カイア、クレイ、エス、ネット | フル | -| | `wss://archive-ja.node.kaia.io/ws`。 | カイア、クレイ、エス、ネット | アーカイブ | -| [クイックノード](https://quicknode.com/) | wss://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/\`. | カイア、クレイ、エス、ネット | フル | -| [オンファイナリティ](https://onfinality.io/) | `wss://klaytn.api.onfinality.io/public-ws`。 | カイア、クレイ、エス、ネット | フル | +| サービスプロバイダー | エンドポイント | 名前空間 | タイプ | +| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ----- | +| [カイア財団](https://www.kaia.io) | `wss://public-ja.node.kaia.io/ws`。 | カイア、クレイ、エス、ネット | フル | +| | `wss://archive-ja.node.kaia.io/ws`。 | kaia,klay,eth,net | アーカイブ | +| [クイックノード](https://quicknode.com/) | wss://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/\`. | カイア、クレイ、エス、ネット | Full | +| [オンファイナリティ](https://onfinality.io/) | `wss://klaytn.api.onfinality.io/public-ws`。 | カイア、クレイ、エス、ネット | フル | +| [dRPC](https://drpc.org/) | `wss://klaytn.drpc.org` | カイア、クレイ、エス、ネット | フル | ### Testnet (Kairos) パブリックJSON-RPCエンドポイント **HTTPS** -| サービスプロバイダー | エンドポイント | 名前空間 | タイプ | -| ------------------------------------ | ------------------------------------------------------------ | -------------- | ----- | -| [カイア財団](https://www.kaia.io) | `https://public-en-kairos.node.kaia.io` | カイア、クレイ、エス、ネット | フル | -| | `https://archive-en-kairos.node.kaia.io/` | カイア、クレイ、エス、ネット | アーカイブ | -| [クイックノード](https://quicknode.com/) | `https://responsive-green-emerald.kaia-kairos.quiknode.pro/` | カイア、クレイ、エス、ネット | フル | -| [BlockPIネットワーク](https://blockpi.io/) | `https://kaia-kairos.blockpi.network/v1/rpc/public` | カイア、クレイ、エス、ネット | フル | +| サービスプロバイダー | エンドポイント | 名前空間 | タイプ | +| ------------------------------------ | ------------------------------------------------------------ | ----------------- | ----- | +| [カイア財団](https://www.kaia.io) | `https://public-en-kairos.node.kaia.io` | カイア、クレイ、エス、ネット | フル | +| | `https://archive-en-kairos.node.kaia.io/` | kaia,klay,eth,net | アーカイブ | +| [クイックノード](https://quicknode.com/) | `https://responsive-green-emerald.kaia-kairos.quiknode.pro/` | カイア、クレイ、エス、ネット | フル | +| [BlockPIネットワーク](https://blockpi.io/) | `https://kaia-kairos.blockpi.network/v1/rpc/public` | カイア、クレイ、エス、ネット | フル | **ウェブソケット** -| サービスプロバイダー | エンドポイント | 名前空間 | タイプ | -| --------------------------------- | ---------------------------------------------------------- | -------------- | ----- | -| [カイア財団](https://www.kaia.io) | `wss://public-en-kairos.node.kaia.io/ws`。 | カイア、クレイ、エス、ネット | フル | -| | `wss://archive-ja-kairos.node.kaia.io/ws`。 | カイア、クレイ、エス、ネット | アーカイブ | -| [クイックノード](https://quicknode.com/) | `wss://responsive-green-emerald.kaia-kairos.quiknode.pro/` | カイア、クレイ、エス、ネット | フル | +| サービスプロバイダー | エンドポイント | 名前空間 | タイプ | +| --------------------------------- | ---------------------------------------------------------- | ----------------- | ----- | +| [カイア財団](https://www.kaia.io) | `wss://public-en-kairos.node.kaia.io/ws`。 | カイア、クレイ、エス、ネット | Full | +| | `wss://archive-ja-kairos.node.kaia.io/ws`。 | kaia,klay,eth,net | アーカイブ | +| [クイックノード](https://quicknode.com/) | `wss://responsive-green-emerald.kaia-kairos.quiknode.pro/` | kaia,klay,eth,net | Full | ## RPCサービスプロバイダー @@ -302,7 +304,7 @@ Kaia、Ethereum、Polygon、Arbitrumなどへの分散型RPCノードプロバ - GeneralサポートのPublicノードはリクエスト制限なし。 - 高性能ノード向けには、グロースプランとエンタープライズプランもご用意しています。 -- 100以上のネットワークにまたがる50以上のブロックチェーン +- 90+ blockchains across 100+ networks - AIロードバランサー - 洞察に満ちた分析。 From 02dacc81b637914c493a89dc2cc4435805fce1a3 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:25:30 +0800 Subject: [PATCH 53/66] New translations public-en.md (Korean) --- .../current/references/public-en.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md index e32c538b8ed8..6abbfb3d7d3f 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md @@ -49,15 +49,17 @@ Since we cannot guarantee uptime and stability of the endpoints, do not use them | [OnFinality](https://onfinality.io/) | `https://klaytn.api.onfinality.io/public` | kaia,klay,eth,net | Full | | [Pokt Network](https://pokt.network/) | `https://kaia-mainnet.rpc.grove.city/v1/803ceedf` | kaia,klay,eth,net | Full | | [GetBlock](https://getblock.io/) | `https://go.getblock.io/d7094dbd80ab474ba7042603fe912332` | kaia,klay,eth,net | Full | +| [dRPC](https://drpc.org/) | `https://klaytn.drpc.org` | kaia,klay,eth,net | Full | **WebSocket** | Service Provider | Endpoints | Namespaces | Type | | -------------------------------------- | -------------------------------------------------------- | ----------------- | ------- | | [Kaia Foundation](https://www.kaia.io) | `wss://public-en.node.kaia.io/ws` | kaia,klay,eth,net | Full | -| | `wss://archive-en.node.kaia.io/ws` | kaia,klay,eth,net | Archive | -| [QuickNode](https://quicknode.com/) | `wss://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/` | kaia,klay,eth,net | Full | +| | `wss://archive-en.node.kaia.io/ws` | KAIA,KLAY,ETH,NET | Archive | +| [QuickNode](https://quicknode.com/) | `wss://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/` | kaia,klay,eth,net | 전체 | | [OnFinality](https://onfinality.io/) | `wss://klaytn.api.onfinality.io/public-ws` | kaia,klay,eth,net | Full | +| [dRPC](https://drpc.org/) | `wss://klaytn.drpc.org` | kaia,klay,eth,net | Full | ### Testnet (Kairos) Public JSON-RPC Endpoints @@ -66,7 +68,7 @@ Since we cannot guarantee uptime and stability of the endpoints, do not use them | Service Provider | Endpoints | Namespaces | Type | | -------------------------------------- | ------------------------------------------------------------ | ----------------- | ------- | | [Kaia Foundation](https://www.kaia.io) | `https://public-en-kairos.node.kaia.io` | kaia,klay,eth,net | Full | -| | `https://archive-en-kairos.node.kaia.io/` | kaia,klay,eth,net | Archive | +| | `https://archive-en-kairos.node.kaia.io/` | KAIA,KLAY,ETH,NET | Archive | | [QuickNode](https://quicknode.com/) | `https://responsive-green-emerald.kaia-kairos.quiknode.pro/` | kaia,klay,eth,net | Full | | [BlockPI Network](https://blockpi.io/) | `https://kaia-kairos.blockpi.network/v1/rpc/public` | kaia,klay,eth,net | Full | @@ -74,9 +76,9 @@ Since we cannot guarantee uptime and stability of the endpoints, do not use them | Service Provider | Endpoints | Namespaces | Type | | -------------------------------------- | ---------------------------------------------------------- | ----------------- | ------- | -| [Kaia Foundation](https://www.kaia.io) | `wss://public-en-kairos.node.kaia.io/ws` | kaia,klay,eth,net | Full | -| | `wss://archive-en-kairos.node.kaia.io/ws` | kaia,klay,eth,net | Archive | -| [QuickNode](https://quicknode.com/) | `wss://responsive-green-emerald.kaia-kairos.quiknode.pro/` | kaia,klay,eth,net | Full | +| [Kaia Foundation](https://www.kaia.io) | `wss://public-en-kairos.node.kaia.io/ws` | kaia,klay,eth,net | 전체 | +| | `wss://archive-en-kairos.node.kaia.io/ws` | KAIA,KLAY,ETH,NET | Archive | +| [QuickNode](https://quicknode.com/) | `wss://responsive-green-emerald.kaia-kairos.quiknode.pro/` | KAIA,KLAY,ETH,NET | 전체 | ## RPC Service Providers @@ -302,7 +304,7 @@ Decentralized RPC node provider to Kaia, Ethereum, Polygon, Arbitrum and others. - No request limits on Public nodes with General support. - Growth and Enterprise plan are also available for High performance nodes. -- 50+ blockchains across 100+ networks +- 100개 이상의 네트워크에서 90개 이상의 블록체인 - AI-driven load balancer - Insightful analytics. From 51e41b3629fc8e49e62c286ecbaa603eae0a4186 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:25:40 +0800 Subject: [PATCH 54/66] New translations public-en.md (Chinese Simplified) --- .../current/references/public-en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md index 8371e1b963b4..65235f6f5f57 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md @@ -49,6 +49,7 @@ | [OnFinality](https://onfinality.io/) | `https://klaytn.api.onfinality.io/public` | kaia,klay,eth,net | 全部 | | [Pokt Network](https://pokt.network/) | `https://kaia-mainnet.rpc.grove.city/v1/803ceedf` | kaia,klay,eth,net | 全部 | | [GetBlock](https://getblock.io/) | `https://go.getblock.io/d7094dbd80ab474ba7042603fe912332` | kaia,klay,eth,net | 全部 | +| [dRPC](https://drpc.org/) | `https://klaytn.drpc.org` | kaia,klay,eth,net | 全部 | **WebSocket** @@ -58,6 +59,7 @@ | | wss://archive-en.node.kaia.io/ws | kaia,klay,eth,net | 档案 | | [QuickNode](https://quicknode.com/) | wss://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/\`\` | kaia,klay,eth,net | 全部 | | [OnFinality](https://onfinality.io/) | wss://klaytn.api.onfinality.io/public-ws | kaia,klay,eth,net | 全部 | +| [dRPC](https://drpc.org/) | wss://klaytn.drpc.org | kaia,klay,eth,net | 全部 | ### Testnet(Kairos)公共 JSON-RPC 端点 @@ -302,7 +304,7 @@ Quicknode 提供区块链基础设施,为安全的去中心化创新提供动 - 一般支持的公共节点无申请限制。 - 高性能节点还可选择增长计划和企业计划。 -- 跨越 100 多个网络的 50 多个区块链 +- 跨越 100 多个网络的 90 多个区块链 - 人工智能驱动的负载平衡器 - 富有洞察力的分析。 From 803174d52995d2e8bc45f41ca474ef1c04a84e2d Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:25:49 +0800 Subject: [PATCH 55/66] New translations public-en.md (Vietnamese) --- .../current/references/public-en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md index 0bc77b50d4b9..c9472cf35dcb 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md @@ -49,6 +49,7 @@ Since we cannot guarantee uptime and stability of the endpoints, do not use them | [OnFinality](https://onfinality.io/) | `https://klaytn.api.onfinality.io/public` | kaia,klay,eth,net | Full | | [Pokt Network](https://pokt.network/) | `https://kaia-mainnet.rpc.grove.city/v1/803ceedf` | kaia,klay,eth,net | Full | | [GetBlock](https://getblock.io/) | `https://go.getblock.io/d7094dbd80ab474ba7042603fe912332` | kaia,klay,eth,net | Full | +| [dRPC](https://drpc.org/) | `https://klaytn.drpc.org` | kaia,klay,eth,net | Full | **WebSocket** @@ -58,6 +59,7 @@ Since we cannot guarantee uptime and stability of the endpoints, do not use them | | `wss://archive-en.node.kaia.io/ws` | kaia,klay,eth,net | Archive | | [QuickNode](https://quicknode.com/) | `wss://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/` | kaia,klay,eth,net | Full | | [OnFinality](https://onfinality.io/) | `wss://klaytn.api.onfinality.io/public-ws` | kaia,klay,eth,net | Full | +| [dRPC](https://drpc.org/) | `wss://klaytn.drpc.org` | kaia,klay,eth,net | Full | ### Testnet (Kairos) Public JSON-RPC Endpoints @@ -302,7 +304,7 @@ Decentralized RPC node provider to Kaia, Ethereum, Polygon, Arbitrum and others. - No request limits on Public nodes with General support. - Growth and Enterprise plan are also available for High performance nodes. -- 50+ blockchains across 100+ networks +- 90+ blockchains across 100+ networks - AI-driven load balancer - Insightful analytics. From ce7b089c8e67da4f7e5c364d2ca0201908d96b1e Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:40:57 +0800 Subject: [PATCH 56/66] New translations public-en.md (Chinese Traditional) --- .../current/references/public-en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md index ac8e9fc14bdf..9dc0a89b5adb 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md @@ -49,6 +49,7 @@ | [OnFinality](https://onfinality.io/) | `https://klaytn.api.onfinality.io/public` | kaia,klay,eth,net | 全部 | | [Pokt Network](https://pokt.network/) | `https://kaia-mainnet.rpc.grove.city/v1/803ceedf` | kaia,klay,eth,net | 全部 | | [GetBlock](https://getblock.io/) | `https://go.getblock.io/d7094dbd80ab474ba7042603fe912332` | kaia,klay,eth,net | 全部 | +| [dRPC](https://drpc.org/) | `https://klaytn.drpc.org` | kaia,klay,eth,net | 全部 | **WebSocket** @@ -58,6 +59,7 @@ | | wss://archive-en.node.kaia.io/ws | kaia,klay,eth,net | 檔案 | | [QuickNode](https://quicknode.com/) | wss://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/\`\` | kaia,klay,eth,net | 全部 | | [OnFinality](https://onfinality.io/) | wss://klaytn.api.onfinality.io/public-ws | kaia,klay,eth,net | 全部 | +| [dRPC](https://drpc.org/) | `wss://klaytn.drpc.org` | kaia,klay,eth,net | 全部 | ### Testnet(Kairos)公共 JSON-RPC 端點 @@ -302,7 +304,7 @@ Quicknode 提供區塊鏈基礎設施,為安全的去中心化創新提供動 - 一般支持的公共節點無申請限制。 - 高性能節點還可選擇增長計劃和企業計劃。 -- 跨越 100 多個網絡的 50 多個區塊鏈 +- 90+ blockchains across 100+ networks - 人工智能驅動的負載平衡器 - 富有洞察力的分析。 From 047a77401a983cfc8529dfadc306ef952e473c3a Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:44:52 +0800 Subject: [PATCH 57/66] New translations okx-kaia-explorer.md (Japanese) --- .../build/tools/block-explorers/okx-kaia-explorer.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i18n/ja/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md new file mode 100644 index 000000000000..d01cfd34ef2d --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md @@ -0,0 +1,12 @@ +# OKX Kaia Explorer + +[OKX Kaia Explorer](https://www.okx.com/web3/explorer/kaia), built by Team [OKX Explorer](https://www.okx.com/web3/explorer/eaas), is part of [OKX EaaS (Explorer-as-a-Service)](https://www.okx.com/web3/explorer/eaas) which powers over 50 chains. It offers all the essential tools and functions you'd expect, including basic searches for [addresses](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [transactions](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac), [tokens](https://www.okx.com/web3/explorer/kaia/token-list), and [blocks](https://www.okx.com/web3/explorer/kaia/block-list). +In addition to the basic [Address](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [Transaction](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac) , [Token list](https://www.okx.com/web3/explorer/kaia/token-list), [Block](https://www.okx.com/web3/explorer/kaia/block-list) search. + +OKX Kaia Explorer also supports: + +- [Contract difference checker](https://www.okx.com/web3/explorer/contract-diff#source-chain=klaytn\&target-chain=klaytn): This tool is particularly useful for comparing legitimate contract source code with suspicious contracts. It highlights differences to help detect potential threats to investors. Developers can also use this to enhance security and functionality by referencing robust, proven code. +- [Similar contract finder](https://www.okx.com/web3/explorer/similar-contract#source-chain=klaytn): A handy tool that displays source code and Read/Write capabilities for contracts with similar bytecode but different constructor arguments. +- [Large transfer monitor](https://www.okx.com/web3/explorer/large-transfer-monitor/kaia) : Provides real-time data on large token transfers, making it easy to track market trends and spot high-return opportunities. +- [Token alert](https://www.okx.com/web3/explorer/token-alert): Get instant access to comprehensive, real-time on-chain data, including large transactions and significant fund movements, unlocking valuable market insights. +- And more! Explorer all the features by clicking [here](https://www.okx.com/web3/explorer/kaia). From 1809e4dfd46f77742b43a90fe8071e06db669e84 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:44:53 +0800 Subject: [PATCH 58/66] New translations okx-kaia-explorer.md (Korean) --- .../build/tools/block-explorers/okx-kaia-explorer.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i18n/ko/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md new file mode 100644 index 000000000000..531761b99960 --- /dev/null +++ b/i18n/ko/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md @@ -0,0 +1,12 @@ +# OKX 카이아 익스플로러 + +[OKX 익스플로러](https://www.okx.com/web3/explorer/eaas)팀이 구축한 [OKX 카이아 익스플로러](https://www.okx.com/web3/explorer/kaia)는 50개 이상의 체인을 지원하는 [OKX EaaS(서비스형 익스플로러)](https://www.okx.com/web3/explorer/eaas)의 일부입니다. 주소](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [트랜잭션](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac), [토큰](https://www.okx.com/web3/explorer/kaia/token-list), [블록](https://www.okx.com/web3/explorer/kaia/block-list)에 대한 기본 검색을 포함해 여러분이 기대할 수 있는 모든 필수 도구와 기능을 제공합니다. +기본 [주소](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [트랜잭션](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac), [토큰 목록](https://www.okx.com/web3/explorer/kaia/token-list), [블록](https://www.okx.com/web3/explorer/kaia/block-list) 검색 외에 추가적으로 [주소](), [트랜잭션](), [토큰 목록](), [블록]() 검색이 가능합니다. + +OKX 카이아 익스플로러도 지원합니다: + +- [계약 차이 검사기](https://www.okx.com/web3/explorer/contract-diff#source-chain=klaytn\&target-chain=klaytn): 이 도구는 합법적인 컨트랙트 소스 코드와 의심스러운 컨트랙트를 비교하는 데 특히 유용합니다. 투자자에 대한 잠재적 위협을 감지하는 데 도움이 되는 차이점을 강조합니다. 개발자는 이를 사용하여 강력하고 검증된 코드를 참조하여 보안과 기능을 강화할 수도 있습니다. +- [유사 컨트랙트 찾기](https://www.okx.com/web3/explorer/similar-contract#source-chain=klaytn): 바이트코드는 비슷하지만 생성자 인수가 다른 컨트랙트에 대한 소스 코드와 읽기/쓰기 기능을 표시하는 편리한 도구입니다. +- [대규모 전송 모니터](https://www.okx.com/web3/explorer/large-transfer-monitor/kaia): 대규모 토큰 전송에 대한 실시간 데이터를 제공하여 시장 동향을 쉽게 추적하고 고수익 기회를 포착할 수 있습니다. +- [토큰 알림](https://www.okx.com/web3/explorer/token-alert): 대규모 거래와 중요한 자금 이동을 포함한 포괄적인 실시간 온체인 데이터에 즉시 액세스하여 귀중한 시장 인사이트를 얻을 수 있습니다. +- 그리고 더! 여기](https://www.okx.com/web3/explorer/kaia)를 클릭하여 모든 기능을 살펴보세요. From 1a2751eb18cc488e155b0f2a64f9d60843809aab Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:44:54 +0800 Subject: [PATCH 59/66] New translations okx-kaia-explorer.md (Chinese Simplified) --- .../build/tools/block-explorers/okx-kaia-explorer.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md new file mode 100644 index 000000000000..fbf7edae6c46 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md @@ -0,0 +1,12 @@ +# OKX Kaia 探险家 + +[OKX Kaia Explorer](https://www.okx.com/web3/explorer/kaia) 由[OKX Explorer](https://www.okx.com/web3/explorer/eaas) 团队打造,是[OKX EaaS(Explorer-as-a-Service)](https://www.okx.com/web3/explorer/eaas) 的一部分,为 50 多个连锁店提供支持。 它提供了你所期望的所有基本工具和功能,包括[地址](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92)、[交易](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac)、[代币](https://www.okx.com/web3/explorer/kaia/token-list)和[区块](https://www.okx.com/web3/explorer/kaia/block-list)的基本搜索。 +除了基本的 [Address](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [Transaction](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac), [Token list](https://www.okx.com/web3/explorer/kaia/token-list), [Block](https://www.okx.com/web3/explorer/kaia/block-list) 搜索外。 + +OKX Kaia Explorer 还支持 + +- [合同差异检查器](https://www.okx.com/web3/explorer/contract-diff#source-chain=klaytn\&target-chain=klaytn):该工具对于比较合法合同源代码和可疑合同特别有用。 它突出了差异,有助于发现对投资者的潜在威胁。 开发人员还可以通过引用稳健、成熟的代码来增强安全性和功能性。 +- [类似合约查找器](https://www.okx.com/web3/explorer/similar-contract#source-chain=klaytn):这是一个方便的工具,可显示具有相似字节码但构造函数参数不同的合约的源代码和读/写能力。 +- [大额转账监控器](https://www.okx.com/web3/explorer/large-transfer-monitor/kaia) :提供有关大额代币转让的实时数据,便于跟踪市场趋势和发现高回报机会。 +- [代币警报](https://www.okx.com/web3/explorer/token-alert):即时获取全面、实时的链上数据,包括大额交易和重大资金变动,从而获得有价值的市场洞察。 +- 还有更多 点击 [here](https://www.okx.com/web3/explorer/kaia) 浏览所有功能。 From ed88461fa68daf436253931b23a392fc0059a6a8 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:44:56 +0800 Subject: [PATCH 60/66] New translations okx-kaia-explorer.md (Chinese Traditional) --- .../build/tools/block-explorers/okx-kaia-explorer.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md new file mode 100644 index 000000000000..d01cfd34ef2d --- /dev/null +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md @@ -0,0 +1,12 @@ +# OKX Kaia Explorer + +[OKX Kaia Explorer](https://www.okx.com/web3/explorer/kaia), built by Team [OKX Explorer](https://www.okx.com/web3/explorer/eaas), is part of [OKX EaaS (Explorer-as-a-Service)](https://www.okx.com/web3/explorer/eaas) which powers over 50 chains. It offers all the essential tools and functions you'd expect, including basic searches for [addresses](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [transactions](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac), [tokens](https://www.okx.com/web3/explorer/kaia/token-list), and [blocks](https://www.okx.com/web3/explorer/kaia/block-list). +In addition to the basic [Address](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [Transaction](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac) , [Token list](https://www.okx.com/web3/explorer/kaia/token-list), [Block](https://www.okx.com/web3/explorer/kaia/block-list) search. + +OKX Kaia Explorer also supports: + +- [Contract difference checker](https://www.okx.com/web3/explorer/contract-diff#source-chain=klaytn\&target-chain=klaytn): This tool is particularly useful for comparing legitimate contract source code with suspicious contracts. It highlights differences to help detect potential threats to investors. Developers can also use this to enhance security and functionality by referencing robust, proven code. +- [Similar contract finder](https://www.okx.com/web3/explorer/similar-contract#source-chain=klaytn): A handy tool that displays source code and Read/Write capabilities for contracts with similar bytecode but different constructor arguments. +- [Large transfer monitor](https://www.okx.com/web3/explorer/large-transfer-monitor/kaia) : Provides real-time data on large token transfers, making it easy to track market trends and spot high-return opportunities. +- [Token alert](https://www.okx.com/web3/explorer/token-alert): Get instant access to comprehensive, real-time on-chain data, including large transactions and significant fund movements, unlocking valuable market insights. +- And more! Explorer all the features by clicking [here](https://www.okx.com/web3/explorer/kaia). From 71e557114a8fd6dfb4b7d862fbbf2373acd3a21f Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 09:44:57 +0800 Subject: [PATCH 61/66] New translations okx-kaia-explorer.md (Vietnamese) --- .../build/tools/block-explorers/okx-kaia-explorer.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i18n/vi/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md new file mode 100644 index 000000000000..d01cfd34ef2d --- /dev/null +++ b/i18n/vi/docusaurus-plugin-content-docs/current/build/tools/block-explorers/okx-kaia-explorer.md @@ -0,0 +1,12 @@ +# OKX Kaia Explorer + +[OKX Kaia Explorer](https://www.okx.com/web3/explorer/kaia), built by Team [OKX Explorer](https://www.okx.com/web3/explorer/eaas), is part of [OKX EaaS (Explorer-as-a-Service)](https://www.okx.com/web3/explorer/eaas) which powers over 50 chains. It offers all the essential tools and functions you'd expect, including basic searches for [addresses](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [transactions](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac), [tokens](https://www.okx.com/web3/explorer/kaia/token-list), and [blocks](https://www.okx.com/web3/explorer/kaia/block-list). +In addition to the basic [Address](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [Transaction](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac) , [Token list](https://www.okx.com/web3/explorer/kaia/token-list), [Block](https://www.okx.com/web3/explorer/kaia/block-list) search. + +OKX Kaia Explorer also supports: + +- [Contract difference checker](https://www.okx.com/web3/explorer/contract-diff#source-chain=klaytn\&target-chain=klaytn): This tool is particularly useful for comparing legitimate contract source code with suspicious contracts. It highlights differences to help detect potential threats to investors. Developers can also use this to enhance security and functionality by referencing robust, proven code. +- [Similar contract finder](https://www.okx.com/web3/explorer/similar-contract#source-chain=klaytn): A handy tool that displays source code and Read/Write capabilities for contracts with similar bytecode but different constructor arguments. +- [Large transfer monitor](https://www.okx.com/web3/explorer/large-transfer-monitor/kaia) : Provides real-time data on large token transfers, making it easy to track market trends and spot high-return opportunities. +- [Token alert](https://www.okx.com/web3/explorer/token-alert): Get instant access to comprehensive, real-time on-chain data, including large transactions and significant fund movements, unlocking valuable market insights. +- And more! Explorer all the features by clicking [here](https://www.okx.com/web3/explorer/kaia). From 1050c2c0e079df03d93469451822b7dfbfcebfb3 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 13:56:59 +0800 Subject: [PATCH 62/66] New translations public-en.md (Japanese) --- .../current/references/public-en.md | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md index 8903fcad6b75..945351affee1 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/references/public-en.md @@ -100,6 +100,32 @@ KASは、より簡単で迅速なブロックチェーンアプリケーショ - [購読](https://www.klaytnapi.com/en/landing/pricings) - [ウェブサイト](https://www.klaytnapi.com/en/landing/main) +### Chainstack + +[Chainstack](https://chainstack.com/) the leading Web3 infrastructure provider, offering free and paid endpoints for Kaia. The free Developer plan starts with 3 million requests per month and 25 requests per second (RPS). You can easily scale with the paid plans. + +To get started with a free Developer plan endpoint, simply sign up with email or any social account, like GitHub or X (Twitter). + +#### 特徴 + +- Free Developer plan supported +- Scaling to paid plans supported +- Pay-as-you-go supported +- 25+ bockchains supported +- アップタイム99.9%以上 +- Load-Balancing +- Infinite scalability +- Sign up with social account +- Top up with crypto, including Kaia tokens +- Support through Telegram, email, rich documentation and more +- Customer stories with our dedicated Web3 copywriters + +#### 参考文献 + +- [Docs](https://chainstack.com/build-better-with-kaia/) +- [Subscription](https://chainstack.com/pricing/) +- [Website](https://chainstack.com/) + ### All That Node All That Nodeは、Web3インフラへの信頼できるゲートウェイとなることを目指しており、ビルダーはブロックチェーン・ネットワークに関する問題に惑わされることはない。 オール・ザット・ノードは、RPCノードへの高速かつ堅牢な接続を最低のレイテンシー性能で保証します。 @@ -113,7 +139,7 @@ All That Nodeは、Web3インフラへの信頼できるゲートウェイとな - アーカイブデータあり - 利用可能なWebsocket API - トレース/デバッグAPIが利用可能 -- アップタイム99.9%以上 +- Uptime 99.9%+ - ロードバランシングの実施 - 無限のスケーラビリティ - Discordコミュニティによる24時間365日のサポート @@ -300,7 +326,7 @@ Quicknodeは、安全で分散型のイノベーションを促進するブロ Kaia、Ethereum、Polygon、Arbitrumなどへの分散型RPCノードプロバイダ。 信頼できるWeb3のインフラパートナーです。 -#### 特徴 +#### Features - GeneralサポートのPublicノードはリクエスト制限なし。 - 高性能ノード向けには、グロースプランとエンタープライズプランもご用意しています。 @@ -308,7 +334,7 @@ Kaia、Ethereum、Polygon、Arbitrumなどへの分散型RPCノードプロバ - AIロードバランサー - 洞察に満ちた分析。 -#### 参考文献 +#### References - [ウェブサイト](https://drpc.org/) - [ドキュメント](https://drpc.org/docs) From 7935deb2c3b439854a536568e73f78c67f8f926f Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 13:57:09 +0800 Subject: [PATCH 63/66] New translations public-en.md (Korean) --- .../current/references/public-en.md | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md index 6abbfb3d7d3f..7e738fa0a991 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/references/public-en.md @@ -100,6 +100,32 @@ KAS provides various APIs to support easier and quicker blockchain application d - [Subscription](https://www.klaytnapi.com/en/landing/pricings) - [Website](https://www.klaytnapi.com/en/landing/main) +### 체인스택 + +[체인스택](https://chainstack.com/)은 선도적인 웹3 인프라 제공업체로, Kaia를 위한 무료 및 유료 엔드포인트를 제공합니다. 무료 개발자 요금제는 월 300만 건의 요청과 초당 25건의 요청(RPS)으로 시작합니다. 유료 요금제로 쉽게 확장할 수 있습니다. + +무료 개발자 플랜 엔드포인트를 시작하려면 이메일 또는 GitHub 또는 X(트위터)와 같은 소셜 계정으로 가입하기만 하면 됩니다. + +#### Features + +- 무료 개발자 플랜 지원 +- 유료 요금제로의 확장 지원 +- 종량제 지원 +- 25개 이상의 블록체인을 지원 +- Uptime 99.9%+ +- 로드 밸런싱 +- 무한한 확장성 +- 소셜 계정으로 가입하기 +- 카이아 토큰을 포함한 암호화폐로 충전하기 +- 텔레그램, 이메일, 풍부한 문서 등을 통한 지원 +- 전담 웹3 카피라이터와 함께하는 고객 스토리 + +#### References + +- [문서](https://chainstack.com/build-better-with-kaia/) +- [구독](https://chainstack.com/pricing/) +- [웹사이트](https://chainstack.com/) + ### All That Node All That Node aims to become trusty gateway to Web3 infrastructure allowing builders not to distracted by issues regarding blockchain network. All That Node guarantees fast and robust connection to RPC nodes with the lowest latency performance. @@ -113,7 +139,7 @@ All That Node aims to become trusty gateway to Web3 infrastructure allowing buil - Archival Data Available - Websocket API Available - Trace/Debug API Available -- Uptime 99.9%+ +- 가동 시간 99.9% 이상 - Load-Balancing implemented - Infinite Scalability - 24/7 Support with the Discord Community @@ -300,7 +326,7 @@ Quicknode offers blockchain infrastructure powering secure, decentralized innova Decentralized RPC node provider to Kaia, Ethereum, Polygon, Arbitrum and others. Your trusted Web3 infrastructure partner. -#### Features +#### 특징 - No request limits on Public nodes with General support. - Growth and Enterprise plan are also available for High performance nodes. @@ -308,7 +334,7 @@ Decentralized RPC node provider to Kaia, Ethereum, Polygon, Arbitrum and others. - AI-driven load balancer - Insightful analytics. -#### References +#### 참조 - [Website](https://drpc.org/) - [Docs](https://drpc.org/docs) From 6eadf568df5db2d797b9b2420bf7df16b1aba5ba Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 13:57:23 +0800 Subject: [PATCH 64/66] New translations public-en.md (Chinese Simplified) --- .../current/references/public-en.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md index 65235f6f5f57..d3eb886a8b9a 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/references/public-en.md @@ -100,6 +100,32 @@ KAS 提供各种应用程序接口,以支持更简单、更快速的区块链 - [订阅](https://www.klaytnapi.com/en/landing/pricings) - [Website](https://www.klaytnapi.com/en/landing/main) +### 链式堆栈 + +[Chainstack](https://chainstack.com/) 是领先的 Web3 基础设施提供商,为 Kaia 提供免费和付费终端。 免费开发者计划的起始条件为每月 300 万次请求和每秒 25 次请求 (RPS)。 您可以轻松扩展付费计划。 + +要开始使用免费的开发者计划端点,只需使用电子邮件或任何社交账户(如 GitHub 或 X (Twitter))注册即可。 + +#### 特点 + +- 支持免费开发人员计划 +- 支持扩展到付费计划 +- 支持现收现付 +- 支持 25+ 个博克链 +- 正常运行时间 99.9%+ +- 负载平衡 +- 无限可扩展性 +- 使用社交账户注册 +- 使用加密货币充值,包括 Kaia 代币 +- 通过 Telegram、电子邮件和丰富的文档等提供支持 +- 与我们的 Web3 专职文案撰稿人分享客户故事 + +#### 参考资料 + +- [Docs](https://chainstack.com/build-better-with-kaia/) +- [订阅](https://chainstack.com/pricing/) +- [Website](https://chainstack.com/) + ### All That Node All That Node 的目标是成为 Web3 基础设施的可靠网关,让构建者不再为区块链网络问题所困扰。 All That Node 保证以最低的延迟性能快速、稳健地连接 RPC 节点。 From 7f382756ca34e57d067fb5b3c576245eec897da7 Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 13:57:32 +0800 Subject: [PATCH 65/66] New translations public-en.md (Vietnamese) --- .../current/references/public-en.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md index c9472cf35dcb..03efebf5e1c2 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/references/public-en.md @@ -100,6 +100,32 @@ KAS provides various APIs to support easier and quicker blockchain application d - [Subscription](https://www.klaytnapi.com/en/landing/pricings) - [Website](https://www.klaytnapi.com/en/landing/main) +### Chainstack + +[Chainstack](https://chainstack.com/) the leading Web3 infrastructure provider, offering free and paid endpoints for Kaia. The free Developer plan starts with 3 million requests per month and 25 requests per second (RPS). You can easily scale with the paid plans. + +To get started with a free Developer plan endpoint, simply sign up with email or any social account, like GitHub or X (Twitter). + +#### Features + +- Free Developer plan supported +- Scaling to paid plans supported +- Pay-as-you-go supported +- 25+ bockchains supported +- Uptime 99.9%+ +- Load-Balancing +- Infinite scalability +- Sign up with social account +- Top up with crypto, including Kaia tokens +- Support through Telegram, email, rich documentation and more +- Customer stories with our dedicated Web3 copywriters + +#### References + +- [Docs](https://chainstack.com/build-better-with-kaia/) +- [Subscription](https://chainstack.com/pricing/) +- [Website](https://chainstack.com/) + ### All That Node All That Node aims to become trusty gateway to Web3 infrastructure allowing builders not to distracted by issues regarding blockchain network. All That Node guarantees fast and robust connection to RPC nodes with the lowest latency performance. From 561c7a8f657273e1562360f1ad9bdbc62d77548f Mon Sep 17 00:00:00 2001 From: kaia-docs Date: Thu, 20 Feb 2025 14:12:26 +0800 Subject: [PATCH 66/66] New translations public-en.md (Chinese Traditional) --- .../current/references/public-en.md | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md index 9dc0a89b5adb..caa0b9af8ca4 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/references/public-en.md @@ -100,6 +100,32 @@ KAS 提供各種應用程序接口,以支持更簡單、更快速的區塊鏈 - [訂閱](https://www.klaytnapi.com/en/landing/pricings) - [Website](https://www.klaytnapi.com/en/landing/main) +### Chainstack + +[Chainstack](https://chainstack.com/) the leading Web3 infrastructure provider, offering free and paid endpoints for Kaia. The free Developer plan starts with 3 million requests per month and 25 requests per second (RPS). You can easily scale with the paid plans. + +To get started with a free Developer plan endpoint, simply sign up with email or any social account, like GitHub or X (Twitter). + +#### 特點 + +- Free Developer plan supported +- Scaling to paid plans supported +- Pay-as-you-go supported +- 25+ bockchains supported +- 正常運行時間 99.9%+ +- Load-Balancing +- Infinite scalability +- Sign up with social account +- Top up with crypto, including Kaia tokens +- Support through Telegram, email, rich documentation and more +- Customer stories with our dedicated Web3 copywriters + +#### 參考資料 + +- [Docs](https://chainstack.com/build-better-with-kaia/) +- [Subscription](https://chainstack.com/pricing/) +- [Website](https://chainstack.com/) + ### All That Node All That Node 的目標是成為 Web3 基礎設施的可靠網關,讓構建者不再為區塊鏈網絡問題所困擾。 All That Node 保證以最低的延遲性能快速、穩健地連接 RPC 節點。 @@ -113,7 +139,7 @@ All That Node 的目標是成為 Web3 基礎設施的可靠網關,讓構建者 - 現有檔案數據 - 可用的 Websocket API - 提供跟蹤/調試 API -- 正常運行時間 99.9%+ +- Uptime 99.9%+ - 實施負載平衡 - 無限可擴展性 - Discord 社區提供全天候支持 @@ -300,7 +326,7 @@ Quicknode 提供區塊鏈基礎設施,為安全的去中心化創新提供動 為 Kaia、Ethereum、Polygon、Arbitrum 等提供去中心化 RPC 節點。 您值得信賴的 Web3 基礎設施合作伙伴。 -#### 特點 +#### Features - 一般支持的公共節點無申請限制。 - 高性能節點還可選擇增長計劃和企業計劃。 @@ -308,7 +334,7 @@ Quicknode 提供區塊鏈基礎設施,為安全的去中心化創新提供動 - 人工智能驅動的負載平衡器 - 富有洞察力的分析。 -#### 參考資料 +#### References - [網站](https://drpc.org/) - [文檔](https://drpc.org/docs)