# Robot Wallets

MechaOS assigns every robot its own Ethereum wallet, which serves as its digital identity on the blockchain.

A wallet is more than a payment gateway. It represents the robot’s identity and capabilities. Through the wallet, a robot can:

* Accept and store funds
* Claim tasks from the network
* Submit proofs of completed work
* Build a record of trust and reputation

This structure turns robots into economic agents. A drone delivering a package is not only executing a command. It is entering into a contract, securing payment, and recording proof of completion through its own wallet.

<figure><img src="/files/ARr2oc1Er9DwmGYOC9AI" alt=""><figcaption></figcaption></figure>


---

# 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/robot-wallets.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.
