> For the complete documentation index, see [llms.txt](https://evrylife-web-3-explorer.gitbook.io/evrylife-foundation-wiki-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evrylife-web-3-explorer.gitbook.io/evrylife-foundation-wiki-docs/evrylife-application/evrylife-decentralized-storage-solutions.md).

# Evrylife Decentralized Storage Solutions

The Evrylife application integrates web 3 wallets with decentralized storage solutions to operate the platform and to allow users to display their content on the Evrylife application. When adding content to Evrylife, whether it be a file, basic account data, or conversational data, a connected decentralized data storage provider is needed.

Here are the ways a user can integrate their content or increase storage space so that content can be displayed on the Evrylife application:

1. **Utilizing rewards from staking and mod/dev tasks**

* Rewards can be used to cover costs of storage. The more a user stakes, the more rewards will be earned. Excess rewards are compounded into the user's staking amount which provides users with increased content storage.
* Completing mod tasks or dev tasks also provides users with rewards. These rewards can provide users with increased content storage.

2. **Becoming a service provider or having content already existing on integrated storage solutions used by the Evrylife application**

* Users can become a storage provider by participating in any of the integrated storage solutions and if their content is already hosted on integrated storage providers they can add it to their account and have it displayed in the Evrylife application.

**3. Pay for storage**&#x20;

* Some decentralized data storage integrations on Evrylife may be payable on a monthly or on demand basis. This can be done using a pre funded wallet or by upfront payment to the integrated storage solutions.

As the Evrylife application evolves users will be able to add content through more decentralized storage methods. Initial integrations in the roadmap include IPFS, Crust Network, Filecoin, Arweave, and Ceramic Network.

{% content-ref url="/pages/js36lzvn6zlcsUvLOeuo" %}
[Subscribe to project updates!](/evrylife-foundation-wiki-docs/docs-and-resources/subscribe-to-project-updates.md)
{% endcontent-ref %}


---

# 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://evrylife-web-3-explorer.gitbook.io/evrylife-foundation-wiki-docs/evrylife-application/evrylife-decentralized-storage-solutions.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.
