diff --git a/gitbook/README.md b/gitbook/README.md
index cd9c6d6..45ab9ac 100644
--- a/gitbook/README.md
+++ b/gitbook/README.md
@@ -1,32 +1,20 @@
-# Crynux Network
-
-Crynux is the truly permissionless #DeAI on GPU@edge.
-
-#### Truly Permissionless
-
-The key component of Crynux is a robust consensus protocol that enables the permissionless joining and using of the decentralized network by millions.
-
-The ability to identify and penalize all malicious behaviors ensures the ecosystem's sustainability while facilitating healthy growth in the long term.
+---
+description: Truly Permissionless DeAI on GPU@home
+---
-The innovative [vssML](system-design/verifiable-secret-sampling.md) technology significantly enhances network efficiency, rivaling centralized platforms while remaining decentralized and permissionless.
-
-#### Production-Ready AI Services Cloud, on Edge
-
-As the foundation layer, Crynux Network is composed of the edge nodes, including home computers and mobile devices, who provide hardware to the network in exchange for tokens.
-
-Applications could run tasks such as GPT text generation and Stable Diffusion image generation using various models hosted on the Crynux Network. The integration could be implemented in one-line of code using Crynux SDK.
+# Crynux Network
-Model developers use Crynux Network to train/fine-tune their models, and provide models as a service for applications and other developers, earning from the usage of their models.
+Crynux is the truly permissionless AI infrastructure everyone can join and use right away.
-Mobile devices could also be AI-enhanced by running larger and faster models beyond their current capabilities.
+The key component of Crynux is a robust consensus protocol that enables the permissionless joining and using of the decentralized network by millions. The ability to identify and penalize all the malicious behaviors ensures the ecosystem's sustainability and facilitates healthy growth in a long term.
-#### DeFi Ecosystem built on the Tokenized Model and Data Assets
+As the foundation layer, Crynux Network is composed of the decentralized nodes who contribute their spare AI computing power to the network in exchange for token rewards. The computing power is then grouped and dispatched to run the AI tasks from the developers and applications.
-Building on top of the AI services, an innovative DeFi ecosystem could emerge around "Model Assets" and "Data Assets". All the current DeFi applications could be reimagined using the brand-new assets as their base assets.
+On top of the computing network, a decentralized model/dataset hosting service is provided to better support the various AI use cases.
-For example, the developers of AI models can tokenize the models using Crynux, sharing the rewards from model usage with the model token holders.
+The applications could easily connect to the Crynux Network using API, use Crynux Network to generate images or texts, and bring AI power to their users with no extra need for the hardware and development.
-Model tokens can be used as collateral in various DeFi applications. These applications can be deployed directly on the Crynux Blockchain or as modular L2 chains that connect to Crynux via cross-chain communication. Existing DeFi applications on other blockchains are also supported.
+The developers could write codes to train/fine-tune their models on the dataset provided by the network, using the computing power of the network. The developed model could also be hosted on the network as a service for others.
By utilizing the Blockchain, Zero-knowledge Proofs and Privacy Preserving Computation technologies, Crynux aims to build a completely decentralized and trustless infrastructure that is always accessible to everyone.
@@ -68,7 +56,32 @@ To read more about the Helium Network release, go to the following page:
2. ~~Join waitlist and wait for the email from us~~ \[**No waitlist, just install the Crynux Node app, you can start earning CNX tokens right away**]
3. Just download the package according to your platform, and follow the tutorials below:
-
+
To start a node on your Windows computer:
diff --git a/gitbook/node-hosting/start-a-node/README.md b/gitbook/node-hosting/start-a-node/README.md
index 99af16f..00a10c4 100644
--- a/gitbook/node-hosting/start-a-node/README.md
+++ b/gitbook/node-hosting/start-a-node/README.md
@@ -16,17 +16,17 @@
Windows |
Nvidia GPU with 8GB VRAM |
- crynux-node-helium-v2.0.7-windows-x64.zip |
+ crynux-node-helium-v2.1.0-windows-x64.zip |
Mac |
M1/M2/M3 and later |
- crynux-node-helium-v2.0.7-mac-arm64-signed.dmg |
+ crynux-node-helium-v2.1.0-mac-arm64-signed.dmg |
Linux |
Nvidia GPU with 8GB VRAM |
- crynux-node-helium-v2.0.7-linux-bin-x64.tar.gz |
+ crynux-node-helium-v2.1.0-linux-bin-x64.tar.gz |
diff --git a/gitbook/node-hosting/start-a-node/start-a-node-mac.md b/gitbook/node-hosting/start-a-node/start-a-node-mac.md
index 5254ee1..7ac841c 100644
--- a/gitbook/node-hosting/start-a-node/start-a-node-mac.md
+++ b/gitbook/node-hosting/start-a-node/start-a-node-mac.md
@@ -20,7 +20,7 @@ The Crynux Node supports only the Macs with the M1, M2, M3 or newer versions. Ma
Download the DMG file using the following link, then double-click the file, and drag the app to the application's folder:
-{% embed url="https://github.com/crynux-ai/crynux-node/releases/download/v2.0.7/crynux-node-helium-v2.0.7-mac-arm64-signed.dmg" %}
+{% embed url="https://github.com/crynux-ai/crynux-node/releases/download/v2.1.0/crynux-node-helium-v2.1.0-mac-arm64-signed.dmg" %}
## 3. Start the node
diff --git a/gitbook/node-hosting/start-a-node/start-a-node-windows.md b/gitbook/node-hosting/start-a-node/start-a-node-windows.md
index bee8a1f..b69fd70 100644
--- a/gitbook/node-hosting/start-a-node/start-a-node-windows.md
+++ b/gitbook/node-hosting/start-a-node/start-a-node-windows.md
@@ -26,7 +26,7 @@ Make sure you have already installed the latest NVIDIA driver from the [NVIDIA o
Download the binary release version of the Crynux Node from the link below:
-{% embed url="https://drive.google.com/file/d/1XtjmAWcdfr8Ogxfq56oKyEgCk_bkz3zj/view?usp=drivesdk" %}
+{% embed url="https://drive.google.com/file/d/1gSQxhdzTzXIZrz7Ai9CpZg-jgl2J0wIH/view?usp=drivesdk" %}
{% hint style="info" %}
Starting a node on Windows using the binary release package, as described here, is still in **beta testing**. If you have trouble running the downloaded package, please use [the Docker version](start-a-node-docker.md) instead.