# Use-cases of Grid Network

Here are key use cases for which the Grid Network can be used, leveraging Synths for local execution and the Grid for scaling:

* **Gamified Data Collection and Training for Synths**: Users participate in browser-based teleoperation games or fill questionnaires (e.g., label grasp outcomes as "success/failure") to generate human-labeled data, earning $RBR tokens. This data uploads to the marketplace for bidding/sales, directly feeding Synth training (e.g., fine-tune the VLA model).&#x20;
* **Fleet Management and Scalable Robot Coordination**: Deploy Synths across multiple robots (e.g., a warehouse swarm of 10-50 arms) for coordinated tasks like collaborative assembly. The Propulsion Grid (Layer 3) handles local execution (e.g., a Synth prunes sensor data for efficient path planning), while the Nexus Hub orchestrates scaling. Marketplace bidding allows buying/selling fleet-optimized software packages.
* **Verifiable Robotics Testing and Compliance Auditing**: Use the Emission Grid (Layer 4) to audit Synth performance in real-time (e.g., off-chain proofs verify 1.35× speedup in a grasping task), with resonance loops feeding data back to the marketplace for $RBR-rewarded improvements. This supports regulated industries (e.g., medical robots requiring sovereignty checks).&#x20;
* **Bidding Marketplace for Robotics Hardware and Software Packages**: Beyond data, the marketplace hosts auctions for hardware (e.g., bid on arm kits) and software (e.g., pre-trained Synth modules or VLA packages). Users earn $RBR by uploading training data packages (e.g., sensor bundles from Synth runs).&#x20;
* **Gamified Synth Training and Community Challenges**: Later expansion: Users compete in challenges (e.g., "Train a Synth for novel grasping" using marketplace data), earning $RBR for top performers. Grid resonance loops incorporate gamified data into Synth fine-tuning.&#x20;


---

# 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.robora.xyz/technical-framework/use-cases-of-grid-network.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.
