# What is MechaOS

### The Physical Infrastructure Challenge <a href="#the-physical-infrastructure-challenge" id="the-physical-infrastructure-challenge"></a>

**MechaOS is a decentralized operating system that links Ethereum smart contracts with real-world robots. It works as the missing bridge between blockchain and robotics.**

Every robot in the network has its own Ethereum wallet. That wallet lets the robot accept jobs, receive payments, and prove the work it completes.

When a task is submitted on chain, such as delivering a package or scanning a warehouse, any robot can pick it up. The request is translated into ROS2 commands, executed in the physical world, and the results are written to the blockchain. Each job leaves behind an untamperable trail of proof made up of sensor data, logs, and hashed outputs.

At its core, MechaOS gives robots autonomy in both action and economics. They can work, earn, and verify themselves without middlemen.

{% embed url="<https://syntor.b-cdn.net/MecahOS%20Teaser%20(1).mp4>" %}


---

# 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.mechaos.io/discover-mechaos/readme.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.
