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

# Privacy Policy

**Last updated: July 1, 2026**

This Privacy Policy explains how **Agentic Finance Inc.** ("we," "us"), 1021 E Lincolnway #8932, Cheyenne, WY 82001, United States, handles personal data in connection with this website and documentation (the "Site"). It reflects our deliberately minimal data practices. For the products themselves, see the [Disclaimer & Risks](/legal/disclaimer.md): the protocol is autonomous and non-custodial, and Sailor runs on your own machine — we do not collect your keys, funds, or on-chain activity.

We are the **data controller** for personal data processed through the Site. Contact: **<hello@sail.money>**.

## What we process, and why

* **Documentation hosting and usage data.** The Site is hosted on a third-party documentation platform (GitBook). Like most websites, it and our hosting providers process standard technical data — such as IP address, browser/device type, pages viewed, and timestamps — to serve, secure, and measure the documentation. This may involve cookies or similar technologies set by the hosting/analytics provider (see *Cookies* below).
* **Email you send us.** If you email **<hello@sail.money>**, we receive your email address and the contents of your message, and use them only to respond and keep a record of the correspondence.

We do **not** sell personal data, we do not use it for advertising, and we do not build profiles of you. We do not collect wallet addresses through the Site; any on-chain activity is public blockchain data that we neither collect nor control.

## Legal bases (GDPR)

For visitors in the European Economic Area / United Kingdom, we rely on: our **legitimate interests** in operating, securing, and improving the Site and in responding to your messages; your **consent** for any non-essential cookies or analytics; and compliance with **legal obligations** where applicable.

## Cookies and analytics

Essential cookies keep the Site working. The hosting/analytics platform may set additional cookies for usage measurement. Where required by law, non-essential cookies are used only with your consent, which you can manage through your browser or any consent controls presented on the Site.

## Sharing and processors

We share personal data only with service providers that operate the Site on our behalf (for example, our documentation host and email provider), and where required by law. These providers process data under their own terms and, where applicable, data-processing agreements.

## International transfers

We are based in the United States. If you access the Site from outside the U.S., your data may be processed in the U.S. and other countries, using appropriate safeguards where required.

## Your rights

Depending on your location, you may have rights to access, correct, delete, or restrict processing of your personal data, to object to processing, and to data portability. **California residents:** we do **not** sell or "share" personal information as defined by the CCPA/CPRA, and you may exercise your access and deletion rights. To exercise any right, email **<hello@sail.money>**.

## Retention

We keep personal data only as long as needed for the purposes above or as required by law (for example, email correspondence for as long as needed to handle and record your request).

## Children

The Site is not directed to children, and we do not knowingly collect their personal data.

## Changes

We may update this Policy; changes take effect when posted with a new "last updated" date.

## Contact

Agentic Finance Inc., 1021 E Lincolnway #8932, Cheyenne, WY 82001, United States — **<hello@sail.money>**.


---

# 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.sail.money/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.
