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

# Privacy Policy

At BlockBlend, we respect and protect the privacy of our customers. In this Privacy Policy (“Policy”) we explain how we handle the information we get when you access our services. Please take a moment to read this Privacy Policy carefully before using any of BlockBlend’s services.

**Document's contents**

1. What information we collect
2. Protection of personal information

**Amendment of the Policy**

The Policy is presented in the most up-to-date version. Over time, BlockBlend may unilaterally amend the Policy, including to comply with the latest changes in the applicable law and jurisprudence. All changes come into force from the moment they are published on this page, unless a different period is indicated in the text of the amendments. We will make every effort to organize additional ways to notify users of amendments to the Policy, but we ask you to regularly check for the latest version on the website yourself.

**What information we collect**

BlockBlend does not collect or store any user information. Neither your location, IP address, wallets or associated social media handles (ie: Telegram, X, Medium, etc.) in relation to any provided services or customer support will be collected or maintained.

**Protection of personal information**

The only identifying information related to transactions on BlockBlend’s platform will be the unique Recovery Key utilized in support cases. The unique Recovery Key is meant to protect all user information, disconnecting support services from transactions and users


---

# 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://docs.blockblend.io/legal/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.
