# X-Cash Docs

## X-Cash Docs

- [Welcome 👋](https://docs.xcash.foundation/readme.md): The official X-Cash blockchain documentation to get started and develop with X-Cash. Learn the basic functions and join the validation of the blockchain as an elected delegate.
- [Get Started](https://docs.xcash.foundation/api/get-started.md)
- [Blockchain](https://docs.xcash.foundation/api/blockchain.md)
- [DPOPS](https://docs.xcash.foundation/api/dpops.md)
- [Namespace](https://docs.xcash.foundation/api/namespace.md)
- [X-Payment Twitter](https://docs.xcash.foundation/api/xpayment-twitter.md)
- [Interacting with the network](https://docs.xcash.foundation/applications/xcashd.md): Use the X-Cash Daemon (xcashd) to create a node, sync the blockchain and relay transactions.
- [X-Cash Wallet (CLI)](https://docs.xcash.foundation/applications/xcash-wallet-cli.md): Use X-Cash CLI Wallet (xcash-wallet-cli) to interact with a wallet through the terminal
- [WXCASH](https://docs.xcash.foundation/applications/wxcash.md): Get Started to use XCASH on the Ethereum and Polygon network.
- [Export blockchain file](https://docs.xcash.foundation/applications/xcash-blockchain-export.md): Use X-Cash Blockchain Export (xcash-blockchain-export) to create a raw file of the blockchain
- [Import blockchain file](https://docs.xcash.foundation/applications/xcash-blockchain-import.md): Use X-Cash Blockchain Import (xcash-blockchain-import) to import a raw file of the blockchain
- [RPC Calls](https://docs.xcash.foundation/applications/rpc-calls.md)
- [xcash-wallet-rpc](https://docs.xcash.foundation/applications/rpc-calls/xcash-wallet-rpc.md): Use X-Cash RPC Wallet (xcash-wallet-rpc) to interact with a wallet through JSON-RPC commands
- [DPoPS Wallet RPC calls](https://docs.xcash.foundation/applications/rpc-calls/xcash-wallet-rpc/dpops-wallet-rpc-calls.md): This page contains every Wallet RPC calls related to DPoPS functions.
- [Namespace Wallet RPC calls](https://docs.xcash.foundation/applications/rpc-calls/xcash-wallet-rpc/namespace-wallet-rpc-calls.md): This page contains every Wallet RPC calls related to Namespace functions.
- [xcash-daemon-rpc](https://docs.xcash.foundation/applications/rpc-calls/json-rpc-methods.md): Use X-Cash RPC Daemon (xcash-daemon-rpc) to interact with a daemon through JSON-RPC commands
- [Other Daemon RPC Calls](https://docs.xcash.foundation/applications/rpc-calls/json-rpc-methods/other-daemon-rpc-calls.md)
- [Tools For Builders](https://docs.xcash.foundation/applications/tools-for-builders.md)
- [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.
- [Get Started](https://docs.xcash.foundation/remotedata/get-started.md)
- [Register](https://docs.xcash.foundation/remotedata/register.md)
- [Renew](https://docs.xcash.foundation/remotedata/renew.md): As an X-Cash namespace owner, you will need to renew your namespace every year.
- [Manage](https://docs.xcash.foundation/remotedata/manage.md): As an X-Cash namespace owner, you can stake update data associated with it.
- [Delegate Management](https://docs.xcash.foundation/remotedata/delegate-management.md): Once your server is set up and the necessary programs installed, you will be able to set your register/renewal price as a delegate.
- [Get Started](https://docs.xcash.foundation/turbotx/get-started.md)
- [Introduction](https://docs.xcash.foundation/turbotx/introduction.md)
- [Send](https://docs.xcash.foundation/turbotx/send.md): How to send a turbo tx.
- [Receive](https://docs.xcash.foundation/turbotx/receive.md): How to receive turbo tx
- [Yellowpaper - Hybrid Transactions](https://docs.xcash.foundation/library/yellowpaper-hybrid-transactions.md)
- [DPOPS beta V2](https://docs.xcash.foundation/archived/dpops-beta.md): Set of instructions to participate in the phase 2 of the DPOPS beta.
- [DPOPS Manual Installation](https://docs.xcash.foundation/archived/dpops-manual-installation.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.xcash.foundation/readme.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.
