# Contribution Modes

**Bandwidth Only (Web Client and Extension)**

* Purpose: Enable users to contribute bandwidth with minimal setup and only an extension installation.
* Mechanism: Users simply log in to the RhinoSpider web client to start sharing bandwidth directly from their browser. Bandwidth usage is routed and anonymized.
* Use Cases: Web scraping and regional data access for decentralized applications.

#### Computational Mining

* Purpose: Utilize users’ CPU/GPU power for high-complexity tasks like AI processing and blockchain validations.
* Mechanism: Devices running the RhinoSpider app contribute their computing resources for tasks managed by the Computational Mining Layer.
* Use Cases: AI model processing, smart contract validation, and decentralized computing.

#### Hybrid Mode

* Purpose: Combine both bandwidth and computational resources for maximum reward potential.
* Requirements: Requires the RhinoSpider desktop app for optimal resource management.
* Use Cases: Ideal for users with powerful devices seeking high rewards by supporting multiple network tasks.


---

# 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/contribution-modes.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.
