> 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/terms-of-use.md).

# Terms of use

Terms of Use of the BlackPump Platform

1. General Provisions   \
   1.1. These Terms govern the relationship between the user and the Black\_Pump platform.   \
   1.2. Using the platform means the user's consent to these Terms and the Privacy Policy.   \
   1.3. We recommend that you carefully read the terms before using the platform.
2. Description of the Service   \
   2.1. The Black\_Pump platform provides tools for creating, promoting and managing digital assets (tokens).   \
   2.2. The service is intended for both experienced users of the crypto industry and beginners.   \
   2.3. We strive to make the process as clear and accessible as possible.
3. Registration and Account   \
   3.1. Registration is required for full access to the functionality.   \
   3.2. The user agrees to provide accurate, complete and up-to-date information.   \
   3.3. Responsibility for the safety of the login and password lies with the user.   \
   3.4. In case of suspected unauthorized access, the user must notify us immediately.
4. User Obligations   \
   4.1. The user undertakes to use the platform in good faith and not to violate the law.   \
   4.2. It is prohibited to use the platform for:   \
   4.2.1. Illegal activity.   \
   4.2.2. Distribution of malware.   \
   4.2.3. Attempts to hack and interfere with the operation of the platform.   \
   4.3. The user agrees not to impersonate any other person or organization.
5. Access to the Service   \
   5.1. We strive to ensure uninterrupted operation of the service, but we cannot guarantee the absence of failures.   \
   5.2. We reserve the right to temporarily restrict access to carry out technical work.   \
   5.3. The user acknowledges that access may be restricted for reasons beyond our control.
6. Financial Transactions   \
   6.1. All deposit and withdrawal operations are carried out through cryptocurrency payments.   \
   6.2. The user confirms understanding of the risks associated with the volatility of cryptocurrencies.   \
   6.3. All financial transactions are carried out at the user's initiative.   \
   6.4. The platform does not charge hidden fees, all conditions are transparent.
7. The user assumes all risks   \
   7.1. The user understands that participation in transactions with tokens and cryptocurrencies is associated with high financial risks.   \
   7.2. All decisions on investing funds are made by the user independently and consciously.   \
   7.3. Black\_Pump is not liable for losses that may arise during the use of the platform.   \
   7.4. The user confirms that he acts at his own risk, understanding the possible consequences.
8. Limitation of liability   \
   8.1. The platform is provided on an "as is" basis.   \
   8.2. We are not liable for losses caused by the inability to use the service.   \
   8.3. We do not guarantee that the user will receive the expected profit.

8.4. We are not responsible for the actions of third parties, even if they are related to the use of the platform.

9. Intellectual Property   \
   9.1. All rights to the brand, content, software belong to Black\_Pump.

9.2. Copying, distribution and use of materials without written permission is prohibited.

10. Data Confidentiality    \
    10.1. We protect your personal data in accordance with the Privacy Policy.    \
    10.2. We take measures to prevent unauthorized access to information.
11. Marketing and Notifications    \
    11.1. The user agrees to receive notifications about new features and offers of the platform.    \
    11.2. The user can unsubscribe from the mailing list at any time.
12. Changes to Terms    \
    12.1. We reserve the right to make changes to these Terms.    \
    12.2. All changes are published on the website and come into force from the moment of publication.

12.3. Continued use of the service after the changes means the user's consent to them.

13. Termination of access    \
    13.1. We may block or suspend access to the service in case of violation of the Terms.

13.2. The user has the right to stop using the service at any time.

14. Applicable law and dispute resolution    \
    14.1. All disputes are resolved in accordance with the laws of the country of registration of the platform.    \
    14.2. In the event of a dispute, the parties undertake to attempt pre-trial settlement.
15. Contact information    \
    15.1. Questions, complaints and suggestions are accepted by e-mail at <support@blackpump.com>.

Additional:

* We respect the rights and freedoms of our users.
* We are open to suggestions for improving the platform.
* Our goal is long-term cooperation based on trust and transparency.


---

# 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/terms-of-use.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.
