# Key Features

To turn philosophy into practice, MechaOS introduces Three foundational features:

* **Robot Wallets**\
  Each robot is equipped with its own Ethereum wallet, enabling it to accept jobs, hold funds, and interact directly with smart contracts.
* **Task Creation and Execution**\
  Tasks are created on-chain, funded upfront, and claimed by robots that can execute them in the physical world.
* **Proof and Payment**\
  Robots submit verifiable proof of their work, which is checked against the contract. Once validated, payment is released automatically.

Together, these features create the backbone of an autonomous robotic economy. Robots are trusted not because an operator vouches for them, but because their actions are transparently verifiable on-chain.


---

# 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/the-mechaos-solution/key-features.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.
