block-quote On this pagechevron-down
Obol Stack Quickstart Get started with Obol Stack in under 5 minutes
This guide walks you through installing the Obol Stack, setting up an AI agent, and optionally deploying a blockchain network.
Docker installed and running on your machine.
macOS or Linux operating system.
At least 8 GB of RAM available.
Step 1: Install Obol Stack
Run the bootstrap installer:
Copy bash <( curl -s https://stack.obol.org ) The installer will:
Validate that Docker is running.
Install the obol CLI binary and dependencies (kubectl, helm, k3d, helmfile, k9s).
Configure your PATH and add obol.stack to /etc/hosts.
Offer to start the cluster immediately.
Copy bash <( curl -s https://stack.obol.org ) Files are installed to:
Data: ~/.local/share/obol/
Copy OBOL_RELEASE = v0.1.0 bash <( curl -s https://stack.obol.org )
Copy git clone https://github.com/ObolNetwork/obol-stack.git
cd obol-stack
OBOL_DEVELOPMENT = true ./obolup.sh Development mode uses a local .workspace/ directory and runs go run instead of a compiled binary.
Step 2: Start the stack
Step 3: Set up the AI agent
Initialize an OpenClaw agent instance:
This walks you through choosing a model provider:
Ollama (local, free) - if Ollama is detected on your machine
Anthropic or OpenAI - routed through the in-cluster llmspy gateway
Once complete, open the agent dashboard:
Each agent is automatically provisioned with an Ethereum signing wallet (via the remote-signer service). The wallet address is displayed during setup.
circle-check
You can reconfigure the model provider at any time with obol openclaw setup.
Step 4: Deploy a blockchain network (optional)
Install an Ethereum node on the Hoodi testnet:
Deploy it to the cluster (replace with your deployment ID):
circle-exclamation
Replace the ID with the actual deployment ID shown in your terminal output (e.g., knowing-wahoo).
Check the deployment:
Step 5: Explore
Stopping and cleaning up
circle-exclamation
obol stack purge -f is irreversible. It removes all cluster data and configuration.
FAQ - Common questions and troubleshooting.