diff --git a/content/tutorials/marketplace-fees.md b/content/tutorials/marketplace-fees.md
index e4b6c1f5..6e377de7 100644
--- a/content/tutorials/marketplace-fees.md
+++ b/content/tutorials/marketplace-fees.md
@@ -56,28 +56,27 @@ This fee incentivizes individuals and organizations to run their provider instan
## Fee values
-| Swap Fees (Fixed Price or Auto) | Value in Ocean Market, using any Provider | Value in Other Markets |
+| Swap Fees | Value in Ocean Market, using any Provider | Value in Other Markets |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------ |
-| publishMarket: Pools | 0 | Set in the market config, by the publishing market |
-| publishMarket: FixedRate | 0 | Set in the market config, by the publishing market |
-| consumeMarket: Pools | 0 | Set in market config, by consumeMarket |
-| consumeMarket: FixedRate: ERC20Template | 0 | |
-| consumeMarket: FixedRate: EnterpriseTemplate | 0 | Set in market config, by consumeMarket |
-| Ocean Community: Pools & FixedRate: basetoken is OCEAN, H2O, .. (“approved token”) | 0.1% | |
-| Ocean Community: Pools & FixedRate: other basetoken | 0.2% | |
-| Pool Liquidity Provider (LP): Pools only | 1% and then the max and min values | |
-| Publish Fees | | |
-| (no publish fees) | - | - |
-| Order Fees (taken on order/consume) The consumer has 1.0 datatokens, they use it to get access to the dataset. | | |
-| publishMarket - Fee is an absolute value, in any token. E.g. 5 USDT | 0 | Set in market config, by PublishMarket |
-| consumeMarket - Fee is an absolute value, in any token. E.g. 2 DAI | 0 | Set in market config, by ConsumeMarket |
-| Ocean Community - Fee = fixed price in DT | 0.03 DT | |
-| Ocean Provider Fees | OPF-run Provider | 3rd party-run Provider |
+| publishMarket: Pools | 0% | Set in the market config, by the publishing market. |
+| publishMarket: FixedRate | 0% | Set in the market config, by the publishing market. |
+| consumeMarket: Pools | 0% | Set in market config, by the consuming market. |
+| consumeMarket: FixedRate
ERC20Template | 0% | 0% |
+| consumeMarket: FixedRate
EnterpriseTemplate | 0% | Set in market config, by the consuming market. |
+| Ocean Community: Pools & FixedRate
OCEAN, H2O as basetoken | 0.1% | 0.1% |
+| Ocean Community: Pools & FixedRate
other basetoken | 0.2% | 0.2% |
+| Pool Liquidity Provider (LP) | 1% | Set by the pool creator on contract deployment.
Min = 0.001%(contract) & 0.1%(market)
Max = 10%(contract & market) |
+| Publish Fees | 0% | 0% |
+| Order Fees
The consumer has 1.0 datatokens, they use it to get access to the dataset. | | |
+| publishMarket
Absolute value, in any token. E.g. 5 USDT | 0 | Set in market config, by the publishing market. |
+| consumeMarket
Absolute value, in any token. E.g. 2 DAI | 0 | Set in market config, by the consuming market. |
+| Ocean Community
Fixed price in DT | 0.03 DT | 0.03 DT |
+| Ocean Provider Fees | OPF Provider | 3rd party Provider |
| Token in which fee is charged: `PROVIDER_FEE_TOKEN` | OCEAN | E.g. USDC |
-| Download: COST_PER_MB | 0 | Set in Provider envvars, by 3rd party running Provider |
-| Compute: `COST_PER_MIN` | 0 | Set in OperatorEngine envvars, by 3rd party running Provider |
-| Compute: `COST_PER_MIN` | 1.0 OCEAN/min | Set in OperatorEngine envvars, by 3rd party running Provider |
-| Ocean Community (percent from above) | OPF gov can update in smart contract 0% of Provider fee | |
+| Download: `COST_PER_MB` | 0 | Set in Provider envvars. |
+| Compute: `COST_PER_MIN` | 0 | Set in OperatorEngine envvars. |
+| Compute: `COST_PER_MIN` | 1.0 OCEAN/min | Set in OperatorEngine envvars. |
+| Ocean Community | 0% of the Provider fee | 0% of the Provider fee |
## Further reading
diff --git a/content/tutorials/marketplace.md b/content/tutorials/marketplace.md
index cd61c1cf..89359c1e 100644
--- a/content/tutorials/marketplace.md
+++ b/content/tutorials/marketplace.md
@@ -5,7 +5,7 @@ description:
## About marketplace
-Ocean Protocol's [marketplace](https://market.oceanprotocol.com/) provides a web interface for accessing assets published on the chain. By default, the metadata of the assets are pulled from Aquarius hosted by Ocean Protocol. To extend the existing features of the marketplace, developers can fork the marketplace.
+Ocean Protocol's [marketplace](https://market.oceanprotocol.com/) provides a web interface for accessing assets published on the chain. By default, assets metadata is pulled from Aquarius, component hosted by Ocean Protocol. To extend the existing features of the marketplace, developers can fork the marketplace.
By doing so, developers can: