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

# Disclaimer

[**Whitered is a free smart contracts service.**](#user-content-fn-1)[^1]

The project facilitates direct interaction between smart contract owners. The service is designed for services of an informational nature. \
This platform:

* does not collect or store user finances;
* does not centrally manage the smart contracts of the platform;

[**All movements of funds are p2p (Peer to Peer);**](#user-content-fn-1)[^1]

* the platform does not reserve the right to influence the communication of the owners of smart contracts, all users can communicate directly;
* there are no fundraisers in the community;
* the user provides their data to activate the smart contract voluntarily;
* The platform does not collect or store any personal data of the user.

We are constantly working on the efficiency of the site, but in spite of this it is impossible to force majeure cannot be ruled out. Access to the platform may be terminated without users without notice.The administration of the project takes all reasonable measures to ensure accuracy and relevance of the information provided.

[**Despite this, we:**](#user-content-fn-1)[^1]

* We are not responsible for any losses arising from Use of the site materials. The consequences of actions and decisions undertaken by a person or entity remain the responsibility of the person undertaking them.
* We provide only the opinions and experiences of the community, which do not constitute financial and legal advice.
* The Platform makes no warranty of any kind as to its content, including as to its timeliness, relevance, accuracy, completeness reliability, reliability, accessibility or appropriateness for any particular purpose project and its content. The Platform makes no warranty that its use will be error-free, that its use will be safe and uninterrupted.
* The administration of the project does not guarantee that it will correct any bugs, and that the platform will be free from viruses or other malicious code.
* The administration does not guarantee that the content of the platform does not violate rights of third parties.
* Access to the platform, as well as the use of its content is solely at the discretion of the user.

**By using this platform, you agree to the terms and conditions set forth herein.**

[^1]:


---

# 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://white-red.gitbook.io/white-red/info/disclaimer.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.
