# Chat

## Blockchain communicator

A messaging tool that allows users to simply and instantly send messages between wallets, powered by Ethereum login

Because before we buy a work of art, we want to know more about it. The easiest tool is conversation, and because we are used to messaging. We will put a simple messenger for each user, called a wallet, so the caller can be sure that he will talk to the owner of the selected account.

<figure><img src="/files/DT11gI8lKqkalxQ6g2Zb" alt=""><figcaption><p>The messenger is authorized by your wallet - nothing more!</p></figcaption></figure>

{% hint style="info" %}
The message is connected to the user's account and authorized by his wallet
{% endhint %}


---

# 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.decentral-art.com/uni-platform/uni/building/chat.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.
