# PartnerChain Architecture

Vola Network adopts a PartnerChain architecture to combine the strengths of multiple blockchain ecosystems into a single, coherent design. In this model, core responsibilities of a blockchain are deliberately separated: security and decentralization are anchored to Cardano, while application logic and runtime flexibility are implemented using the Polkadot SDK.

This approach allows Vola to focus on building advanced decentralized cloud functionality like storage, compute coordination, and economic logic, without compromising on security or long-term resilience.

#### **Independent Runtime With Shared Security**

The Vola chain is built as a fully functional blockchain using the Polkadot SDK. In its current state, it can operate independently, with all application logic executing natively within its runtime. This includes:

* Storage commitments and availability proofs
* Node performance tracking
* Economic incentives and staking logic
* Governance and protocol upgrades

All components work together to form a solid, self-contained foundation for the Vola ecosystem.

{% hint style="info" %}

#### The PartnerChain architecture is based on open research and tooling developed by Input Output Global. Additional technical details can be found in the official [PartnerChain documentation.](https://github.com/input-output-hk/partner-chains)

{% endhint %}


---

# 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/architecture-overview/partnerchain-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.
