> For the complete documentation index, see [llms.txt](https://docs.2pm.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2pm.network/overview/architecture.md).

# Architecture

2PM.Network's architecture is designed as a modular, scalable framework built on blockchain technology to facilitate privacy-preserving computation and data utilization.&#x20;

### Infrastructure and Framework

At its core, the network employs Fully Homomorphic Encryption (FHE) and Federated Learning, enabling secure and private data processing and AI model training. The infrastructure also includes specialized contracts and tools that handle data storage, encryption, and standardization, ensuring data integrity and accessibility.

| Solutions                        | Foundations                                         | 2PM Products                   |
| -------------------------------- | --------------------------------------------------- | ------------------------------ |
| Data Storage and Access Solution | 0G Data Availability Layer and ZKPass               | 2PM Data VSIES Service and SDK |
| Privacy Training Solution        | Fully Homomorphic Encryption and Federated Learning | 2PM Node Framework             |
| Verification Solution            | Any Blockchains and Restaking Protocols             | 2PM Verification Client        |

***

### Ecosystem and Application

On the application side, 2PM.Network incorporates APIs for AI inference. It also features an innovative monetization system through the use of Royalty Tokens for each AI subnets, which ensures that contributors to AI subnets are rewarded for their input and efforts. This architecture also facilitates the expansion of the network across various blockchain ecosystems through 2PM DAO, making it robust and adaptable for future growth and integration.

| Solutions                          | Foundations     | 2PM Products                                                    |
| ---------------------------------- | --------------- | --------------------------------------------------------------- |
| Inference Solution                 | Oracles         | 2PM Node Server API                                             |
| Model IP and Monetization Solution | Story Protocol  | AI Model IP Assets / Royalty Token / 2PM Contribution Algorithm |
| Expansion and Governance Solution  | Any Blockchains | 2PM DAO                                                         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.2pm.network/overview/architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
