Skip to content

Commit 168ee89

Browse files
authored
Update retrieval-market.md
1 parent 1167be9 commit 168ee89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basics/what-is-filecoin/retrieval-market.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55

66
# Retrieval market
77

8-
## Basic retrieval
8+
## Basic Retrieval from Filecoin
99

1010
Currently, Filecoin nodes support direct retrieval from the storage miners who originally stored the data. Clients can send retrieval requests directly to a storage provider and pay a small amount of FIL to retrieve their data.
1111

@@ -15,8 +15,8 @@ To request data retrieval, clients need to provide the following information to
1515
- **Payload CID**: Also known as Data CID.
1616
- **Address**: The address initially used to create the storage deal.
1717

18-
## Saturn
18+
## Hot Retrieval from IPFS
1919

20-
[Saturn](https://saturn.tech/) is a Web3 CDN within Filecoin’s retrieval market that serves data stored on Filecoin with low latency and at a low cost. It consists of independent retrieval providers dedicated to efficient, fast, and reliable data retrieval operations.
20+
Since most Filecoin nodes are also IPFS nodes, standard practice has been for Filecoin storage providers to also make available a hot copy of any given stored file through IPFS. Since the algorithm that generates a content address (CID) is the same for both Filecoin and IPFS, the client can request the CID of a file they stored on Filecoin and retrieve it from IPFS, if there is an IPFS node that is able and willing to serve the file.
2121

2222
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/basics/what-is-filecoin/retrieval-market)

0 commit comments

Comments
 (0)