# Fees

One transaction may have fees going to several entities, such as the marketplace operator where the asset was published, the Ocean Node provider, and the Ocean Enterprise Collective e.V.

* **Marketplace**: the marketplace where the asset is published or consumed
* **Provider**: the Ocean Node facilitating asset consumption. May serve up data, run C2D jobs, etc.
* **Ocean Enterprise Collective**: for developing and maintaining the OE code base

<table><thead><tr><th width="239.5">Fee Type</th><th align="center">Value</th></tr></thead><tbody><tr><td>Marketplace</td><td align="center">set by the marketplace operator <br>for asset publishing and/or consumption</td></tr><tr><td>Provider</td><td align="center">set by the Ocean Node operator</td></tr><tr><td>Ocean Enterprise Collective </td><td align="center">set by OEC eV at 1.9% of the asset and compute job price<br>with a minimum value of 1 cent</td></tr></tbody></table>

{% hint style="info" %}
Stay up-to-date with the latest information! The values within the system are regularly updated. We recommend verifying the most recent values directly from the [contracts](https://github.com/oceanprotocol/contracts) and the [market](https://github.com/oceanprotocol/market).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oceanenterprise.io/developers/fees.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
