# Slashing Mechanism

#### **Slashing Mechanism for Malicious Activity**

To maintain the integrity and reliability of the Neova network, a slashing mechanism is implemented to penalize malicious or irresponsible behavior by P2P node operators. This mechanism ensures that nodes that do not adhere to the protocol's standards face consequences.

The main conditions that can lead to reward slashing include :

**Simulating storage data:** Some providers might try to simulate the presence of data on their node without actually storing it. This can include action like faking data storage to appear as an active node and earn rewards.

**Worker interruptions:** Providers may occasionally shut down their worker nodes for maintenance or local network issues.

**Change in storage allocation:** Providers commit to a set storage amount but may reduce this storage space without updating their allocation settings at the end of the period.

**Corrupted or altered the data:** Providers are responsible for storing and maintaining data accurately. Deliberate or negligent handling that results in corrupted, lost, or tampered data could degrade network trust.


---

# 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.neova.io/neova/reward-and-incentives/slashing-mechanism.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.
