# CWPM

### **Concealed Work Proof Mode (CWPM) in Pinede**

#### **Data Encryption and Secure Signing**

* Workload data is encrypted at the device level to protect sensitive information, followed by signing with the device’s private key.
* This encryption ensures data privacy, with Zero-Knowledge Proof technology available for verification without revealing the raw data.

#### **Oracle’s Verification and Secure Transmission**

* The oracle first confirms the encrypted data’s signature, then securely transmits it to rule engines and connectors.
* The Security Standard Score (SSS) and Connectivity Index (CI) are assessed during transmission to ensure data security and integrity.

#### **Confidential Computing and ZK Proofs**

* In a confidential computing environment, the encrypted data is decrypted, and physical work statements are generated.
* Zero-Knowledge Proof technology generates proofs for verifying work statements without disclosing specific data details.

#### **Adaptive Reward Mechanisms in Smart Contracts**

* Smart contracts receive the verified work statements and ZK proofs, adjusting the reward mechanism based on the Scalability Score (SS) and Intelligence Level (IL).
* The reward system also considers the Environmental Impact Factor (EIF) to promote environmentally friendly and efficient operations of devices.


---

# 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://pinede.gitbook.io/pinede/cwpm.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.
