# 2PM.Network

## 2PM.Network

- [What is 2PM.Network](https://docs.2pm.network/overview/what-is-2pm.network.md): "2PM" Stands for Privacy, Public, Model
- [Architecture](https://docs.2pm.network/overview/architecture.md)
- [FAQ](https://docs.2pm.network/overview/faq.md)
- [Official Social Channels](https://docs.2pm.network/overview/official-social-channels.md)
- [What is Data VSIES and why is it important](https://docs.2pm.network/2pm-data-vsies-service/what-is-data-vsies-and-why-is-it-important.md)
- [\[V\] Data Validation (ZK)](https://docs.2pm.network/2pm-data-vsies-service/v-data-validation-zk.md)
- [\[SI\] Data Standardization and Index](https://docs.2pm.network/2pm-data-vsies-service/si-data-standardization-and-index.md)
- [\[E\] Data Encryption Client (FHE)](https://docs.2pm.network/2pm-data-vsies-service/e-data-encryption-client-fhe.md)
- [\[S\] Data Storage and Access](https://docs.2pm.network/2pm-data-vsies-service/s-data-storage-and-access.md)
- [Data VSIES SDK](https://docs.2pm.network/2pm-data-vsies-service/data-vsies-sdk.md)
- [Modular Architecture](https://docs.2pm.network/node-framework/modular-architecture.md)
- [Federated Learning](https://docs.2pm.network/node-framework/federated-learning.md)
- [Horizontal Federated Learning Task](https://docs.2pm.network/node-framework/federated-learning/horizontal-federated-learning-task.md)
- [Logistic Regression Task](https://docs.2pm.network/node-framework/federated-learning/logistic-regression-task.md)
- [On-chain Secure Aggregation](https://docs.2pm.network/node-framework/federated-learning/on-chain-secure-aggregation.md)
- [Typical Scenarios](https://docs.2pm.network/node-framework/federated-learning/typical-scenarios.md)
- [FHE Machine Learning](https://docs.2pm.network/node-framework/fhe-machine-learning.md)
- [Built-in Models](https://docs.2pm.network/node-framework/fhe-machine-learning/built-in-models.md)
- [Deep Learning](https://docs.2pm.network/node-framework/fhe-machine-learning/deep-learning.md)
- [Typical Scenarios](https://docs.2pm.network/node-framework/fhe-machine-learning/typical-scenarios.md)
- [Task Submission](https://docs.2pm.network/node-framework/task-submission.md)
- [Running a 2PM Node](https://docs.2pm.network/node-framework/running-a-2pm-node.md)
- [Installation](https://docs.2pm.network/node-framework/running-a-2pm-node/installation.md): The Node Framework is currently undergoing testing and will be released soon.
- [Chain Connector Configuration](https://docs.2pm.network/node-framework/running-a-2pm-node/chain-connector-configuration.md)
- [Data Preparation](https://docs.2pm.network/node-framework/running-a-2pm-node/data-preparation.md)
- [Joining a Subnet](https://docs.2pm.network/node-framework/running-a-2pm-node/joining-a-subnet.md)
- [Node Staking and Slash Mechanism](https://docs.2pm.network/security-and-verification/node-staking-and-slash-mechanism.md)
- [Running Verification Client](https://docs.2pm.network/security-and-verification/running-verification-client.md)
- [EigenLayer](https://docs.2pm.network/security-and-verification/running-verification-client/eigenlayer.md)
- [Mind Network](https://docs.2pm.network/security-and-verification/running-verification-client/mind-network.md)
- [Restaking and Delegation](https://docs.2pm.network/security-and-verification/restaking-and-delegation.md)
- [2PM Node Inference API](https://docs.2pm.network/model-inference/2pm-node-inference-api.md)
- [Posting Request to a Subnet Model](https://docs.2pm.network/model-inference/posting-request-to-a-subnet-model.md)
- [Getting Inference Results on Chain](https://docs.2pm.network/model-inference/getting-inference-results-on-chain.md)
- [Oracle Adapters](https://docs.2pm.network/model-inference/getting-inference-results-on-chain/oracle-adapters.md): This section introduces how to use chainlink to implement external oracle adapters
- [AI Model IP Assets](https://docs.2pm.network/monetization-and-incentives/ai-model-ip-assets.md)
- [Distribution Algorithm](https://docs.2pm.network/monetization-and-incentives/distribution-algorithm.md)
- [Build Subnets](https://docs.2pm.network/2pm-dao/build-subnets.md)
- [Establishing New Subnets](https://docs.2pm.network/2pm-dao/build-subnets/establishing-new-subnets.md)
- [General Requirements](https://docs.2pm.network/2pm-dao/build-subnets/general-requirements.md)
- [Data Schema Definition](https://docs.2pm.network/2pm-dao/build-subnets/data-schema-definition.md)
- [Model Selection](https://docs.2pm.network/2pm-dao/build-subnets/model-selection.md)
- [Task Implementation](https://docs.2pm.network/2pm-dao/build-subnets/task-implementation.md)
- [$DMP Token](https://docs.2pm.network/2pm-dao/usddmp-token.md)
- [Subnets on Testnets](https://docs.2pm.network/deployed-smart-contracts/subnets-on-testnets.md)
- [Local Deployment Guideline](https://docs.2pm.network/deployed-smart-contracts/local-deployment-guideline.md)
- [Partners](https://docs.2pm.network/ecosystem/partners.md)
- [Use Cases](https://docs.2pm.network/ecosystem/use-cases.md)
- [Private Personalized Recommendation](https://docs.2pm.network/ecosystem/use-cases/private-personalized-recommendation.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.2pm.network/overview/what-is-2pm.network.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.
