Skip to content

Commit

Permalink
Update marketplace.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstir authored Apr 30, 2024
1 parent 3a7a30b commit 1f7cfda
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions codex/marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@ and a portion SHOULD be offered as reward to storage nodes that repair [slots](#

### Slots
After a storage request is made,
the requester's Codex node will create slots from the blocks that are generated from the `cid`.
Each slot will contain a sub-block of the data being stored.
- Storage Nodes MUST provide token collateral
the requester's Codex node will create slots using erasure coding.
Each slot will contain a data block being stored.
- Storage Nodes MUST provide token collateral and proof of storage to fill a slot
- If storage nodes fails to provide proof of storage in a given period,
the slot will become empty.
-


-----------

Expand Down

0 comments on commit 1f7cfda

Please sign in to comment.