# Integration With Decentralized Networks

When the parallel code is ready to execute, Parallel AI deploys it via the compute power it has aggregated from decentralized GPU marketplaces, selecting the optimal GPUs/CPUs for the parallel processing task at hand.&#x20;

Each node in the network can execute part of the task, and the system coordinates the distribution and aggregation of results.

Smart contracts are used to verify the correctness of the executed tasks and to handle the distribution of rewards (in the form of tokens or credits) to nodes that contribute their computational power.


---

# 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://parallel-ai.gitbook.io/parallel-ai/technology/integration-with-decentralized-networks.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.
