> For the complete documentation index, see [llms.txt](https://docs.crynux.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crynux.io/releases/lithium-network.md).

# Lithium Network

Lithium Network is the first mainnet release of Crynux Network.

Lithium turns Crynux from a public test network into a production AI computing network. Applications can use decentralized GPU nodes for LLM inference, vision-language model tasks, image generation, and model fine-tuning, while node operators earn CNX by providing compute capacity.

With the vssML consensus protocol upgrade, Lithium greatly reduces validation overhead and improves network efficiency while preserving a permissionless network where nodes can join at scale and malicious behavior remains detectable and punishable.

## Verifiable Secret Sampling

vssML, or Verifiable Secret Sampling for Machine Learning, is the core efficiency improvement in the consensus protocol behind Lithium. Previous consensus protocol sends every task to three nodes and compares the results, which provides strong security but consumes triple compute capacity. vssML validates only a secretly selected sample of tasks, and nodes must submit results before knowing whether they were selected for validation, so cheating still risks detection and slashing.

This greatly improves the efficiency of the whole network, bringing decentralized execution close to the speed of centralized platforms.

{% content-ref url="/pages/pxDilxJ3o0ya0wNKpnTu" %}
[Verifiable Secret Sampling](/system-design/verifiable-secret-sampling.md)
{% endcontent-ref %}

## Staking Score

Lithium introduces staking score to connect task probabilities with economic commitment. Nodes with more stake can receive more tasks and earn more rewards, while dishonest behavior puts more capital at risk. This makes the network harder to attack, rewards operators who commit long-term resources, and keeps task dispatching aligned with network security.

{% content-ref url="/pages/Y7oaQ7V3uKJTimOkHrhD" %}
[Task Dispatching](/system-design/task-dispatching.md)
{% endcontent-ref %}

## Delegated Staking

Delegated staking lets CNX holders participate in network rewards without running their own hardware. Users can delegate stake to trusted node operators, similar to cloud mining or cloud compute rental, while operators with better GPUs, stronger uptime, and more reliable service can attract more delegated stake and earn more task income. This creates a new market where capital and computing power work together to grow the network.

## Latest LLM and VLM Support

Lithium expands Crynux's OpenAI-compatible AI service from text-only LLMs to both LLM and Vision Language Model workloads. Applications can use latest Hugging Face models, including examples such as `Qwen/Qwen3.6-27B` and `Qwen/Qwen3.5-9B`, while keeping the same chat completion workflow through Crynux Bridge.

{% content-ref url="/pages/jtaLXzjcG1XwPkQU6Mhq" %}
[How to Run LLM using Crynux Network](/application-development/how-to-run-llm-using-crynux-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/d3Y2YDAR411um8SH0b5e" %}
[Vision Language Models (VLM)](/application-development/how-to-run-llm-using-crynux-network/vision-language-models.md)
{% endcontent-ref %}

## AI Ecosystem Integration

Lithium works with the tools developers already use. Through the OpenAI-compatible Crynux Bridge API, existing AI applications and agent frameworks can use Crynux as a decentralized model backend. Hermes Agent can connect to Crynux as a custom LLM provider, and LangChain or LangGraph applications can use Crynux through either `langchain-crynux` or standard OpenAI-compatible integrations.

{% content-ref url="/pages/aEuPw0R8uRvksFPmFXzp" %}
[Hermes Agent Integration](/application-development/how-to-run-llm-using-crynux-network/hermes-agent-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/tlRR30Y1MoplaOYmaQwF" %}
[Integration with LangChain & LangGraph](/application-development/how-to-run-llm-using-crynux-network/langchain.md)
{% endcontent-ref %}

## Multi-chain Architecture

Lithium launches Crynux as a multi-chain network. Crynux runs as dedicated Layer 2 blockchains, uses CNX bridged from the corresponding Layer 1 chain as the native gas token, and keeps the wallet experience EVM-compatible. Users can connect wallets, add networks, and move CNX between networks through Crynux Portal.

{% content-ref url="/pages/q0GILs9ewEXlafsnJfKQ" %}
[Wallet Configuration](/crynux-token/wallet-configuration.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.crynux.io/releases/lithium-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
