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

# Account Abstraction Disclaimer

#### Data shared with Alchemy (Account Abstraction ONLY)

When you interact with your Smart Wallet, our system uses services provided by **Alchemy Insights, Inc.** (“Alchemy”) to enable certain technical functions. To operate these services securely and reliably, **your device’s IP address** is transmitted to Alchemy as part of the network request.

We do **not share any directly identifying information** (such as your name or real email address) with Alchemy. **Email addresses used for authentication are automatically replaced with anonymized aliases** generated by our system, ensuring that Alchemy cannot identify or contact you directly.

Only for services related to Account Abstraction and Smart Wallets, Alchemy acts as our **data processor** under the EU General Data Protection Regulation (GDPR). They process this limited technical data only to deliver the service and maintain security, in line with their [Data Protection Addendum](https://legal.alchemy.com/#contract-uihycb5ms) and standard contractual clauses for international data transfers.

We ensure that:

* only the **minimum necessary data** (your IP address and anonymized identifiers) is shared for service functionality,
* the transfer is covered by **EU-approved safeguards** (SCCs), and
* all other personal data remains controlled and anonymized within our infrastructure.


---

# 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.blocksquare.io/certified-partners/legal/account-abstraction-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.
