đžCheck for Filecoin Deals
Filecoin deal is created for all files uploaded to Lighthouse. Here is an example of how to view the deal status. A Filecoin deal refers to an agreement between a client and a storage miner to store data in the Filecoin network. Once a deal is made, the storage miner receives the data to store and must repeatedly prove to the chain that they are still storing the data according to the agreement in order to receive rewards
Let's see what response parameters actually mean:
chainDealID: you can search deals on Filfox, Starboard.. using the chainDealID ex: https://filfox.info/en/deal/23410543
storageProvider: miner that has stored the aggregated CAR file
startEpoch: epoch on Filecoin chain when the deal is started
endEpoch: epoch on Filecoin chain when the deal will end
dealStatus: current status of deal
dealUUID: UUID for given deal
pieceCID: piece CID of aggregated CAR (include padding added at the end of the file to make total file size 2^n)
payloadCid: payload CID of aggregated CAR (does not include padding)
Last updated