Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data-nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Data NFT represents the ownership and rights for a specific data asset on the

Data NFTs establishes the ownership of data assets, which would allow for data transferability and data sales while maintaining a verifiable record of ownership. It also allows data owners to define who can access the data, for what purposes, and under what conditions, in order to protect their own intellectual property.

Data NFTs enable the tokenization of the base intellectual property, which maintains a tracable record of ownership on the blockchain, allows for easy transfer and trade of ownership, and provides opportunities for revenue generation through the creation and sale of datatokens associated with the underlying data.
Data NFTs enable the tokenization of the base intellectual property, which maintains a traceable record of ownership on the blockchain, allows for easy transfer and trade of ownership, and provides opportunities for revenue generation through the creation and sale of datatokens associated with the underlying data.

## Workflow 🧩

Expand Down
4 changes: 2 additions & 2 deletions decentralized-auction-marketplace/reputation-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The equation for a weekly score is the same except that the time period of which

### Reachability:
```
(# of succesful requests - # of failed requests) / total # of requests made to provider by server
(# of successful requests - # of failed requests) / total # of requests made to provider by server
```
The Lagrange server will periodically send a ping to each provider. If the provider receives the ping and the server receives a response back, then the request will be saved as a success. Otherwise, the request will be saved as failed.

Expand All @@ -53,4 +53,4 @@ This equation provides a quantitative measure of a provider's performance and su
```
Region Score = 1 - ( # of providers in the region / total # of providers )
```
So, if for example 20% of providers globally reside in North America, then a provider in this region would get a region score of `1 - 0.2 = 0.8`. Once again, by assigning a higher region score to providers in regions with limited competition, the scoring system addresses potential imbalances in service distribution and also promotes regional growth.
So, if for example 20% of providers globally reside in North America, then a provider in this region would get a region score of `1 - 0.2 = 0.8`. Once again, by assigning a higher region score to providers in regions with limited competition, the scoring system addresses potential imbalances in service distribution and also promotes regional growth.
4 changes: 2 additions & 2 deletions token.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Lagrange token has 3 stages:

Testnet: SepoliaETH

Lagrange Testnet Token (LAG) is used on langrage testnet. The first time it is deployed is during the Mars Testnet. LAG testnet token does not has value and can get it from the faucet.
Lagrange Testnet Token (LAG) is used on langrage testnet. The first time it is deployed is during the Mars Testnet. LAG testnet token does not have value and can get it from the faucet.

#### Swan Testnet 

Expand All @@ -24,7 +24,7 @@ Swan Testnet Token (Swan) is used on Swan Testnet. The Swan Testnet is designed

#### Swan Mainnet

Bsse Chain: ETH
Base Chain: ETH

Swan is a L2 blockchain on Ethereum with Rollup technology.

Expand Down