# Marketplace Overview

The PoC described later in this documentation demonstrates a product architecture for monetizing idle assets. It will start by testing out the architecture using regular compute, storage and bandwith idle resources before plugging in its Robotics & Drones Marketplace to allow more exotic asset categories to be transformed into yield bearing assets.

We are prioritizing these asset categories due to:

* **Industrial downtime costs**: Robots and drones in logistics, factories, agriculture, and surveillance spend significant time idle. A warehouse AGV (Automated Guided Vehicle) may run 16 hours/day and sit unused for 8 hours. A delivery drone may complete a handful of routes daily but remain parked most of the time. Globally, this idle time maps to trillions of dollars in underutilized capital assets.
* **Market scale**: The global robotics market exceeded $40B in 2023, projected to hit $160B by 2030 (CAGR >20%). Drone market expected to surpass $55B by 2030 (MarketsandMarkets).
* **AI-native hardware**: Modern drones/robots already run embedded AI models (vision, SLAM, obstacle avoidance). With Idle’s compiler + accelerator stack, these models can be optimized and validated on-device, then linked to blockchain reward systems.

Idle Network’s robotics and drones marketplace will allow owners of robots/drones to “lend out” idle time with security guarantees, automatic yield, and integration into DeFi vaults.\
\
The architecture of the Robotics/Drones Marketplace has four main layers that we outline in more detail in the following pages::

1. **On-device node** (lightweight blockchain + AI runtime).
2. **Marketplace layer** (smart contracts, scheduling, pricing).
3. **Verification & Proof layer** (ensuring robots actually perform useful work).
4. **Vault compounding layer** (converting earned rewards into yield).

<br>


---

# 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.idlenetwork.com/idle-robotics-and-drones-marketplace/marketplace-overview.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.
