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

# Privacy policy

BlackPump Privacy Policy

1. General Provisions   \
   1.1. This Policy governs the relationship on the processing of personal data between Black\_Pump and users of the platform.   \
   1.2. We comply with the GDPR, CCPA and other applicable regulations.   \
   1.3. Using the platform means the user's consent to the terms of this Policy.   \
   1.4. In case of disagreement, the user must stop using the platform.
2. Collection of personal data   \
   2.1. We collect the following data:   \
   2.1.1. Username.   \
   2.1.2. Email.   \
   2.1.3. IP address.   \
   2.1.4. Cryptocurrency wallet addresses.   \
   2.1.5. Browser and device data.   \
   2.2. We may collect data through:   \
   2.2.1. Registration forms.   \
   2.2.2. Cookies.   \
   2.2.3. Server logs.   \
   2.2.4. Interaction with support.
3. Purposes of data processing   \
   3.1. Provision of services.   \
   3.2. User identification.   \
   3.3. Sending notifications and information letters.   \
   3.4. Improving the quality of the platform.   \
   3.5. Providing personalized content.   \
   3.6. Compliance with legal requirements.
4. Data storage   \
   4.1. Data is stored as long as necessary for the purposes of processing.   \
   4.2. The storage period may be up to 5 years after the user's last activity.   \
   4.3. Upon expiration of the period, the data is securely deleted or anonymized.
5. Data protection   \
   5.1. We use administrative, technical and physical security measures.   \
   5.2. We use SSL encryption for data transmission.   \
   5.3. We restrict access to the personal data of employees and contractors.   \
   5.4. We regularly conduct security audits.
6. Transfer of data to third parties   \
   6.1. We may transfer data to the following categories of persons:   \
   6.1.1. Hosting providers.   \
   6.1.2. Analytics providers.   \
   6.1.3. Legal consultants.   \
   6.2. Data is transferred only via secure channels.
7. Cookies and tracking   \
   7.1. We use cookies to:   \
   7.1.1. Authenticate users.   \
   7.1.2. Analyze behavior on the site.   \
   7.1.3. Personalize content.   \
   7.2. The user can manage cookies through browser settings.
8. User rights   \
   8.1. Right to access your data.   \
   8.2. Right to correct data.   \
   8.3. Right to delete data ("right to be forgotten").   \
   8.4. Right to restriction of processing.   \
   8.5. Right to data portability.   \
   8.6. Right to object to data processing.
9. Marketing and mailings   \
   9.1. We may send users:   \
   9.1.1. Platform news.   \
   9.1.2. Special offers.   \
   9.1.3. Important service notifications.   \
   9.2. The user can unsubscribe from mailings at any time through their profile settings.
10. Responsibility    \
    10.1. The user is responsible for providing accurate data.    \
    10.2. We are not responsible for the actions of third parties in the event of a data leak through no fault of ours.
11. Changes to the privacy policy    \
    11.1. We reserve the right to make changes to the Policy.    \
    11.2. All changes are published on the website.    \
    11.3. Continuing to use the service after changes means the user's consent.
12. Contact information    \
    12.1. For all data protection questions, users can contact us by email: <support@blackpump.com>

Additionally:

* We do not sell users' personal data to third parties.
* We do not collect data on health, race or political views.
* We process the minimum amount of data necessary.
* All employees are required to comply with internal data protection regulations.
* We inform users in the event of a data leak in accordance with the law.


---

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