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

# 9. Privacy Policy for Moongate Project

Effective Date: February 17, 2025

This Privacy Policy outlines the types of information that Moongate (“we,” “us,” or “our”) collects from users (“you” or “your”) of our platform, services, and tools, and how we use, share, and protect your data. By using Moongate’s platform, you agree to the collection and use of your information as outlined in this policy.

**1. Information We Collect**

* Personal Information: When you create an account on Moongate, we may collect personal details such as your name, email address, and other contact information you provide during registration.
* Transaction Data: As you interact with the Moongate platform, we collect data on your blockchain transactions, token deployments, and AI agent integrations.
* Platform Interaction Data: We track your usage of our services, including your activities within the Moongate dashboard, interactions with AI bots, and engagement with the platform's features.
* AI Agent Data: When you integrate AI bots (e.g., 𝕏 bot, Telegram bot, or Discord bot), we may collect data about user interactions with these bots, including messages, responses, and any tasks or functions performed by the bots.

**2. How We Use Your Information**

* To Provide Services: We use your data to enable you to create tokens, deploy AI agents, and interact with the Moongate platform.
* To Improve Services: We analyze user interactions with the platform to enhance the functionality, security, and user experience of Moongate.
* To Communicate with You: We may use your contact information to send you updates, notifications, and other communications related to the platform.
* To Secure the Platform: Your information helps us maintain the security and integrity of the Moongate platform by detecting fraud, abuse, and other malicious activities.

**3. Data Sharing and Disclosure**

* Third-Party Service Providers: We may share your information with trusted third parties who assist us in operating the platform, including cloud hosting services, blockchain explorers, or analytics services.
* Compliance with Laws: We may disclose your data to law enforcement or regulatory authorities if required by law or in response to legal requests.
* Business Transfers: In the event of a merger, acquisition, or asset sale, your data may be transferred as part of the transaction.

**4. Data Security**

We use industry-standard encryption and security measures to protect your personal information and transactions on the platform. However, no method of transmission over the internet or electronic storage is completely secure, and while we strive to use commercially acceptable means to protect your data, we cannot guarantee its absolute security.

**5. User Control and Rights**

* Access and Update: You can access and update your personal information at any time through your Moongate account settings.
* Deletion: You have the right to delete your account and any associated personal data. Please note that some transaction data may remain stored on the blockchain as part of the public record.
* Data Portability: You may request a copy of your personal data stored with Moongate.

**6. Cookies and Tracking Technologies**

Moongate uses cookies and similar tracking technologies to enhance your user experience, analyze trends, and monitor usage. You can control cookie settings through your browser preferences.

**7. Changes to This Privacy Policy**

We reserve the right to modify this Privacy Policy at any time. Any changes will be posted on this page with an updated effective date. We encourage you to review this policy periodically.

**8. Contact Information**

If you have any questions or concerns about this Privacy Policy, please contact us at <support@moongate.com>.

***


---

# 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://moongate-docs.gitbook.io/moongate/9.-privacy-policy-for-moongate-project.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.
