# Way IMTP

Way IMTP stands for Interchain Message Transmission Protocol.  The difference between XMTP and IMTP is that XMTP solves the User-to-user and App-to-user **LAN** communication of the same chain and IMTP solves the inter-chain communication which is the **WAN** communication. IMTP is just like TCP/IP (Transmission Control Protocol/Internet Protocol) that solves Web2 WAN communication.\
\
Way IMTP is a component that provides faster interchain communication by sending proven messages to a dApp, allowing users to preview the message before verifying it on the target chain. The advantage of this is that the Receiver's verification time on the target chain is saved, and the user can quickly see the information sent from the original chain.<br>

<figure><img src="/files/yHfEe5xKB9s4uf80ybWA" alt=""><figcaption><p>Way IMTP(Interchain Message Transmission Protocol) </p></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://way-networks-organization.gitbook.io/way-network/concepts/way-imtp.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.
