1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

GITBOOK-466: change request with no subject merged in GitBook

This commit is contained in:
Ana Loznianu 2023-06-09 08:56:17 +00:00 committed by gitbook-bot
parent 9de76146d5
commit f50b0d4cc1
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
3 changed files with 7 additions and 28 deletions

View File

@ -41,7 +41,7 @@
* [Asset Pricing](developers/asset-pricing.md)
* [Fees](developers/fees.md)
* [Metadata](developers/contracts/metadata.md)
* [Fractional Ownership](developers/datanft-and-datatoken/fractional-ownership.md)
* [Fractional Ownership](developers/fractional-ownership.md)
* [Community Monetization](developers/community-monetization.md)
* [Identifiers & Metadata](developers/Identifiers-Metadata.md)
* [DDO Specification](developers/ddo-specification.md)

View File

@ -4,7 +4,7 @@ description: The Ocean Protocol defines various fees for creating a sustainabili
# Fees
### Path to sustainability
### Path to Sustainability
Ocean Protocol achieves sustainability via the [Web3 sustainability loop](https://blog.oceanprotocol.com/the-web3-sustainability-loop-b2a4097a36e).
@ -15,14 +15,7 @@ Ocean Protocol achieves sustainability via the [Web3 sustainability loop](https:
### Fee types
#### Swap fee
Swap fees are collected whenever someone swaps a datatoken for base token (e.g., OCEAN) or base token for a datatoken. The swap can be conducted using a a fixed-rate exchange. These are the fees that are applied whenever a user swaps base token or datatoken:
* Publisher Marketplace swap fee
* Consumer Marketplace swap fee
* Provider Consumption Fees
* [Ocean Community Fee](fees.md#ocean-community-fee)
#### Publish fee
@ -32,9 +25,9 @@ Currently, the Ocean marketplace does not charge a publishing fee. Custom market
Based on the use case of the marketplace, the marketplace owner can decide if this fee should be charged or not.
#### Consume fee
#### Consume(aka. Order) fee
Consume fees (aka. Order fees) are charged when a user holding a datatoken exchanges it for the right to download an asset or to start a compute job that uses the asset.
Consume fees are charged when a user holding a datatoken exchanges it for the right to download an asset or to start a compute job that uses the asset.
These are the fees that are applied whenever a user pays to access an asset:
@ -45,15 +38,15 @@ These are the fees that are applied whenever a user pays to access an asset:
#### Ocean Community fee
Ocean's smart contracts collect **Ocean Community fees** during swap and order operations. These fees are reinvested in community projects via OceanDAO and other initiatives.
Ocean's smart contracts collect **Ocean Community fees** during order operations. These fees are reinvested in community projects and distributed to the veOcean holders through Data Farming.
For swaps involving approved base tokens like OCEAN and H2O, the Ocean Community swap fee is 0.1%. For swaps involving other base tokens, the Ocean Community swap fee is 0.2%. The Ocean Community order fee is 0.03 DT per order operation.
The provider Ocean Community order fee is 0.03 DT per order operation.
These fees can be updated by the Ocean Protocol Foundation.
#### Provider fee
Provider is a component of Ocean Protocol's ecosystem that facilitates data consumption, starts compute jobs, encrypts DDOs, and decrypts DDOs. Provider also validates if the user can access a particular data asset or service. To learn more about Provider, click [here](https://github.com/oceanprotocol/provider).
Provider is a component of Ocean Protocol's ecosystem that facilitates data consumption, starts compute jobs, encrypts DDOs, and decrypts DDOs. The provider also validates if the user can access a particular data asset or service. To learn more about Provider, click here.
Provider fees are paid to the individual or organization running their Provider instance when the user orders an asset. These fees can be set to an absolute amount, not as a percentage. The provider can also specify which token the fees must be paid in - they don't have to be the same token used in the consuming market.
@ -65,16 +58,6 @@ These fees incentivize individuals and organizations to run their provider insta
The table is periodically updated. Users are advised to confirm new values through the [contracts](https://github.com/oceanprotocol/contracts) and the [market](https://github.com/oceanprotocol/market).
#### Swap fees
| Market/Type | Value in Ocean Market, using any Provider | Value in Other Markets |
| ------------------------------------------------------------- | ----------------------------------------- | --------------------------------------------------------------------------------------- |
| publishMarket: FixedRate | 0% | <p>Set in the market config, by the publishing market.<br>Min = 0.001%<br>Max = 50%</p> |
| <p>consumeMarket: FixedRate<br>ERC20Template</p> | 0% | 0% |
| <p>consumeMarket: FixedRate<br>EnterpriseTemplate</p> | 0% | Set in market config, by the consuming market. |
| <p>Ocean Community: FixedRate<br>OCEAN, H2O as base token</p> | 0.1% | 0.1% |
| <p>Ocean Community: FixedRate<br>other base token</p> | 0.2% | 0.2% |
#### Publish fees
| Market/Type | Value in Ocean Market, using any Provider | Value in Other Markets |
@ -98,7 +81,3 @@ The table is periodically updated. Users are advised to confirm new values throu
| <p>Compute: <code>COST_PER_MIN</code><br>Environment: 1 CPU, 60 secs max</p> | 0 | Set in OperatorEngine envvars. |
| <p>Compute: <code>COST_PER_MIN</code><br>Environment: 1 CPU, 1 hour max</p> | 1.0 OCEAN/min | Set in OperatorEngine envvars. |
| Ocean Community | 0% of the Provider fee | 0% of the Provider fee |
### Further reading
* [The Web3 Sustainability Loop](https://blog.oceanprotocol.com/the-web3-sustainability-loop-b2a4097a36e)