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

# Privacy Policy

**Introduction**

Degen Martians ("we," "our," "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard your personal information when you visit our website or use our services, including purchasing our tokens and NFTs.

**1. Information We Collect**

**1.1 Personal Information:** We may collect personal information that you voluntarily provide to us when you:

* Register for an account
* Purchase tokens or NFTs
* Subscribe to our newsletter
* Participate in community events or forums
* Contact us for support or inquiries

The personal information we collect may include your name, email address, wallet address, and any other information you choose to provide.

**1.2 Usage Data:** We automatically collect certain information about your device and how you interact with our website. This information may include your IP address, browser type, operating system, referring URLs, and pages visited on our site.

**1.3 Cookies:** We use cookies and similar tracking technologies to enhance your experience on our website. Cookies are small data files stored on your device that help us understand how you use our site and enable certain features.

**2. How We Use Your Information**

We use the information we collect to:

* Provide and manage our services
* Process your token and NFT purchases
* Communicate with you about updates, promotions, and events
* Improve our website and services
* Protect the security and integrity of our website
* Comply with legal and regulatory requirements

**3. Sharing Your Information**

We do not sell or rent your personal information to third parties. We may share your information in the following circumstances:

* With service providers who assist us in operating our website and providing our services, subject to confidentiality agreements
* To comply with legal obligations or respond to lawful requests from public authorities
* To protect our rights, property, or safety, and that of our users or the public

**4. Data Security**

We implement appropriate technical and organizational measures to protect your personal information from unauthorized access, disclosure, alteration, or destruction. However, no data transmission over the internet or electronic storage is completely secure, and we cannot guarantee the absolute security of your information.

**5. Your Rights**

You have the right to:

* Access and review the personal information we hold about you
* Request corrections to any inaccurate or incomplete information
* Request the deletion of your personal information, subject to legal and contractual obligations
* Object to the processing of your personal information for direct marketing purposes
* Withdraw your consent to the processing of your personal information, where applicable

To exercise any of these rights, please contact us at \[<support@Degenmartians.space>].

**6. Third-Party Links**

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

**7. Children's Privacy**

Our services are not intended for individuals under the age of 18. We do not knowingly collect personal information from children. If we become aware that we have inadvertently collected personal information from a child under 18, we will take steps to delete such information.

**8. Changes to This Privacy Policy**

We may update this Privacy Policy from time to time to reflect changes in our practices or legal requirements. We will notify you of any significant changes by posting the new Privacy Policy on our website and updating the effective date. Your continued use of our website and services after any changes constitutes your acceptance of the updated Privacy Policy.

**9. Contact Us**

If you have any questions or concerns about this Privacy Policy, please contact us at:

Email: \[<support@degenmartians.space>].

**10. Effective Date**

This Privacy Policy is effective as of \[Effective Date].


---

# 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://degen-martians.gitbook.io/degen-martians/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.
