Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
be46594
fix
udhaykumarbala Sep 23, 2025
9bb7b89
Merge branch '0gfoundation:main' into main
udhaykumarbala Sep 23, 2025
d85755a
Merge branch '0gfoundation:main' into main
udhaykumarbala Sep 24, 2025
29f28f5
Merge branch '0gfoundation:main' into main
udhaykumarbala Sep 30, 2025
e78db5f
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 7, 2025
b2be9ad
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 9, 2025
03cb5bc
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 11, 2025
c29d60a
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 13, 2025
0cbea16
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 16, 2025
b956125
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 16, 2025
84c5399
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 21, 2025
dc5c9ea
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 21, 2025
5939e4c
Merge branch '0gfoundation:main' into main
udhaykumarbala Oct 27, 2025
f45fe29
Merge branch '0gfoundation:main' into main
udhaykumarbala Nov 10, 2025
94ac4ad
Merge branch '0gfoundation:main' into main
udhaykumarbala Nov 19, 2025
29e60e8
Merge branch '0gfoundation:main' into main
udhaykumarbala Nov 28, 2025
b1671f5
Merge branch '0gfoundation:main' into main
udhaykumarbala Dec 4, 2025
1d39ded
Merge branch '0gfoundation:main' into main
udhaykumarbala Dec 8, 2025
2c5cfc7
Merge branch '0gfoundation:main' into main
udhaykumarbala Dec 8, 2025
3398bf9
Merge branch '0gfoundation:main' into main
udhaykumarbala Dec 16, 2025
0ee810e
Merge branch '0gfoundation:main' into main
udhaykumarbala Dec 16, 2025
b4f7df9
Merge branch '0gfoundation:main' into main
udhaykumarbala Dec 18, 2025
3730ccb
Merge branch '0gfoundation:main' into main
udhaykumarbala Jan 10, 2026
b30984a
token price update
udhaykumarbala Jan 10, 2026
bd3006f
Revert "token price update"
udhaykumarbala Jan 10, 2026
56672ad
Merge branch '0gfoundation:main' into main
udhaykumarbala Feb 5, 2026
c3108e6
Merge branch '0gfoundation:main' into main
udhaykumarbala Feb 5, 2026
9d41244
Merge branch '0gfoundation:main' into main
udhaykumarbala Feb 18, 2026
6356b04
Merge branch '0gfoundation:main' into main
udhaykumarbala Feb 18, 2026
e401b0d
Merge branch '0gfoundation:main' into main
udhaykumarbala Feb 19, 2026
1d29af7
Merge branch '0gfoundation:main' into main
udhaykumarbala Mar 9, 2026
3519c02
feat: comprehensive SEO improvements for docs.0g.ai
udhaykumarbala Mar 9, 2026
ab35332
fix
udhaykumarbala Mar 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/ai-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: ai-context
title: AI Coding Context
sidebar_class_name: hidden
description: "Comprehensive 0G infrastructure context for AI coding assistants, including network configs, contract addresses, and SDK examples."
---

# 0G AI Context for Coding Assistants
Expand Down Expand Up @@ -159,7 +160,7 @@
```

**Verification & Indexing**:
- **Goldsky**: GraphQL indexing and real-time data streaming

Check warning on line 163 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Goldsky)
- Docs: https://docs.goldsky.com/chains/0g
- Guide: [https://docs.0g.ai/developer-hub/building-on-0g/indexing/goldsky](https://docs.0g.ai/developer-hub/building-on-0g/indexing/goldsky)

Expand Down Expand Up @@ -195,7 +196,7 @@

Go:
```bash
go get github.com/0gfoundation/0g-storage-client

Check warning on line 199 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (gfoundation)
```

**Quick Start Examples**:
Expand Down Expand Up @@ -292,7 +293,7 @@

**DePIN Partners**:
- **io.net**: 300,000+ GPUs across 139 countries
- **Aethir**: 43,000+ enterprise-grade GPUs, 3,000+ H100s/H200s

Check warning on line 296 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Aethir)

**Quick Start (5 minutes)**:

Expand Down Expand Up @@ -375,7 +376,7 @@

# Create fine-tuning task
0g-compute-cli fine-tuning create-task \
--model Qwen2.5-0.5B-Instruct \

Check warning on line 379 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Qwen)
--dataset <DATASET_ID> \
--provider <PROVIDER_ADDRESS>

Expand All @@ -393,10 +394,10 @@
### 0G DA (Data Availability)
**Documentation**: [https://docs.0g.ai/concepts/da](https://docs.0g.ai/concepts/da)

Scalable data availability layer for rollups with 50 Gbps throughput.

Check warning on line 397 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Gbps)

**Key Features**:
- 50 Gbps demonstrated throughput

Check warning on line 400 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (Gbps)
- VRF-based node selection
- Inherits Ethereum security

Expand Down Expand Up @@ -458,21 +459,21 @@

# Clone and build
git clone -b v1.0.4 https://github.com/0gfoundation/0gchain-Aristotle
cd 0gchain-Aristotle

Check warning on line 462 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (gchain)
make install

# Initialize
0gchaind init <YOUR_MONIKER> --chain-id zgtendermint_16661-1

Check warning on line 466 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (zgtendermint)

# Configure
wget -O ~/.0gchain/config/genesis.json https://github.com/0gfoundation/0gchain-Aristotle/releases/download/v1.0.4/genesis.json

Check warning on line 469 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (gchain)
```

**Testnet (Galileo)**:
```bash
# Clone and build
git clone -b v3.0.4 https://github.com/0gfoundation/0gchain-NG
cd 0gchain-NG

Check warning on line 476 in docs/ai-context.md

View workflow job for this annotation

GitHub Actions / Spell Check

Unknown word (gchain)
make install

# Initialize
Expand Down
1 change: 1 addition & 0 deletions docs/concepts/ai-alignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: ai-alignment
title: AI Alignment Nodes
sidebar_position: 7
description: "Discover how 0G AI Alignment Nodes monitor AI systems, ensure safe behavior, and provide decentralized oversight for trustworthy AI operations."
---

# AI Alignment Nodes: Ensuring Safe Decentralized AI
Expand Down
3 changes: 2 additions & 1 deletion docs/concepts/chain.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: chain
title: 0G Chain
title: 0G Chain
description: "0G Chain is the fastest modular AI blockchain — an EVM-compatible L1 with sub-second finality designed for AI workloads, DeFi, and on-chain agents."
sidebar_position: 5
---

Expand Down
1 change: 1 addition & 0 deletions docs/concepts/compute.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: compute
title: 0G Compute Network
description: "0G Compute Network is a decentralized GPU marketplace for AI inference, fine-tuning, and model training — pay only for what you use."
---

# 0G Compute Network: Decentralized AI Computing
Expand Down
1 change: 1 addition & 0 deletions docs/concepts/da.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: da
title: 0G DA
description: "0G DA (Data Availability) ensures blockchain data is always accessible — powering rollups, gaming chains, and high-frequency trading with scalable data availability."
sidebar_position: 3
---

Expand Down
1 change: 1 addition & 0 deletions docs/concepts/depin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: depin
title: DePIN Providers
sidebar_position: 6
description: "Explore how 0G integrates DePIN providers like io.net and Aethir for cost-effective, decentralized GPU computing for AI workloads."
---

# DePIN Providers: Decentralized Infrastructure Networks
Expand Down
1 change: 1 addition & 0 deletions docs/concepts/inft.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: inft
title: INFT
sidebar_position: 5
description: "Learn about INFTs (Intelligent NFTs) — a new token standard for true AI agent ownership with encrypted intelligence, secure transfers, and ERC-7857."
---

# INFTs: Intelligent NFTs for AI
Expand Down
1 change: 1 addition & 0 deletions docs/concepts/storage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: storage
title: 0G Storage
description: "0G Storage is a decentralized storage network built for massive AI datasets — 10-100x cheaper than alternatives with high throughput and no vendor lock-in."
sidebar_position: 3
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: babylon-avs-on-0g-da
title: Babylon AVS on 0G DA
sidebar_position: 1
description: "Learn how to build and deploy a Babylon Actively Validated Service (AVS) using 0G's data availability layer."
---

# Babylon AVS on 0G DA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: eigenlayer-avs-on-0g-da
title: EigenLayer AVS on 0G DA
sidebar_position: 2
description: "Learn how to build and deploy an EigenLayer Actively Validated Service (AVS) using 0G's data availability layer."
---

# EigenLayer AVS on 0G DA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ id: account-management
title: Account
sidebar_position: 2
sidebar_label: Account
description: "Manage your 0G Compute Network account. Deposit, transfer, and withdraw funds across provider sub-accounts via Web UI, CLI, or SDK."
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: fine-tuning-provider
title: Fine-tuning Provider
sidebar_position: 4
description: "Become a fine-tuning provider on 0G Compute Network. Set up TEE-secured GPU infrastructure with Docker and Intel TDX for model training services."
---

# Become a Fine-tuning Provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: fine-tuning
title: Fine-tuning
sidebar_position: 5
description: "Fine-tune AI models on 0G Compute Network. Prepare datasets, configure training, monitor tasks, and deploy LoRA adapters using the CLI."
---

# Fine-tuning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: inference-provider
title: Inference Provider
sidebar_position: 2
description: "Set up an inference provider on 0G Compute Network. Monetize GPUs with TEE verification, automated billing, and OpenAI-compatible service endpoints."
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: inference
title: Inference
sidebar_position: 3
description: "Run decentralized AI inference on 0G Compute Network. Use LLMs, image generation, and speech-to-text via Web UI, CLI, or SDK with OpenAI compatibility."
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: marketplace
title: Marketplace (coming soon)
title: Compute Marketplace
description: "0G Compute Network Marketplace for discovering and accessing decentralized AI compute services. Coming soon."
---

Coming soon
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: overview
title: Overview
title: Compute Network Overview
sidebar_position: 1
description: "Overview of the 0G Compute Network — a decentralized GPU marketplace for affordable AI inference, fine-tuning, and verifiable computation."
---

# 0G Compute Network
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: deploy-contracts
title: Deploy Contracts on 0G Chain
description: "Deploy and verify smart contracts on 0G Chain using Hardhat, Foundry, or Truffle. Includes EVM configuration, network setup, and precompile access."
---

import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: precompiles-dasigners
title: DASigners
description: "DASigners precompile reference for 0G Chain. Register signers, query quorums and epochs, and verify data availability via EVM smart contract calls."
---
# Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: precompiles-overview
title: Overview
title: Precompiles Overview
description: "Overview of 0G Chain precompiled contracts including DASigners and Wrapped0GBase. Gas-efficient native operations for DA and DeFi integration."
---

# 0G Chain Precompiles
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: precompiles-wrappedogbase
title: Wrapped 0G Base
description: "Wrapped0GBase precompile for 0G Chain. Wrap and unwrap native 0G tokens as ERC20 with quota-based mint and burn functions for DeFi compatibility."
---

# Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: staking-interfaces
title: Staking Interfaces
description: "0G Chain staking smart contract interfaces for validators and delegators. Covers validator creation, delegation, rewards, and initialization guide."
---

# Staking Interfaces
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: validator-contract-functions
title: Validator Contract Functions
description: "Complete function reference for 0G Chain validator contracts. View and write functions for delegations, rewards, commission, and withdrawal management."
---

# Validator Contract Functions
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/da-deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: da-deep-dive
title: Technical Deep Dive
sidebar_position: 3
description: "Technical deep dive into 0G DA architecture covering erasure encoding, KZG commitments, DA sampling, difficulty adjustment, and the economic model."
---

# 0G DA Technical Deep Dive
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/da-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: da-integration
title: DA Client Nodes
sidebar_position: 2
description: "Set up 0G DA Client, Encoder, and Retriever nodes. Includes hardware requirements, Docker installation, and configuration reference."
---

import Tabs from '@theme/Tabs';
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/indexing/goldsky.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: goldsky
title: Goldsky Subgraphs
sidebar_position: 1
description: "Index 0G Chain data with Goldsky subgraphs and Mirror streaming. Query onchain data via GraphQL or stream it directly to your database."
---

# Indexing 0G with Goldsky
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/inft/erc7857.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: erc7857
title: ERC-7857 Standard
sidebar_position: 3
description: "ERC-7857 technical specification for encrypted NFT metadata. Covers transfer architecture, TEE and ZKP oracle implementations, and security guidelines."
---

# ERC-7857: Technical Standard
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/inft/inft-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: inft-overview
title: INFTs Overview
sidebar_position: 1
description: "Developer overview of INFTs (Intelligent NFTs) for tokenizing AI agents. Covers ERC-7857, secure transfers, encryption, and 0G infrastructure integration."
---

# INFTs: Tokenizing AI Agents
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/inft/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: integration
title: INFT Integration Guide
sidebar_position: 2
description: "Step-by-step guide to build INFTs on 0G. Deploy contracts, manage encrypted AI metadata, implement secure transfers, and build AI agent marketplaces."
---

# INFT Integration Guide
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: introduction
title: Building on 0G
sidebar_position: 1
description: "Get started building on 0G. Add storage, compute, and DA services to any EVM, non-EVM, or Web2 application without migration."
---

# Building on 0G
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: caldera-on-0g-da
title: Caldera on 0G DA
sidebar_position: 1
description: "Deploy rollups using Caldera's rollup-as-a-service platform with 0G DA for data availability. Documentation coming soon."
---

# Caldera on 0G DA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: arbitrum-nitro-on-0g-da
title: Arbitrum Nitro on 0G DA
sidebar_position: 2
description: "Run an Arbitrum Nitro rollup with 0G DA for cost-effective data availability. Includes DA provider integration and setup prerequisites."
---

# Run an Arbitrum Nitro Rollup on 0G DA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: op-stack-on-0g-da
title: OP Stack on 0G DA
sidebar_position: 1
description: "Deploy an OP Stack rollup using 0G DA for data availability. Full guide covering DA server setup, contract deployment, and L2 configuration."
---

import Tabs from '@theme/Tabs';
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/building-on-0g/storage/sdk.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: sdk
title: Storage SDK
description: "Integrate 0G decentralized storage using Go and TypeScript SDKs. Upload, download, and manage files with key-value storage and browser support."
---

import Tabs from '@theme/Tabs';
Expand Down
3 changes: 2 additions & 1 deletion docs/developer-hub/building-on-0g/storage/storage-cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: storage-cli
title: Storage CLI
description: "Use the 0G Storage CLI to upload, download, and manage files and directories. Includes KV operations, REST API gateway, and automation examples."
---

import Tabs from '@theme/Tabs';
Expand Down Expand Up @@ -105,7 +106,7 @@ Upload files to the 0G Storage network using the indexer service or explicit nod
Common flags include `--tags`, `--submitter`, `--expected-replica`, `--skip-tx`, `--finality-required`, `--task-size`, `--fast-mode`, `--fragment-size`, `--routines`, `--fee`, `--nonce`, `--max-gas-price`, `--n-retries`, `--step`, `--method`, `--full-trusted`, `--timeout`, `--flow-address`, and `--market-address`.

Fee notes (turbo):
- `unitPrice = 11 / pricePerToken / 1024 * 256`. If `pricePerToken = 1`, then `unitPrice = 2.75` (tokens), or `2.75e18` a0gi.
- `unitPrice = 11 / pricePerToken / 1024 * 256`. If `pricePerToken = 1`, then `unitPrice = 2.75` (tokens), or `2.75e18` 0G.
- `pricePerSector(256B)/month = lifetimeMonth * unitPrice * 1e18 / 1024 / 1024 / 1024` (no `/12` since $11 is per TB per month).

### File Download
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: getting-started
title: Getting Started
description: "Get started building on 0G — quickstart guides for storage, compute, data availability, and deploying smart contracts on the 0G Chain."
sidebar_position: 1
---

Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/mainnet/mainnet-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: mainnet-overview
title: Mainnet Overview
sidebar_position: 1
description: "0G Mainnet network details including Chain ID, RPC endpoints, contract addresses, and wallet setup for production deployments."
---

import OKXButton from '@site/src/components/OKXButton';
Expand Down
1 change: 1 addition & 0 deletions docs/developer-hub/testnet/testnet-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: testnet-overview
title: Testnet Overview
sidebar_position: 1
description: "0G Galileo Testnet network details including Chain ID, RPC endpoints, faucet access, contract addresses, and wallet setup."
---

import OKXButton from '@site/src/components/OKXButton';
Expand Down
1 change: 1 addition & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: index
title: 0G Documentation
description: "Official developer documentation for 0G (Zero Gravity) — the decentralized AI operating system with modular storage, compute, data availability, and the fastest EVM L1 chain."
hide_title: true
hide_table_of_contents: true
className: landing-page-custom
Expand Down
1 change: 1 addition & 0 deletions docs/introduction/how-to-get-0g.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: how-to-get-0g
title: How to Get 0G Token
sidebar_position: 3
description: "Learn how to buy, bridge, and swap 0G tokens through exchanges, XSwap bridge, and 0G Hub. Includes wallet setup and supported trading pairs."
---

# How to Get 0G Token
Expand Down
1 change: 1 addition & 0 deletions docs/introduction/new-landing.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: new-landing
sidebar_position: 10
description: "0G Documentation landing page — explore guides for decentralized AI infrastructure including storage, compute, data availability, and chain."
hide_table_of_contents: true
className: landing-page-custom
---
Expand Down
1 change: 1 addition & 0 deletions docs/introduction/understanding-0g.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: understanding-0g
title: Understanding 0G
description: "Learn what 0G (Zero Gravity) is — the first decentralized AI L1 chain with modular storage, compute, data availability, and the native 0G token."
sidebar_position: 1
---

Expand Down
1 change: 1 addition & 0 deletions docs/introduction/vision-mission.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: vision-mission
title: Vision & Mission
description: "0G's mission is to make AI a public good through decentralized infrastructure — enabling open, censorship-resistant, and user-owned AI development."
sidebar_position: 3
---

Expand Down
1 change: 1 addition & 0 deletions docs/node-sale/ai-alignment-node-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: ai-alignment-node-user-guide
title: 0G AI Alignment Node - Guide
sidebar_label: AI Alignment Node - Guide
description: "User guide for running a 0G AI Alignment Node or delegating to a NAAS provider, with setup instructions and monitoring tips."
---

# 0G AI Alignment Node - Guide
Expand Down
1 change: 1 addition & 0 deletions docs/node-sale/details/compliance-and-regulatory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: compliance-and-regulatory
title: Compliance and Regulatory Requirements
sidebar_position: 3
description: "Compliance and regulatory requirements for the 0G Node Sale, including Regulation S guidelines and information disclosure policies."
---

# Compliance and Regulatory Requirements
Expand Down
1 change: 1 addition & 0 deletions docs/node-sale/details/incentives-and-rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: incentives-and-rewards
title: Incentives & Rewards
sidebar_position: 2
description: "Details on 0G node sale incentives, referral commissions, rebate programs, vesting schedules, and community rewards."
---


Expand Down
1 change: 1 addition & 0 deletions docs/node-sale/details/kyc-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: kyc-verification
title: KYC Verification Guide
sidebar_position: 4
description: "Complete KYC verification guide for the 0G Alignment Node Portal using Blockpass, including document requirements and wallet signing."
---

# KYC Verification Guide
Expand Down
1 change: 1 addition & 0 deletions docs/node-sale/details/purchasing-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: purchasing-nodes
title: How to Purchase Nodes
sidebar_position: 1
description: "Step-by-step guide to purchasing 0G AI Alignment Nodes, including supported payment methods, promo codes, and wallet setup."
---

# Purchasing Nodes: Steps and Payment Options
Expand Down
Loading
Loading