> For the complete documentation index, see [llms.txt](https://docs.obol.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.obol.org/next/obol-stack.md).

# Obol Stack

- [Introduction](https://docs.obol.org/next/obol-stack/obol-stack.md): A framework for AI agents to run decentralized infrastructure locally
- [Quickstart](https://docs.obol.org/next/obol-stack/quickstart.md): Get started with the Obol Stack in under 10 minutes
- [Build a Profitable Obol Stack](https://docs.obol.org/next/obol-stack/build-a-profitable-stack.md): An end-to-end walkthrough — sync a bounded archive node, build a specialized quant agent on top, expose it as a paid service, and get it discoverable on agent marketplaces.
- [Selling Agent Services](https://docs.obol.org/next/obol-stack/selling-services.md): Sell agent services from your Obol Stack — payment-gated HTTP endpoints, inference, and full agent businesses paid in OBOL or USDC over x402.
- [Set up a Permanent URL](https://docs.obol.org/next/obol-stack/permanent-url.md): Give your stack a permanent public URL with a Cloudflare tunnel, so buyers can reliably reach the services you sell.
- [Installing Networks](https://docs.obol.org/next/obol-stack/installing-networks.md): Deploy blockchain networks on your local Obol Stack
- [Installing Apps](https://docs.obol.org/next/obol-stack/installing-apps.md): Deploy additional applications on your Obol Stack
- [FAQ](https://docs.obol.org/next/obol-stack/faq.md): Frequently asked questions about the Obol Stack


---

# 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://docs.obol.org/next/obol-stack.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.
