Net
genesis and configuration files for various akash networks
Install / Use
/learn @akash-network/NetREADME
Akash Networks
This repository contains network information for the various Akash networks.
Currently available networks:
| Network | Status | Network version (binary version) | Description | | -------------------------- | ------------------ | -------------------------------- | ------------------------------------------------------ | | mainnet | :heavy_check_mark: | v2.0.1 | Akash Network mainnet network. | | sandbox-2 | :heavy_check_mark: | v2.0.0 | Akash Network sandbox playground network. |
Each network has a corresponding directory (linked to above) containing network information. Each directory includes, at a minimum:
| File | Description |
| ---------------- | ---------------------------------------------------------------------------------- |
| version.txt | The Akash version used to participate in the network. |
| chain-id.txt | The "chain-id" of the network. |
| genesis.json | The genesis file for the network |
| seed-nodes.txt | A list of seed node addresses for the network. |
The following files may also be present:
| File | Description |
| ------------------ | --------------------------------------------------- |
| peer-nodes.txt | A list of peer node addresses for the network. |
| rpc-nodes.txt | A list of RPC node addresses for the network. |
| api-nodes.txt | A list of API (LCD) node addresses for the network. |
| faucet-url.txt | The url of a faucet server for the network. |
| explorer-url.txt | The url of a explorer UI for the network. |
Usage
The information in this repo may be used to automate tasks when deploying or configuring Akash software.
The format is standardized across the networks so that you can use the same method to fetch the information for all of them - just change the base URL
AKASH_NET_BASE=https://raw.githubusercontent.com/akash-network/net/main
##
# Use _one_ of the following:
##
# mainnet
AKASH_NET="$AKASH_NET_BASE/mainnet"
# sandbox-2
AKASH_NET="$AKASH_NET_BASE/sandbox-2"
Fetching Information
Version
AKASH_VERSION="$(curl -s "$AKASH_NET/version.txt")"
Chain ID
AKASH_CHAIN_ID="$(curl -s "$AKASH_NET/chain-id.txt")"
Genesis
curl -s "$AKASH_NET/genesis.json" > genesis.json
Seed Nodes
curl -s "$AKASH_NET/seed-nodes.txt" | paste -d, -s
Peer Nodes
curl -s "$AKASH_NET/peer-nodes.txt" | paste -d, -s
RPC Node
Print a random RPC endpoint
curl -s "$AKASH_NET/rpc-nodes.txt" | shuf -n 1
API Node
Print a random API endpoint
curl -s "$AKASH_NET/api-nodes.txt" | shuf -n 1
Related Skills
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Mar 27, 2026
