# Storage and Computation

The creator of the IP and data should not just get ownership of the asset, but also full control over the conditions attached to the IP. We developed an architecture to make it controllable and transparent.

![](/files/fnarvwRQo8tbo168MLvh)

### We leverage the infrastructure to store data in an extremely secure method. The main capabilities are:

* Data owners can make available their data and get some rewards/benefits when others get access to it
* Allows an easy data publishing or data access from the users.
* Provides a Decentralized access control where untrusted members can feel confident that other members of the system will pay honestly
* Supports free or paid access scenarios
* All the interactions related with the assets or services (when created in the system, who has access, when access was granted, etc.) is tracked

![](/files/EdhmQoO4r1NiqoYOvsLc)

### To make scientific computation in secure way we provide the following main capabilities are:

* The data never moves, algorithm goes where data is stored
* Consumer never get access to the real data
* The algorithm is moved where the data is stored and an ephemeral environment is created to support the computation
* All the access control and execution is controlled via the integration with the service agreements
* Can be run in cloud providers or non-premise


---

# 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://docs.metadesci.ai/metadesci-platform/storage-and-computation.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.
