> For the complete documentation index, see [llms.txt](https://whitepaper.bc.game/bc-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.bc.game/bc-white-paper/appendix/general-terms-and-conditions/cookies-policy.md).

# Cookies Policy

**What are cookies?**

A cookie is a small text file placed on your device when you visit a website. It is generated by the web server and used to recognise you when you return. Cookies act as an identification card for your browser — they help websites remember your preferences and activity. Cookies cannot harm your computer and we do not store any personally identifiable information within them.

**Why does BC.GAME use cookies?**

BC.GAME uses two types of cookies: cookies set by us, and cookies set by third parties. Our cookies keep you signed in to your account throughout your visit and allow us to personalise the information displayed to you based on your preferences.

**What cookies does BC.GAME use?**

The following are the main cookies set by BC.GAME and their purposes:

<table><thead><tr><th width="84.3984375">Cookie</th><th width="472.74609375">Purpose</th><th>Lifetime</th></tr></thead><tbody><tr><td><code>_fp</code></td><td>Stores your browser fingerprint</td><td>Permanent</td></tr><tr><td><code>_t</code></td><td>Records the timestamp of your first visit in the current session, used for unique visit statistics</td><td>Session</td></tr><tr><td><code>_r</code></td><td>Stores the HTTP referrer for the current session, used to track external traffic sources</td><td>Session</td></tr><tr><td><code>_c</code></td><td>Stores the identifier of an affiliate campaign, used for affiliate statistics</td><td>Permanent</td></tr></tbody></table>

**Third-party cookies set for the wildcard domain \*.bc.game:**

<table><thead><tr><th width="155.65625">Service</th><th>Cookies</th></tr></thead><tbody><tr><td>Google Analytics</td><td><code>_ga</code>, <code>_gat</code>, <code>_gid</code></td></tr><tr><td>Zendesk</td><td><code>__zlcmid</code></td></tr><tr><td>Cloudflare</td><td><code>__cfuid</code></td></tr></tbody></table>

> **Please note:** Some browsers (such as Chrome on macOS) may keep background processes running even when no tabs are open. As a result, session cookies may persist between sessions.

Additional cookies may also be set by third-party scripts running on their own domains.

**How can I manage cookies?**

If you wish to stop accepting cookies, you can do so through the Privacy Settings in your browser.

**Personal Data Protection Policy**

BC.GAME is committed to keeping your data safe. We apply a range of high-security standards to protect your information, including:

* Encryption of data in transit over public networks
* Encryption of data stored in our databases
* Distributed Denial of Service (DDoS) mitigation
* Auditing standards
* Live Chat support available on-site

**Server Protection Policy**

* Full encryption on all servers and backups
* Firewalls and VPN access controls
* Server access permitted only over VPN
* All HTTP/S services routed through Cloudflare
* Node connections made over VPN
* SSH port forwarding tunnels in place
* Services accessible only over VPN
* Servers configured with firewall rules permitting SSH port only
* Alerts enabled for critical services

**Data Breach Notification**

In the event that BC.GAME becomes aware of a personal data breach, we will notify affected users in accordance with GDPR timeframes.

**International Data Transfers**

We only share personal data with third parties where it is necessary to deliver our service or to comply with lawful requests from authorities. The following third-party systems may receive limited data:

* **Zendesk Inc.** — Username and email address may be shared when a user contacts live chat or sends an email to our support mailbox.

**Error Reporting**

While we work hard to maintain a seamless experience, issues may occasionally arise. To help us resolve them as quickly as possible, please provide the following information when reporting an error:

* Username
* Date and time of the issue
* Game ID or table name (if applicable)
* Screenshot of the error (if possible)

Your error reports help us improve the platform and are greatly appreciated.

**Collecting and Using Your Personal Data**

**Types of data collected**

*Personal Data*

When using our service, we may ask you to provide personally identifiable information, including but not limited to:

* Email address
* First name and last name

*Usage Data*

Usage data is collected automatically and may include:

* IP address
* Browser type and version
* Pages visited and time spent on each page
* Date and time of your visit
* Unique device identifiers and diagnostic data

When accessing the service via a mobile device, we may additionally collect:

* Device type and unique device ID
* Mobile operating system
* Mobile browser type
* Additional diagnostic data

**Third-party social media services**

BC.GAME allows you to register and log in using the following third-party services:

* Google
* Facebook
* Telegram
* MetaMask

If you register or grant access through one of these services, we may collect personal data already associated with that account, such as your name, email address, activity history or contact list. By choosing to share such information, you are giving BC.GAME permission to use, store and share it in accordance with this Privacy Policy.


---

# 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://whitepaper.bc.game/bc-white-paper/appendix/general-terms-and-conditions/cookies-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.
