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

# Cookie Policy

**AAABLE, Inc. Cookie Policy**

*Last Updated: August 2026*

Like almost every other online service, our services (including our website and any associated applications, collectively the "AAABLE Services") use cookies and similar technologies to provide you with an enhanced user experience, as well as to allow us to analyze and improve the AAABLE Services. We would not be able to provide certain features without the use of cookies and related technology, and as such your computer, mobile phone, tablet, or other enabled device (referred to collectively in this policy as a "device") will need to be set up to allow such technologies.

By visiting and continuing to browse our website, using the AAABLE Services, and, where appropriate, with your browser settings adjusted to accept cookies, you consent to our use of cookies, web beacons, and related technologies as described in this policy. If you do not consent to our use of cookies, your recourse is to stop using the AAABLE Services and stop visiting our website. You are also free to disable cookies through your browser settings, though doing so may interfere with your use of our website or the AAABLE Services. See Section 2 below for information on managing cookies.

This Cookie Policy applies to our own Site and Services. It does not govern cookies or tracking technologies used by Anchorage Digital, M0, or other regulated third parties you may interact with directly in connection with aaaUSD. Please refer to those parties' own cookie and privacy policies for information on their practices.

**1. What Do We Mean by "Cookie," "Web Beacon," or "Similar Technology"?**

A cookie is a small text file (typically made up of letters and numbers) that is downloaded and stored on your browser or device by websites you visit. Cookies form part of the "memory" of your use of a website, allowing service providers to recognize you and respond appropriately.

Cookies are generally split into two main types:

**Session cookies.** Stored in your device's memory only for the duration of your browsing session. Session cookies allow you to move around our website without having to repeatedly log in. They are deleted when your browser session ends or your browser is closed.

**Persistent cookies.** Stored in your device's memory and not deleted when your browser is closed. Persistent cookies help us remember you and your preferences each time you access the AAABLE Services.

AAABLE uses both types of cookies.

Cookies can also be categorized by function:

**Strictly necessary cookies.** Required for the necessary operation of the AAABLE Services - for example, cookies that allow you to log into secure areas of our website.

**Performance cookies.** Allow us to recognize and count visitors and see how visitors move around our website. This helps us understand how institutional users and prospective partners engage with our content, so we can improve navigation and ensure users find the information they need.

**Functionality cookies.** Used to recognize you when you return to our website, allowing us to remember preferences such as your choice of language or region.

**Targeting cookies.** Record your visit to our website, the pages you view, and the links you follow, so that we can make our website and any related communications more relevant to your interests. We may share this information with third parties for this purpose.

**Web beacons.** A web beacon is an object embedded in a webpage or email, typically invisible to you, that lets us confirm whether you have viewed the page or email. Web beacons are also referred to as web bugs, tracking bugs, clear GIFs, or pixel tags.

**2. Managing Cookies**

You can manage cookies, including enabling or disabling them, through your browser settings. If you block all cookies, including strictly necessary cookies, you may not be able to access all or part of the AAABLE Services.

Each browser is different, so we suggest checking the "Help" menu of your particular browser (or your device's settings) for guidance on managing cookie preferences. You may also find general information on managing cookies through third-party resources such as [www.allaboutcookies.org/manage-cookies/](http://www.allaboutcookies.org/manage-cookies/).

Links to popular browser cookie information pages, which you may find helpful:

Google \
Chrome \
Mozilla \
Firefox \
Safari \
Microsoft Edge

**3. General**

We hope this explains how we use cookies and similar technologies, and how you can manage them. We have referenced third-party websites and resources that may be useful, but we are not responsible for the content, functionality, or services provided by those sites. If you have further questions about our use of cookies, please contact us at <legal@aaable.io>


---

# 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.aaable.io/legal-terms/cookie-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.
