# Why Use Arweave?

Web3 storage is broken.

Some collections are stored on centralized services such as AWS, or Google Drive. The problem with this is that the owner has **full control** over the content being hosted.

If their server goes down, or someone alters them — poof. That NFT now references a dead link, nothing.&#x20;

### Using IPFS

The majority of collections now use IPFS, more akin to old-school torrenting. As long as there is a peer with your data, it will be available and readily accessible. IPFS, however, also suffers from an issue which makes it somewhat problematic for hosting NFT collections.&#x20;

The problem in question is what is known as **garbage collection**.&#x20;

If IPFS deems your content unnecessary, it will be 'garbage collected'. Fortunately this can be easily avoided by 'pinning' your content through an IPFS service, but then we’re back to square one — having to consistently pay a node to keep your data hosted.

### Arweave's Solution

Storing a collection on Arweave is **pay once, store forever**.

Project owners can have peace of mind their hard work is **permanent,** and easily accessible.

Secondly, this provides brilliant **buyer safety**, increasing the levels of trust between you and your community. Being able to tell your collectors "hey, your NFT data is stored here, and it always will be stored here" is a great way to ensure confidence.


---

# 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://fortify.gitbook.io/fortify/overview/why-use-arweave.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.
