> For the complete documentation index, see [llms.txt](https://moss-6.gitbook.io/moss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moss-6.gitbook.io/moss/offerings/cross-chain-message.md).

# Cross-chain Message

<figure><img src="/files/ILgHzUbFznRah05bU3rV" alt="" width="375"><figcaption></figcaption></figure>

**Moss Platform** leverages cutting-edge technologies such as end-to-end encryption, smart contracts, cross-chain relays, Zero Knowledge Proofs (ZK), and decentralized storage to offer an unparalleled layer of security and privacy in information and asset exchanges. Our robust framework ensures absolute data confidentiality, preventing anyone, including the **Moss** team, from accessing user data. This reaffirms your total control and proprietary rights over your information.

Additionally, **Moss Platform** facilitates seamless information interactions across networks with both Web3 and Web2 email addresses, such as Gmail and ProtonMail. This pivotal innovation addresses a critical communication challenge within the Web3 infrastructure, providing users, developers, and Key Opinion Leaders (KOLs) with an experience that is not only secure and private but also fully anonymous.

**Sending and Receiving Protocols**:

* **NFT Domain and Default Wallet Address**: In Web3 message transmissions using **Moss**, if the recipient's address is an NFT Domain or a default wallet address, a stringent dual verification process is initiated. This requires the sender to accurately input both the account and the Principal ID (PID), ensuring a unique and secure match. This robust verification system is designed to mitigate spam and unsolicited messages.
* **Decentralized Identifiers (DIDs)**: **Moss** presently supports over 20 leading DID domains. You have the flexibility to designate your owned DIDs as your email addresses. When a message is sent to a DID, it reaches the recipient's inbox if that DID is active. In cases where the DID is not yet activated, the message is securely stored in the inbox, awaiting the recipient to activate or log in with the specified DID.


---

# 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://moss-6.gitbook.io/moss/offerings/cross-chain-message.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.
