> For the complete documentation index, see [llms.txt](https://whitepaper.litho.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.litho.ai/makalu/packages/docs/litho-chain/lithod-linux.md).

# Lithosphere Network – Node Chain Binary

## GitHub Repository

* **Repo URL:** [https://github.com/KaJLabs/lithosphere](https://github.com/KaJLabs/lithosphere/)
* **Branch:** `main`

***

## Binary Name

`lithod`

## Chain Framework

* **Framework:** Cosmos-SDK–based chain
* **Consensus:** CometBFT (Tendermint Core)
* **Execution:** LithoVM (EVM-compatible runtime)

## Source Repository

<https://github.com/KaJLabs/lithosphere/litho-chain>

***

## Pre-built Binary

* **Platform:** Linux x86\_64
* **Binary:** `lithod`

**Latest release binary:**\
<https://github.com/lithosphere-network/litho-chain/releases/latest>

> If no release binary is provided, you can build from source (see below).

***

## Build Instructions (From Source)

### Requirements

* Go ≥ 1.22
* GNU Make
* Linux x86\_64

### Steps

```bash
git clone https://github.com/lithosphere-network/litho-chain
cd litho-chain
make install
```

### This installs:

$GOPATH/bin/lithod

### Verify:

lithod version

## Default Node Directories

```bash
~/.lithod/
├── config/
│   ├── app.toml
│   ├── config.toml
│   ├── genesis.json
├── data/
└── keyring/
```

## Node Startup

```bash
lithod init <moniker> --chain-id lithosphere_700777-2
lithod start
```

## Genesis & Config

genesis.json provided separately (chain launch package)\
Seed & persistent peers injected via config.toml\
Remote signer / HSM supported via CometBFT signer

## Validator Compatibility

Cosmovisor supported\
Remote signer (tmkms / KMS / HSM) supported\
Prometheus metrics enabled

This keeps **all your content in one Markdown file** and uses proper code formatting for commands and paths.\
If you want, I can make an **even cleaner single README.md** that’s ready for GitHub with headings, bolds, and copyable commands. Do you want me to do that?


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.litho.ai/makalu/packages/docs/litho-chain/lithod-linux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
