# What is OORT Storage

OORT Storage (previously known as OORT Storage) is a decentralized object storage service offering secure data storage and retrieval anytime, anywhere.

> "***Our aim is to create a world where natural language is the sole tool needed for data interaction***," says Max (Chong) Li, the founder and CEO of OORT. "*We envision* OORT Storage *to be adopted by more Web3 projects so they don’t need to rely on legacy data infrastructure to manage their data that is supposed to be decentralized. We also believe Web2 users and businesses can benefit a lot since we offer a price that’s up to 80% cheaper than legacy providers*."

With our pricing model, users can enjoy a generous free tier that is always free, as well as pay-as-you-go rates **up to 80% cheaper than AWS**. Our service supports the management of **both hot and cold data**, and we're proud to say that after rigorous internal testing, we've achieved **enterprise-level availability, durability, and latency**.

To enhance and ensure user data privacy, we've implemented more than 27,000 geo-distributed nodes across the globe.

Try DSS for free now: <https://console.oortech.com/signin>

Learn more about OORT Storage and the benefits of decentralized storage: <https://www.oortech.com/storage>

### Comparison of OORT Storage and IPFS

|                                    | OORT Storage                                                                                                                                                                                                                                                                                  | IPFS                                                                                                                                                                                                                                                                                                        |
| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>Purpose</p><p><br></p>          | OORT Storage is designed primarily as a decentralized cloud storage platform. It aims to provide an enterprise-grade secure, private, and cost-effective alternative to traditional centralized cloud storage services like Amazon S3, Google Cloud Storage, or Microsoft Azure Blob Storage. | IPFS is a distributed file system that aims to make the web faster, safer, and more open. It seeks to replace the traditional, centralized model of the internet with a peer-to-peer protocol where each user acts as both a client and a server, sharing and accessing content with others in the network. |
| Storage Type                       | All types                                                                                                                                                                                                                                                                                     | Public data & Cold data                                                                                                                                                                                                                                                                                     |
| Storage method                     | <p>1. Rely on erasure coding (Polar code/LDPC code), breaks files into small pieces.</p><p>2. Pieces are distributed across the OORT infrastructure nodes, ensuring redundancy and data integrity.</p>                                                                                        | Stores data in MerkleDAGs, a tree-like structure that allows for efficient deduplication and versioning.                                                                                                                                                                                                    |
| Retrieval method                   | IP-based retrieval which collects pieces from multiple nodes simultaneously                                                                                                                                                                                                                   | Uses content addressing (CID) in which data is retrieved based on its content rather than its location.                                                                                                                                                                                                     |
| Consensus                          | Proof-of-Honesty (PoH)                                                                                                                                                                                                                                                                        | <p>Proof of Replication</p><p>Proof-of-Space-Time </p>                                                                                                                                                                                                                                                      |
| Enterprise-grade Performance (SLA) | Yes                                                                                                                                                                                                                                                                                           | No                                                                                                                                                                                                                                                                                                          |


---

# 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://docs.oortech.com/oort/oort-storage/what-is-oort-storage.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.
