# Masternode

### Masternode

| Topic                                                                                        | Content                                                                                                                                          |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Requirements](https://docs.viction.xyz/masternode/requirements)                             | The base recommendations for running a Masternode Candidate.                                                                                     |
| [Run a full node](https://docs.viction.xyz/masternode/run-a-full-node)                       | This guide shows how to run a Viction Masternode in Testnet and Mainnet without the need of using Docker and `tmn`.                              |
| [Apply Your Node](https://docs.viction.xyz/masternode/apply-your-node)                       | Once the full node is up and running, we walk through how to make it eligible to become a Masternode .                                           |
| [Viction Slashing Mechanism](https://docs.viction.xyz/masternode/viction-slashing-mechanism) | If a Masternode does not sign any blocks during an entire epoch, the Masternode will be kicked out of the Masternode list for the next 5 epochs. |
| [Chain Data Snapshots](https://docs.viction.xyz/masternode/chain-data-snapshots)             | A snapshot is a recording of the state of a blockchain at a particular block height.                                                             |


---

# 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.viction.xyz/masternode.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.
