# Vola DePIN Infrastructure

#### **Vola Storage**

Vola Storage forms the backbone of the decentralized cloud, enabling users and enterprises to store data in a confidential, resilient, and verifiably available environment.

Key characteristics include:

* **Distributed Data Storage**\
  Files are encrypted on the client, split into smaller chunks, and distributed across multiple storage nodes. No single node ever has access to full file contents or encryption keys.
* **Verifiable Data Availability (DOP)**\
  Nodes continuously prove that they are storing required file segments through the Data Ownership Proof (DOP) mechanism. These proofs are: randomly challenged, cryptographically verifiable & recorded on-chain. This ensures continuous integrity without trusting node operators.
* **Decentralized Access Control**\
  File ownership, permissions, and sharing rights will be anchored on-chain, enabling fully trustless access management between users.

#### **On-Chain Monitoring & Reputation**

Vola introduces a transparent, cryptographically enforced monitoring system that evaluates every node in real time.

#### **Two primary metrics define node reputation:**

1. **Data Proof Score (DOP Score)**

   Measures whether a node correctly responds to storage challenges over time.\
   A rolling weighted score ensures that both current and historical behavior influence reliability.
2. **User Experience Score**

   Evaluates real-world performance indicators such as:

   * Upload/download consistency
   * Latency deviations
   * Speed patterns\
     This data is aggregated from trusted sources and normalized to remove bias from end-user internet variability.

   Both scores feed into the node’s Utility Score, which determines reward allocation each epoch.

#### **Reward Distribution Model**

Rewards are distributed proportionally to a node’s contribution to the network’s storage and compute needs, weighted by performance and reliability.

High-level components include:

* **Node Stake**: economic commitment
* **Utility Score**: combined DOP + UX performance
* **Reward Pool**: fixed monthly token emission
* **Node Weight**: determines earned rewards

Nodes with better performance, higher uptime, and consistent proof completion earn more tokens.

***

#### **Vola Compute**

Vola Compute extends decentralized infrastructure beyond storage, enabling distributed computation across the same network of nodes.

* **Programmable Compute Tasks**
* **Performance-Based Incentives**

More info to be released soon.

#### **Why DePIN?**

Traditional cloud infrastructure is centralized, opaque, and vulnerable to outages or geopolitical restrictions. DePIN unlocks:

* **User-owned cloud infrastructure**
* **Global distribution without centralized failure points**
* **Transparent performance metrics**
* **Market-driven pricing and incentives**
* **Censorship-resistant data and compute**

For enterprises, institutions, and emerging markets, Vola DePIN delivers a resilient, auditable, and sovereign cloud layer that can operate independently from centralized hyperscalers.


---

# 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://wp.vola.network/vola-network/vola-depin-infrastructure.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.
