# Billboard Message Protocol (DM3BMP)

The **billboard messaging** extension of **dm3** describes a communication scheme for a public messaging application, where many senders can send messages to one recipient and all messages are publicly viewable (billboard). The communication is only in one direction (from the senders to the billboard). There is no reply from the billboard to the sender.

Billboard messaging is used e.g. as a public comment service for public content or for displaying live public discussions in a streaming application, or similar.

The senders are not anonymous but identify themselves by their dm3 profile (wallet address).


---

# 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://specification.dm3.network/protocol-extensions/billboard-message-protocol-dm3bmp.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.
