# Partner Chain Architecture

### Overview

Vola Network is a Substrate-based Cardano Partner Chain designed to serve as a decentralized infrastructure layer, initially for storage, and in future iterations, for compute and GPU resources. By leveraging IOG's Partner Chain framework, Vola operates as a sovereign blockchain while anchoring its security and settlement capabilities to the broader Cardano ecosystem.

This architecture allows Vola to optimize specifically for:

* **DePIN** (Decentralized Physical Infrastructure Networks).
* **Decentralized compute and AI workloads.**
* **Large-scale infrastructure coordination.**

Rather than being constrained by the execution requirements of a general-purpose Layer 1, Vola is purpose-built for infrastructure; enabling it to scale and perform in ways that a shared, multi-purpose chain cannot.

### Partnerchain Architecture

Vola's relationship with Cardano is not that of a sidechain or a dependent rollup.

As a Partner Chain, Vola is a sovereign blockchain. It governs its own consensus, execution, and state. What it inherits from Cardano is security and settlement, giving it the best of both worlds: the autonomy to optimize for infrastructure use cases, and the trust guarantees of an established Layer 1 ecosystem.

This design is intentional. Infrastructure workloads such as storage proofs, compute job scheduling, resource discovery, have very different performance and throughput requirements compared to general DeFi or smart contract activity. By operating as a dedicated Partner Chain, Vola avoids competing for block space and execution resources on the base layer, while still benefiting from Cardano's security primitives.


---

# 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/docs/vola-architecture/partner-chain-architecture.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.
