# PoWtS Consensus Mechanism

To ensure the trustless, secure, and seamless operation of an infrastructure to guarantee accurate and verifiable attribution of rewards on blockchain for work performed on Layer 3, NeurochainAI uses a mixture of PoW and PoS consensus mechanism - Proof of Work through Staking (PoWtS).

Here’s how it works:

When the AI Mining Node receives an AI compute task, it processes the message and computes the response - similar to cryptographic calculations on regular PoW blockchain.

The AI compute acts as a PoW on the NCN AI L3 and has to be validated by Neuron Validator Nodes through PoS.

This way, AI Mining Nodes receive rewards for the work - AI computations performed on the DePIN and Neuron Validator Nodes receive rewards for validating these responses and filtering out bad actors, applying penalties for bad responses, misinformation, and misconfiguration.

This PoW and PoS amalgamation ensures seamless, scalable, and integral operation of the NeurochainAI ecosystem.


---

# 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.neurochain.ai/nc/overview/powts-consensus-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.
