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

# Delegate node & staking

- [Get Started](https://docs.xcash.foundation/dpops/get-started.md): X-Cash DPoPS (Delegated-Proof-of-Private-Stake) is a variation of DPoS and DBFT consensus.‌
- [Technical Design](https://docs.xcash.foundation/dpops/yellowpaper-delagated-proof-of-private-stake.md)
- [Server Setup Guide](https://docs.xcash.foundation/dpops/server-setup.md): This guide is aimed at people not familiar with Linux servers or hosting services.
- [Node Program Installation](https://docs.xcash.foundation/dpops/node-installation.md): A step-by-step guide to install and set up the DPoPS program on your XCASH node and become a delegate.
- [Register Delegate](https://docs.xcash.foundation/dpops/register-delegate.md): Once your server is set up and the necessary programs installed, you will be able to register yourself as a delegate.
- [Management & Monitoring](https://docs.xcash.foundation/dpops/management-and-monitoring.md): This section is designed to gather steps for managing the different services around the xcash-dpops program, getting logs and monitoring the activity.
- [Vote & Staking](https://docs.xcash.foundation/dpops/vote-and-staking.md): As an X-Cash holder, you can stake your delegate and vote for a preferred delegate. Follow the guide below to learn more about voting & staking.


---

# 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.xcash.foundation/dpops.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.
