Crynux Network
HomeBlogGitHubTwitterDiscordNetstats
  • Crynux Network
  • Releases
    • Helium Network
    • Hydrogen Network
  • System Design
    • Network Architecture
    • Consensus Protocol
      • Inference Task Validation
      • Training/FT Task Validation
    • Verifiable Secret Sampling
    • Task Lifecycle
      • Task State Transitions
    • Task Dispatching
    • Task Pricing
    • Quality of Service (QoS)
    • Model Distribution
  • Node Hosting
    • Start a Node
      • Start a Node - Windows
      • Start a Node - Mac
      • Start a Node - Linux
      • Start a Node - Docker
      • Start a Node - Vast
    • Get the Test CNX Tokens
    • Private Key Security
    • Assign GPU to the Node
    • Proxy Settings
    • Docker Compose Options
    • Advanced Configuration
  • Application Development
    • How to Run LLM using Crynux Network
      • Supported Models
    • Application Workflow
    • Execute Tasks
      • Text-to-Image Task
      • Text-to-Text Task
      • Text-to-Music Task
      • Text-to-Video Task
      • Fine-Tuning Task
    • Crynux Bridge
    • API Specification of the Relay
    • Crynux SDK
  • Crynux Token
    • Wallet Configuration
      • Metamask
  • Troubleshooting
    • FAQ
    • Locate the Error Message
    • Exceptions in WebUI
  • Misc
    • Privacy Policy
Powered by GitBook
On this page
  • Truly Permissionless
  • Production-Ready AI Services Cloud, on Edge
  • DeFi Ecosystem built on the Tokenized Model and Data Assets
  • Helium Network
  • Stable Diffusion Image Generation
  • GPT Text Generation
  • Getting Started
  • Start a Node
  • Develop an application
  • Research
  • Links
Edit on GitHub

Crynux Network

Truly permissionless DeAI on GPU@edge

NextHelium Network

Last updated 3 days ago

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.

The innovative 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.

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.

Mobile devices could also be AI-enhanced by running larger and faster models beyond their current capabilities.

DeFi Ecosystem built on the Tokenized Model and Data Assets

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.

For example, the developers of AI models can tokenize the models using Crynux, sharing the rewards from model usage with the model token holders.

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.

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.

Helium Network

Helium Network is the latest testnet of the Crynux Network. Helium Network implements a decentralized AI task execution engine that supports running the Stable Diffusion image generation tasks and the GPT text generation tasks.

Although called a testnet, the featured consensus protocol is robust enough to allow everyone to join at this moment. Everyone has an Nvidia GPU, or Mac with the Apple Silicon chips (M1, M2 and M3 series), could have already joined the network using our node software.

Stable Diffusion Image Generation

The applications could now send the Stable Diffusion image generation tasks to the network using the inference API, and get the images back instantly.

GPT Text Generation

To read more about the Helium Network release, go to the following page:

Getting Started

Start a Node

  1. Fill a form to tell us your GPU type, location, network bandwidth [No application form, no sign up, you don’t need to tell us]

  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:

Blockchain
Platform
Requirements
Download Link

Dymension

Windows

Nvidia GPU with 8GB VRAM

https://drive.google.com/uc?id=1AuzssSGU-zikcfBL67xvoooHBbvtMrjt&export=download

Dymension

Mac

M1/M2/M3 and later

https://github.com/crynux-ai/crynux-node/releases/download/v2.5.1/crynux-node-helium-v2.5.1-dymension-mac-arm64-signed.dmg

Near

Windows

Nvidia GPU with 8GB VRAM

https://drive.google.com/uc?id=1XOH2G2d_JqjaUqn_xG3T41NeUbWjlzkd&export=download

Near

Mac

M1/M2/M3 and later

https://github.com/crynux-ai/crynux-node/releases/download/v2.5.1/crynux-node-helium-v2.5.1-near-mac-arm64-signed.dmg

Kasplex

Windows

Nvidia GPU with 8GB VRAM

https://drive.google.com/uc?id=1UQV_sLh1CMv3Vn9Cr11BWkCIQxM0JUd1&export=download

Kasplex

Mac

M1/M2/M3 and later

https://github.com/crynux-ai/crynux-node/releases/download/v2.5.1/crynux-node-helium-v2.5.1-kasplex-mac-arm64-signed.dmg

To start a node on your Windows computer:

If you are using Mac with Apple Silicon Chips (M1/M2/M3 and later):

To start a node on cloud services based on Docker, such as Vast.ai:

You can also start the node using Docker:

Develop an application

If you are an application developer who want to utilize the AI abilities provided by the Crynux Network, follow the tutorial below:

Research

Checkout our latest research paper about Crynux Network here:

Links

Join the Crynux community on Discord:

All the codes are open sourced at GitHub, feel free to submit issues and PRs:

The Crynux Blog contains the technical explanations and our latest progress:

And follow us on Twitter:

A showcase application has been developed to demonstrate the abilities. The app provides a web interface (just like ) for the users to generate images in the browser. Thanks to the Helium Network, the users could use the application on any devices that do not have a capable GPU integrated.

The complexity of the blockchain and tokens are taken care of at the backend using . To the end users, this is just a traditional easy-to-use web application, nothing special.

Give it a try at

The applications could also execute the GPT text generation tasks using most of the LLM models on Huggingface, such as , using the inference API of the Helium Network.

A chatbot web application has been developed as an example for the developers. The web application provides a simple chat UI in the browser, and connects to the at the backend to interact with the Crynux Network.

The chatbot can be accessed at

stable-diffusion-webui
Crynux Bridge
https://ig.crynux.ai
LLaMa 2
Crynux Bridge
https://chat.crynux.ai
Helium Network
Start a Node - Windows
Start a Node - Mac
Start a Node - Vast
Start a Node - Docker
Application Workflow
vssML
(PDF) A Review on Decentralized Artificial Intelligence in the Era of Large ModelsResearchGate
(PDF) Crynux Hydrogen Network (H-Net): Decentralized AI Serving Network on BlockchainResearchGate
CrynuxGitHub
Crynux BlogCrynux Blog
Logo
Logo
Logo
Logo