# Marketplace Layer

At the blockchain level, the marketplace manages task requests, robot supply, and pricing.

* **Task Registry**: Customers post tasks → “scan area with drone,” “inspect pipeline with robot camera,” “run anomaly detection on warehouse footage.”
* **Matching Engine**: Idle Network marketplace matches task requirements to available idle drones/robots.
* **Escrow Contracts**: Customers deposit payment tokens into escrow. Robot completes proof-of-work/task → escrow releases payment.
* **Dynamic Pricing**: Prices adjust by demand, similar to Uber surge pricing.

Key smart contracts:

* Registry Contract (stores available robots/drones with capabilities).
* Job Contract (escrow, milestones, proof submission).
* Vault Contract (auto-compounds earnings).


---

# 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-layer.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.
