> For the complete documentation index, see [llms.txt](https://steakhouse.financial/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://steakhouse.financial/docs/documents/zh/chang-gui/privacy.md).

# 隐私政策

**本隐私政策的范围**

本隐私政策适用于您对位于以下网站的使用： [steakhouse.financial](http://steakhouse.financial/) （“网站”），由根据开曼群岛法律注册成立的 Steakhouse Financial Ltd 运营。它亦适用于由根据巴拿马共和国法律注册成立的 Carniceria Tropical Inc. 提供的与保险库相关的任何用户界面或应用（“保险库界面”）。

就本隐私政策而言，Steakhouse Financial Ltd 与 Carniceria Tropical Inc. 合称为“我们”。

尽管我们不要求用户提供姓名或电子邮件即可访问保险库，但我们可能会收集与区块链地址和设备元数据相关联的数据，这些在适用法律下可能被视为个人信息。

本政策描述了我们如何根据巴拿马共和国的法律以及在适用情况下其他隐私法规（例如通用数据保护条例（GDPR）、英国 GDPR 及加州消费者隐私法案（CCPA）等）收集、使用、共享和保护个人信息。

**我们收集的信息**

我们可能会收集以下类别的信息：

* 设备信息：IP 地址、浏览器类型、操作系统和访问时间戳。
* 使用数据：与我们服务的交互，包括页面访问、点击和引用 URL。
* 钱包数据：连接到我们保险库的钱包地址，包括可在公共区块链上查看的交易历史。
* Cookie 与跟踪技术：通过 cookie 或类似技术收集的信息（见下文“Cookie”部分）。
* 自愿提供的数据：如果您联系我们或填写任何可选表格时提供的信息。

除非您自愿提交，否则我们不会故意收集可直接识别个人的信息。

**个人信息的使用**

我们可能将收集的信息用于：

* 运营、维护和改进我们的服务；
* 提供分析和使用洞察；
* 检测、防止或处理欺诈、滥用或技术问题；
* 遵守法律义务并执行我们的条款；
* 回应用户查询。

**Cookie**

我们可能使用 cookie 和其他跟踪技术来分析流量和使用模式。您可以通过浏览器设置控制或禁用 cookie，但这样可能会影响您在我们网站上的体验。

**第三方服务**

我们可能使用第三方服务提供商（例如分析平台、托管提供商）来支持服务。这些提供商可能代表我们收集或处理数据，且受合同中的保密和数据保护义务约束。

**不出售个人数据**

我们不会出售您的个人信息，并且在过去 12 个月内也未出售任何个人信息。我们不会将个人信息与第三方共享以用于跨情境行为广告或类似的货币化目的。

**披露您的个人信息**

除以下情况外，我们不会共享您的个人信息：

* 与代表我们执行服务的服务提供商；
* 在法律、法律程序或监管义务要求时；
* 为执行我们的使用条款或保护我们的权利、隐私、安全或财产；
* 与合并、收购或资产出售有关时。

**信息保留**

我们仅在为提供服务或遵守法律义务合理必要的期间内保留个人信息。与区块链相关的数据在公共网络上是公开可用并无限期保留的。

**您的权利**

根据您的司法管辖区，您可能享有以下权利：

* 访问我们持有的关于您的个人数据；
* 请求更正或删除您的数据；
* 反对或限制某些数据处理；
* 在适用情况下撤回同意；
* 向数据保护机构提出投诉。

要行使您的权利，请通过 <legal@steakhouse.financial> 与我们联系。我们可能会在回应前要求验证您的身份。

**数据安全**

我们实施适当的技术和组织措施来保护您的数据。但没有任何在线传输或存储是完全安全的，我们无法保证绝对的安全性。

**儿童隐私**

本服务并不面向 18 岁以下或其司法管辖区定义的法定成年年龄以下的个人。我们不会刻意收集未成年人的个人信息。

**国际传输**

您的个人信息可能会被传输到并在您所在司法管辖区以外的国家处理。使用我们的服务即表示您同意根据本政策进行此类传输。

**对本政策的更改**

我们可能不时更新本隐私政策。如有重大变更，我们将发布修订版本并更新“最后更新”日期。继续使用服务即表示接受这些变更。

**联系我们**

如果您对本隐私政策有任何问题或疑虑，请通过以下方式与我们联系：<legal@steakhouse.financial>


---

# 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://steakhouse.financial/docs/documents/zh/chang-gui/privacy.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.
