# Scientific Compute

Scientific Compute is Picoin’s long-term infrastructure layer for distributed scientific and AI workloads.

The system is designed to support future workloads such as:

* AI inference;
* distributed GPU tasks;
* scientific simulations;
* data processing;
* mathematical computation;
* open-source AI execution.

The protocol currently implements the accounting and governance foundation for this future marketplace directly in L1.

The actual compute marketplace will later evolve into a dedicated L2 execution layer.


---

# 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://solvency.gitbook.io/picoin/core-concepts/scientific-compute.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.
