> For the complete documentation index, see [llms.txt](https://wiki.immu3.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.immu3.io/integrators/architecture-by-layers/pollinationx-decentralized-storage-infra.md).

# PollinationX Decentralized Storage Infra

### Let's Start

Because there was no available out-of-the-box solution, PollinationX (i.e. PX) was developed by a separate team within the CR Systems. PX also acts as a stand-alone solution, otherwise powering various integrator email, messaging and data file transfer use cases.&#x20;

### Features

* Self-custodial storage
* Communication data is accessible only to the private key owner
* Integrator [APIs](https://wiki.pollinationx.io/developer-section/api-reference) and [SDK](https://wiki.pollinationx.io/developer-section/pollinationx-sdk) tooling
* IPFS, BTFS, and FileCoin (phases 1 & 2) support
* [Multi-chain](https://wiki.pollinationx.io/overview/supported-networks-and-storages) availability
* Based on EVM, TypeScript and Solidity frameworks&#x20;
* Monetization via data package dynamic [PX NFTs](https://wiki.pollinationx.io/overview/px-storage-nft) and PX Bandwidth

### Usage with the OCC SDK

For detailed usage instructions of this package, please refer to the [wiki](https://wiki.4thtech.io/docs/sdk/storage).

However, a brief overview is provided below:

```
import { PollinationX } from '@4thtech-sdk/storage';
```

After importing, you can use the package as required by your project.

### Resources

{% embed url="<https://wiki.pollinationx.io/>" %}

{% embed url="<https://github.com/4thtech/sdk-js/tree/main/packages/storage>" %}

{% embed url="<https://github.com/pollinationx/>" %}

{% embed url="<https://www.npmjs.com/package/@pollinationx/core>" %}


---

# 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://wiki.immu3.io/integrators/architecture-by-layers/pollinationx-decentralized-storage-infra.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.
