> For the complete documentation index, see [llms.txt](https://messier.gitbook.io/catalogue-de-messier/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://messier.gitbook.io/catalogue-de-messier/messier-applications/open-hatch/faq.md).

# FAQ

* **Q. What benefit is there to buyers & sellers using Open Hatch?**

One of the major benefits to buyers & sellers using Open Hatch is that it eliminates a great deal of risk involved in P2P & B2B transactions involving the use of cryptocurrency.

Since Open Hatch collects the associated payment a buyer preemptive to their receival of goods & services, it eliminates the seller’s risk of the payment being unavailable after the goods & services are delivered to the buyer. Alternatively, since the payment for the goods & services are not released to the seller until the buyer has confirmed the agreed upon goods & services, it eliminates the risk of the payment being permanently lost with nothing to show for it.

* **Q. Is the private data in the chat collected or distributed by Messier?**

Messier will never collect or distribute any data from any transaction. Any of the data that is provided by the buyer or seller in the private chat will be encrypted; no one other than the two parties involved will have access to this data unless shared by the parties themselves. When a business transaction has been completed or canceled, the chat history will be permanently wiped and the Hatch will be closed forever.

The only point in time at which private data will be visible to Messier is in the event of a dispute; at this point the private data is forwarded from the chat to the escalation team directly by the buyer or seller. The escalation team curates the provided information by shielding any identifiable information that could lead to bias and submits the curated information to the validators. After the dispute is submitted to the validators, the escalation team permanently destroys the original chat record that was submitted by the buyer or seller.

* **Q. What is the ultimate goal of Open Hatch?**

The ultimate goal of Open Hatch is to simplify P2P & B2B transactions by providing additional levels of safety & security that will allow transactions involving cryptocurrency to become a viable alternative to fiat. Open Hatch aims to further the adoption of cryptocurrency and help legitimize its use by providing consumers & businesses with the necessary tools for it to become a viable payment option.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://messier.gitbook.io/catalogue-de-messier/messier-applications/open-hatch/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
