Update marketplace.md

This commit is contained in:
Jimmy Debe 2024-10-01 18:55:53 -04:00 committed by GitHub
parent b05a1d4bde
commit 04280b3e88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,17 +33,6 @@ Implemented as a smart contract on an EVM-compatible blockchain,
the marketplace enables various scenarios where nodes assume one or
more roles to maintain a reliable persistence layer for users.
### Definitions
| Terminology | Description |
|---------------------------|---------------------------------------------------------------------------------------------------------------------------|
| Storage Provider (SP) | A node in the Codex network that provides storage services to the marketplace. |
| Validator | A node that assists in identifying missing storage proofs. |
| Client | A node that interacts with other nodes in the Codex network to store, locate, and retrieve data. |
| Storage Request or Request | A request created by a client node to persist data on the Codex network. |
| Slot or Storage Slot | A space allocated by the storage request to store a piece of the request's dataset. |
| Smart Contract | A smart contract implementing the marketplace functionality. |
| token | ERC20-based token used within the Codex network. |
## Semantics
@ -56,6 +45,18 @@ collaterals, and storage proofs.
A node that wishes to participate in the Codex persistence layer MUST implement one or
more roles described below.
### Definitions
| Terminology | Description |
|---------------------------|---------------------------------------------------------------------------------------------------------------------------|
| Storage Provider (SP) | A node in the Codex network that provides storage services to the marketplace. |
| Validator | A node that assists in identifying missing storage proofs. |
| Client | A node that interacts with other nodes in the Codex network to store, locate, and retrieve data. |
| Storage Request or Request | A request created by a client node to persist data on the Codex network. |
| Slot or Storage Slot | A space allocated by the storage request to store a piece of the request's dataset. |
| Smart Contract | A smart contract implementing the marketplace functionality. |
| token | ERC20-based token used within the Codex network. |
### Roles
A node can assume one of the three main roles in the network: the client, SP node, and validator.