> For the complete documentation index, see [llms.txt](https://x-chain-1.gitbook.io/x-chain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://x-chain-1.gitbook.io/x-chain/let-our-features-for-us/interoperability.md).

# Interoperability

* X-Chain offers users a high level of privacy through its advanced smart contract technology. Smart contracts allow transactions to be executed without revealing any personal or sensitive information about the user, ensuring a high level of privacy and security. This is particularly important for users who value privacy and don't want their personal information to be accessible to anyone.
* X-Chain's smart contracts are designed to execute in a decentralized, which ensures that transactions are secure and cannot be altered or manipulated by anyone. This means that users can have confidence that their transactions are private and secure, without the need for intermediaries or third-party services.
* X-Chain's architecture is built with privacy in mind, utilizing various techniques to keep user data confidential. For example, X-Chain uses encryption to secure user data, and only authorized parties have access to sensitive information. This ensures that user data is protected and secure, and can only be accessed by authorized parties.
* X-Chain's advanced smart contract technology and privacy-focused architecture offer users a high level of privacy and security that is superior to traditional centralized systems. This makes X-Chain a more secure and private platform for users who value privacy and security in their transactions.


---

# 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://x-chain-1.gitbook.io/x-chain/let-our-features-for-us/interoperability.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.
