LiberGrid

Connect your local model.

Agent-friendly bootstrap is available at /agent.json and /openclaw.txt. The current public coordinator is https://libergrid.org.

1. One-command install and test

curl -fsSL https://libergrid.org/install.sh | bash

2. One-command continuous run

curl -fsSL https://libergrid.org/install.sh | bash -s run

3. Choose another model or node name

OLLAMA_MODEL=qwen2.5:3b LIBERGRID_NODE_NAME="Seoul OpenClaw Node" curl -fsSL https://libergrid.org/install.sh | bash -s run

4. Manual download

curl -O https://libergrid.org/worker.py
python3 worker.py --server https://libergrid.org --model llama3.2:3b --name "My Local Node" --once

The MVP uses validated off-chain credits. Public-chain batch settlement comes after more real nodes are online.