diff --git a/building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md b/building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md index 8440fd9f..2191d0d6 100644 --- a/building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md +++ b/building-with-ocean/compute-to-data/compute-to-data-datasets-algorithms.md @@ -7,7 +7,7 @@ description: Datasets and Algorithms ### Datasets & Algorithms -With Compute-to-Data, datasets are not allowed to leave the premises of the data holder, only algorithms can be permitted to run on them under certain conditions within an isolated and secure environment. Algorithms are an asset type just like datasets. They too can have a pool or a fixed price to determine their price whenever they are used. +With Compute-to-Data, datasets are not allowed to leave the premises of the data holder, only algorithms can be permitted to run on them under certain conditions within an isolated and secure environment. Algorithms are an asset type just like datasets and can be priced in the same way. Algorithms can be public or private by setting `"attributes.main.type"` value in DDO as follows: diff --git a/building-with-ocean/deploying-components/deploying-marketplace.md b/building-with-ocean/deploying-components/deploying-marketplace.md index 3eda89ec..d39f192b 100644 --- a/building-with-ocean/deploying-components/deploying-marketplace.md +++ b/building-with-ocean/deploying-components/deploying-marketplace.md @@ -23,8 +23,6 @@ NEXT_PUBLIC_METADATACACHE_URI=https://v4.aquarius.oceanprotocol.com #NEXT_PUBLIC_INFURA_PROJECT_ID="xxx" #NEXT_PUBLIC_MARKET_FEE_ADDRESS="0xxx" #NEXT_PUBLIC_PUBLISHER_MARKET_ORDER_FEE="1" -#NEXT_PUBLIC_PUBLISHER_MARKET_POOL_SWAP_FEE="1" -#NEXT_PUBLIC_PUBLISHER_MARKET_FIXED_SWAP_FEE="1" #NEXT_PUBLIC_CONSUME_MARKET_ORDER_FEE="1" #NEXT_PUBLIC_CONSUME_MARKET_POOL_SWAP_FEE="1" #NEXT_PUBLIC_CONSUME_MARKET_FIXED_SWAP_FEE="1" diff --git a/core-concepts/asset-pricing.md b/core-concepts/asset-pricing.md index 936bf745..15e2b95f 100644 --- a/core-concepts/asset-pricing.md +++ b/core-concepts/asset-pricing.md @@ -15,8 +15,6 @@ With the fixed price model, publishers set the price for the data in OCEAN. Ocea A [FixedRateExchange](https://github.com/oceanprotocol/contracts/blob/v4main/contracts/pools/fixedRate/FixedRateExchange.sol) smart contract stores the information about the price of the assets published using this model. -Publishers can choose this fixed pricing model when they do not want Automated Market Maker(AMM) pools to decide the price discovery. If the publisher has already analyzed and estimated the worth of the dataset and is ready to sell an asset at a constant price, this is the suitable pricing model. - The image below shows how to set the fixed pricing of an asset in the Ocean's Marketplace. Here, the price of the asset is set to 10 Ocean tokens. ![fixed-asset-pricing](../.gitbook/assets/fixed-asset-pricing.png) diff --git a/core-concepts/fees.md b/core-concepts/fees.md index 9bb2e51e..5bc51034 100644 --- a/core-concepts/fees.md +++ b/core-concepts/fees.md @@ -72,7 +72,6 @@ The table is periodically updated. Users are advised to confirm new values throu | consumeMarket: FixedRate
EnterpriseTemplate | 0% | Set in market config, by the consuming market. | | Ocean Community: FixedRate
OCEAN, H2O as base token | 0.1% | 0.1% | | Ocean Community: FixedRate
other base token | 0.2% | 0.2% | -| Pool Liquidity Provider (LP) | 1% | Set by the pool creator on contract deployment.
Contracts
Min = 0.001%
Max = 10%
Market
Min = 0.1%
Max = 10% | | Publish Fees | 0% | 0% | | Order Fees
1 datatoken available to get dataset acces | | | | publishMarket
Absolute value, in any token. E.g. 5 USDT | 0 | Set in market config, by the publishing market. | diff --git a/core-concepts/roles.md b/core-concepts/roles.md index cf01da56..c3f66fa6 100644 --- a/core-concepts/roles.md +++ b/core-concepts/roles.md @@ -24,7 +24,6 @@ The permissions are stored in the data NFT (ERC721) smart contract. The data NFT | Action ↓ / Role → | ERC20 Deployer | Minter | NFT owner | Fee manager | | --------------------------- | ---------------------- | ---------------------- | ---------------------- | ---------------------- | -| Deploy pool |
**✓**
| | | | | Create Fixed Rate exchange |
**✓**
| | | | | Create Dispenser |
**✓**
| | | | | Add minter |
**✓**
| | | |