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

# Privacy Policy

At Foresee.lol ("Company", "we," "us," "our"), we are committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our application ("App"). By using the App, you consent to the practices described in this policy.

### 1. Information We Collect

#### Personal Information

We may collect the following personal information when you use the App:

* **Account Information:** Username, email address, and authentication credentials (via Privy/X Twitter login).
* **Profile Information:** Optional details such as display name, profile picture, or bio.
* **Contact Information:** Email address or other contact details provided by you.
* **Payment Information:** Wallet addresses and transaction data related to deposits, withdrawals, and bets.

#### Usage Data

We automatically collect certain information about your use of the App, including:

* **Device Information:** Device type, operating system, unique device identifiers, and mobile network information.
* **Log Data:** IP address, browser type, access times, pages viewed, and actions taken within the App.
* **Analytics Data:** Usage patterns, preferences, and interactions with features through Firebase Analytics.
* **Location Data:** Approximate location based on IP address (if applicable).

#### On-Chain & Financial Data

* **Wallet Information:** Public wallet addresses (managed by Privy).
* **Transaction History:** Records of deposits, withdrawals, bets placed, and ticket acquisitions.
* **Blockchain Data:** Publicly available on-chain data related to your wallet activities.

### 2. How We Use Your Information

We use the information we collect for the following purposes:

* **To Provide and Maintain the App:** Facilitate user authentication, betting, wallet management, and other core features.
* **To Improve the App:** Analyze usage patterns, identify bugs, and enhance functionality.
* **To Communicate with You:** Send notifications, updates, promotional content, and respond to inquiries.
* **To Ensure Security:** Monitor for fraudulent activity, unauthorized access, and violations of our terms.
* **To Comply with Legal Obligations:** Meet regulatory requirements and respond to lawful requests from authorities.

### 3. Data Sharing & Disclosure

We do not sell your personal information. However, we may share your information in the following circumstances:

#### Service Providers

We may share data with third-party service providers who assist us in operating the App, such as Privy (authentication and wallet custody), Kalshi (proxy betting), and Firebase (analytics and notifications).

#### Legal Authorities

We may disclose your information if required by law, legal process, or government request, or to protect our rights, property, or safety.

#### Business Transfers

In the event of a merger, acquisition, or sale of assets, your information may be transferred to the acquiring entity.

### 4. Data Security

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

### 5. User Rights

Depending on local laws, you may have the following rights:

* **Access:** Request a copy of the personal information we hold about you.
* **Correction:** Request corrections to inaccurate or incomplete data.
* **Deletion:** Request deletion of your personal information, subject to legal obligations.
* **Opt-Out:** Unsubscribe from marketing communications or disable certain data collection features.

To exercise these rights, contact us at <bradly@foresee.lol>.

### 6. Children's Privacy

The App is not intended for users under the age of 18. We do not knowingly collect personal information from minors. If we become aware that a user is under 18, we will delete their information promptly.

### 7. Changes to This Policy

We may update this Privacy Policy from time to time. We will notify you of significant changes by posting the updated policy in the App or via email. Your continued use of the App after such changes constitutes acceptance of the updated policy.

### 8. Contact Us

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

**Email:** <bradly@foresee.lol>

**Website:** [https://foresee.lol](https://foresee.lol/)

Last updated: 2025/12/15


---

# 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://foresee.gitbook.io/foresee-docs/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.
