# For Verifiable Content

Leveraging the Filecoin network to store data stored using WebMingle ensures that the content is available for retrieval, ensuring that the content-based addressing provided by IPFS remains resilient over time. Filecoin uses a variety of approaches to accomplish this mission, including novel cryptography, consensus protocols, and game-theoretic incentives—but perhaps the most important of these is Filecoin’s unique approach to verification of storage.

**Filecoin's storage** verification system solves a previously intractable problem with decentralized storage: How do storage providers prove that they actually store data for what they say they are over a period of time? Filecoin's proof algorithm is responsible for this verification:

**Copy proof Prove** that a given storage provider is storing a unique copy of the customer's original data.

**Time and space proof Proof that customer data is stored continuously over time.**

In addition to this proof system, the Filecoin network relies on game-theoretic incentives to deter malicious or inadvertent activity. In order to become a Filecoin storage provider, all potential providers must provide collateral in the form of FIL when agreeing to a storage transaction. Additionally, any storage provider that fails the proof-of-space-time check will be penalized, lose a portion of the collateral, and ultimately be unable to offer storage to customers again.


---

# 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://webmingle.gitbook.io/untitled/decentralized-storage/for-verifiable-content.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.
