> For the complete documentation index, see [llms.txt](https://xorion-chain.gitbook.io/xorion-chain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xorion-chain.gitbook.io/xorion-chain-docs/legal/privacy-policy.md).

# Privacy Policy

**1. Introduction**

Welcome to Xorion Chain ("we," "us," or "our"). We are committed to protecting your privacy and ensuring the security of your personal information. This Privacy Policy explains how we collect, use, disclose, and safeguard your personal information when you use our services. By using Xorion Chain, you consent to the practices described in this Privacy Policy.

**2. Information We Collect**

2.1. **Personal Information**: We may collect the following types of personal information from you:

* Name
* Email address
* Contact information
* Government-issued identification (if required by law)
* Any other information you voluntarily provide

**3. How We Use Your Information**

We may use your personal information for the following purposes:

3.1. To provide, maintain, and improve our services.

3.2. To verify your identity and comply with legal obligations.

3.3. To send you important updates and notifications regarding our services.

3.4. To respond to your inquiries and provide customer support.

3.5. To protect our rights, property, and safety, and that of our users and the public.

**4. Disclosure of Your Information**

We may disclose your personal information to the following parties:

4.1. Service Providers: We may share your information with third-party service providers who assist us in operating our services.

4.2. Legal Requirements: We may disclose your information to comply with legal obligations, regulatory requirements, or law enforcement requests.

**5. Security**

We take reasonable measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction. However, no method of transmission over the internet or electronic storage is entirely secure, and we cannot guarantee absolute(100%) security.

**6. Your Choices**

You have the following choices regarding your personal information:

6.1. Access and Correction: You may request access to and correction of your personal information in our records.

6.2. Opt-Out: You can opt out of receiving marketing communications from us by following the instructions in the communication.

**7. Third-Party Links and Services**

Our services may contain links to third-party websites or services. We are not responsible for the privacy practices or content of these third parties. We encourage you to review the privacy policies of these third parties.

**8. Changes to this Privacy Policy**

We may update this Privacy Policy to reflect changes in our practices or legal requirements. We will notify you of any significant changes by posting the updated policy on our website.

**9. Contact Information**

For questions or concerns about this Privacy Policy or our privacy practices, please contact us at <support@xorion.network>


---

# 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://xorion-chain.gitbook.io/xorion-chain-docs/legal/privacy-policy.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.
