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

# Privacy Policy

This Privacy Notice describes how Irving Digital Holdings LLC (“Company,” “we,” or “us”) handles personal information, if any, in connection with its limited activities.<br>

**1. No Active Personal Data Collection**

The Company does not operate user accounts and does not actively collect personal information through the smart contracts or related infrastructure.

Interactions with smart contracts occur directly on public blockchain networks.<br>

**2. Third-Party Services**

If you interact with third-party services (including wallet providers, blockchain explorers, or protocol interfaces), those services may collect information subject to their own privacy policies. The Company does not control and is not responsible for such third-party data practices.<br>

**3. Cookies and Tracking**

The Company does not intentionally use cookies, analytics, or tracking technologies in connection with the smart contracts or related infrastructure.<br>

**4. Legal Compliance**

The Company may disclose information if required to comply with applicable law, legal process, or governmental request.<br>

**5. Changes to This Notice**

This Privacy Notice may be updated from time to time by posting a revised version.

*Last updated: February 6, 2026*&#x20;


---

# 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://level-money.gitbook.io/level-documentation/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.
