# Intro to Decentralized Storage File Hosting Service

### True Self-custodial Data Management

PX dApp is a decentralized storage-based app that enables users to store and access files online in a true self-custodial and permissionless way. The service syncs stored documents, photos and other types of data files across all the user's devices, that support Web3 wallets.

### **Features**

* Pseudonymous communication via Web3 login
* Multi-chain wallet interoperability via MetaMask or Wallet Connect
* Robust and resistant to Web2 data mining, data ownership loss & phishing
* Self-custodial and immutable
* Data access is possible only with users' private key
* Multiple accounts possibility
* Self-client custody (e.g. in the case of dApp downtime, the open-source UI client is available)
* Multi-chain
* Storage unit based on [PX NFTs](https://wiki.pollinationx.io/overview/px-storage-nft).

{% hint style="success" %}
**Explainer:** PX dApp uses PollinationX storage NFTs to enable data file storage over decentralized storage networks. Every user is eligible for the first `100MB` storage NFT. To increase data storage capacity an additional storage NFT needs to be added to the wallet. Users can mint PollinationX decentralized storage NFTs according to their needs (e.g. 5GB, 20GB, 100GB). Storage is available until used.
{% endhint %}


---

# 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://wiki.immu3.io/integrators/clients-and-tools/intro-to-decentralized-storage-file-hosting-service.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.
