# Data Marketplace Dynamics

**Marketplace Overview**

The RhinoSpyider Marketplace lets entities lease bandwidth and computational power. Bandwidth-sharing users can participate via the web client or app, while computational tasks require the app.

#### Dynamic Pricing

Pricing adjusts based on:

1. Geographical Demand (&#x6B;*����𝑒𝑜*): Regions in higher demand earn higher rates.
2. Reputation (&#x6B;*����𝑒𝑝*): Nodes with high uptime and reliability earn higher fees.
3. Bandwidth Usage: Fees reflect bandwidth used.

Pricing formula:

Fmarket ​= (\[k*geo*⋅g] + \[k*rep*⋅r] + \[k*band*⋅b]⋅\[1+k*load*⋅c])

where g is the geographical factor, r is reputation, b is bandwidth usage, and c reflects network congestion.


---

# 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://rhinospider.gitbook.io/docs/data-marketplace-dynamics.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.
