# Archive

- [API (legacy)](https://docs.xcash.tech/archive/api-legacy.md)
- [Get Started](https://docs.xcash.tech/archive/api-legacy/get-started.md)
- [Blockchain](https://docs.xcash.tech/archive/api-legacy/blockchain.md)
- [DPOPS](https://docs.xcash.tech/archive/api-legacy/dpops.md)
- [WXCASH (legacy)](https://docs.xcash.tech/archive/wxcash.md): Get Started to use XCASH on the Ethereum and Polygon network.
- [Tools For Builders (legacy)](https://docs.xcash.tech/archive/tools-for-builders.md)
- [Delegate node & staking (legacy)](https://docs.xcash.tech/archive/delegate-node-and-staking-legacy.md)
- [Get Started](https://docs.xcash.tech/archive/delegate-node-and-staking-legacy/get-started.md): X-Cash DPoPS (Delegated-Proof-of-Private-Stake) is a variation of DPoS and DBFT consensus.‌
- [Technical Design](https://docs.xcash.tech/archive/delegate-node-and-staking-legacy/yellowpaper-delagated-proof-of-private-stake.md): Paper version: https://x-network.io/whitepaper/XCASH\_Yellowpaper\_DPoPS.pdf
- [Server Setup Guide](https://docs.xcash.tech/archive/delegate-node-and-staking-legacy/server-setup.md): This guide is aimed at people not familiar with Linux servers or hosting services.
- [Node Program Installation](https://docs.xcash.tech/archive/delegate-node-and-staking-legacy/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.tech/archive/delegate-node-and-staking-legacy/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.tech/archive/delegate-node-and-staking-legacy/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.tech/archive/delegate-node-and-staking-legacy/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: 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:

```
GET https://docs.xcash.tech/archive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
