> 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/learn/readme/learn-about-obol.md).

# Learn About Obol

Obol is deeply embedded in Ethereum, working with node operators, staking protocols, and institutions to advance the staking ecosystem.

The team and community come from the early Proof-of-Stake era, including contributors to the original Ethereum Staking Launchpad, and continue to focus on the important work that helps Ethereum scale while remaining decentralized.

This section is a starting point for the core topics behind Obol and how it fits into Ethereum staking today.

***

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Staking Fundamentals</strong></td><td>Definitions for distributed validators, clusters, key shares, and all other lingo.</td><td><a href="/pages/tJd6226PxXEtJq8E8lau">/pages/tJd6226PxXEtJq8E8lau</a></td><td><a href="/files/7xUuAsxFkqH71htsnsjg">/files/7xUuAsxFkqH71htsnsjg</a></td></tr><tr><td><strong>How Charon Works</strong></td><td>Dig into Charon, our middleware that enables DVT.</td><td><a href="/pages/bgo5UVPXYN7LvwPKMwr6">/pages/bgo5UVPXYN7LvwPKMwr6</a></td><td><a href="/files/sh9EDMsWe1RxzQC5kCOe">/files/sh9EDMsWe1RxzQC5kCOe</a></td></tr><tr><td><strong>The Obol Launchpad</strong></td><td>A one-stop shop to deploy validators, explore operators, or claim rewards.</td><td><a href="/pages/ktQMTXCo1Ozq01XDIkrk">/pages/ktQMTXCo1Ozq01XDIkrk</a></td><td><a href="/files/qMWQlpo7TCq1hKheSWXb">/files/qMWQlpo7TCq1hKheSWXb</a></td></tr><tr><td><strong>The Obol Token</strong></td><td>Details on the OBOL token utility and mechanics.</td><td><a href="/pages/MQMUbYD3d8KXcudmTt5y">/pages/MQMUbYD3d8KXcudmTt5y</a></td><td><a href="/files/UIPxeFpbswMKr6vmaIDF">/files/UIPxeFpbswMKr6vmaIDF</a></td></tr><tr><td><strong>How Obol Is Unique</strong></td><td>Comparison of Obol's middleware design with other DV implementations.</td><td><a href="/pages/waDiekVyLkKWLIcJysgE">/pages/waDiekVyLkKWLIcJysgE</a></td><td><a href="/files/bOAUlqhNu8YZEYdZRw6E">/files/bOAUlqhNu8YZEYdZRw6E</a></td></tr><tr><td><strong>FAQs</strong></td><td>Answers to common questions that have been raised in our community.</td><td><a href="/pages/hy374yvFELmlWfjhd5Ow">/pages/hy374yvFELmlWfjhd5Ow</a></td><td><a href="/files/tz9dgkot3wjYLf73q1yC">/files/tz9dgkot3wjYLf73q1yC</a></td></tr></tbody></table>


---

# 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/learn/readme/learn-about-obol.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.
