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

# Constellation

- [Overview](https://docs.nodeset.io/constellation/introduction.md): Constellation is a protocol built on Rocket Pool which improves its capital efficiency and scalability while reducing asset concentration risk -- all without compromising on the base security model.
- [xrETH](https://docs.nodeset.io/constellation/xreth.md): xrETH is a liquid Ether staking token which receives the same rewards as solo staking
- [xRPL](https://docs.nodeset.io/constellation/xrpl.md): xRPL is an RPL liquid staking token which grows in value against RPL based on the rate of the Rocket Pool protocol's native RPL emissions
- [Constellation vs Others](https://docs.nodeset.io/constellation/constellation-vs-others.md): Understand the differences in risks, returns, and responsibilities
- [Risks and Mitigations](https://docs.nodeset.io/constellation/risks-and-mitigations.md): Understand the mechanisms designed to keep assets in Constellation safe
- [Node Operators](https://docs.nodeset.io/constellation/node-operators.md)
- [Node Operator Guide](https://docs.nodeset.io/constellation/node-operator-guide.md): Constellation User Guides for NodeSet Operators
- [Overview](https://docs.nodeset.io/constellation/node-operator-guide/overview.md)
- [Prerequisites](https://docs.nodeset.io/constellation/node-operator-guide/prerequisites.md)
- [Registering your Node with Constellation](https://docs.nodeset.io/constellation/node-operator-guide/registering-your-node-with-constellation.md)
- [Creating and Running Minipools](https://docs.nodeset.io/constellation/node-operator-guide/creating-and-running-minipools.md)
- [Rewards Algorithm](https://docs.nodeset.io/constellation/node-operator-guide/rewards-algorithm.md): Detailed description of how node operator rewards are calculated for Constellation
- [Administrator](https://docs.nodeset.io/constellation/administrator.md): The administrator keeps the system stable by adjusting protocol parameters, approving new operators, and ejecting underperforming operators.
- [Treasurer](https://docs.nodeset.io/constellation/treasurer.md)
- [FAQ](https://docs.nodeset.io/constellation/faq.md)
- [Security Information](https://docs.nodeset.io/constellation/security-information.md)


---

# 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.nodeset.io/constellation.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.
