# Masternodes

XDN Masternodes are a fundamental part of the XDN protocol layer and are responsible for processing and validating transactions as well as approving and fulfilling cross-chain protocols.&#x20;

Running a masternode requires a collateral of 2,0000,000 XDN and are rewarded in the following ways:

1. Block rewards -- A percentage of new block rewards are paid to Masternodes by a serialized method which cycles through the list of active nodes.

## How to Setup Your Masternode <a href="#how-to-setup-your-ghostnode" id="how-to-setup-your-ghostnode"></a>

You can set up an XDN Masternode in 5 minutes with our partners [AllNodes](https://www.allnodes.com/xdn/host) and [Ihostmn](https://ihostmn.com/index.php?ref=bMnD8mZG)

There are 2 sides involved to successfully operate Masternodes:

### **Server Side** <a href="#server-side" id="server-side"></a>

This is where all of the work is done. You can either setup and maintain your own server using a VPS, or you can pay a hosting provider to keep your node updated and running smoothly for you. Coins are **not stored** on the server side.

You can find instructions setting up the server side here: <https://github.com/DigitalNoteXDN/DigitalNote-2>

### **Client Side** <a href="#client-side" id="client-side"></a>

This is your supported XDN wallet where your collateral is stored and remains under your full and complete control.

Instructions for each individual wallet can be found on the following page: [QT Wallet MN setup](/support/masternode-setup/client-side/qt-wallet.md)


---

# 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://wiki.digitalnote.org/getting-started/masternodes.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.
