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

# Privacy Policy

### Introduction

This Privacy Policy is designed to inform users of the Sidepit website and platform ("Sidepit", "we", "us", or "our") about how we collect, use, and protect the personal information of those who opt to provide their email addresses for beta access or any other purpose related to our services. Sidepit is committed to ensuring the privacy and security of your personal information.

### Collection of Information

We collect information directly from you when you choose to provide your email address for beta access, updates, or more information about our services. The primary purpose of collecting your email is to provide access to our platform, updates on our services, and other relevant information pertaining to your interest in cryptocurrency trading and speculation.

### Use of Information

#### The information we collect is used to:

* Provide you with beta access to our platform as requested.
* Send updates and information about Sidepit, including new features, opportunities, and services.
* Understand how our platform is being used to improve our services and user experience.
* Communicate with you about your account, if applicable, and respond to inquiries or requests.

### Sharing of Information

We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information except in the following cases:

* To comply with legal requirements, such as a law, regulation, warrant, subpoena, or court order.
* To protect our rights, property, or safety, and those of our users or others.
* In connection with a corporate transaction, such as a merger, acquisition, or asset sale.
* Data Security

We implement a variety of security measures to maintain the safety of your personal information. Access to your personal data is restricted to those employees, contractors, and agents who need to know that information to provide services to you and are subject to strict contractual confidentiality obligations.

### Your Choices

You may opt-out of receiving future emails from us by following the unsubscribe link located at the bottom of our emails or by emailing us directly with your request to unsubscribe.

### Changes to this Privacy Policy

We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes.

### Contact Us

If you have any questions about this Privacy Policy, please contact us at <info@sidepit.com>.

**By providing your email address and using our platform, you consent to this Privacy Policy and agree to its terms.**


---

# 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://docs.sidepit.com/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.
