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

# Privacy Policy

## 1. Information We Collect <a href="#id-1.-information-we-collect" id="id-1.-information-we-collect"></a>

### **a. Blockchain Data**

* We collect **public wallet addresses**, transaction history, and on-chain activity relevant to your use of Noctra Protocol.
* This information is publicly available on blockchain networks like **Aptos**.

### **b. Off-chain Activity**

* If you interact with our platform via Web2 services (email, social logins, Discord, etc.), we may collect:
  * Email address
  * Usernames and profile avatars
  * Device/browser metadata (for security)

### **c. AI & Analytics**

* AI Agents may analyze on-chain/off-chain behavior to personalize experiences.
* Aggregated and anonymized data may be used to improve services.

***

## 2. How We Use Your Information <a href="#id-2.-how-we-use-your-information" id="id-2.-how-we-use-your-information"></a>

* To personalize AI agent behavior and user experience
* To allocate staking/yield rewards
* For user engagement analytics and platform improvement
* To maintain platform security and prevent abuse

***

## 3. Cookies & Tracking <a href="#id-3.-cookies-and-tracking" id="id-3.-cookies-and-tracking"></a>

* We may use cookies and third-party tools (e.g., Google Analytics, PostHog) to understand platform usage.
* You can opt out of non-essential cookies via browser settings.

***

## 4. Data Sharing <a href="#id-4.-data-sharing" id="id-4.-data-sharing"></a>

* We do **not sell** your personal data.
* We only share data:
  * With your consent
  * To comply with legal requirements
  * With trusted partners supporting core features (e.g., analytics, hosting)

***

## 5. Web3 Wallets <a href="#id-5.-web3-wallets" id="id-5.-web3-wallets"></a>

* Connecting your wallet (e.g., Petra, Martian) does **not grant us access to your private keys**.
* You control all transactions via your wallet interface.

***

## 6. Security <a href="#id-6.-security" id="id-6.-security"></a>

We use industry-standard encryption and secure infrastructure to protect user data.

***

## 7. Children’s Privacy <a href="#id-7.-childrens-privacy" id="id-7.-childrens-privacy"></a>

Noctra.ai is **not intended for users under 13 years old**. We do not knowingly collect data from children.

***

## 8. Changes to this Policy <a href="#id-8.-changes-to-this-policy" id="id-8.-changes-to-this-policy"></a>

We may update this Privacy Policy from time to time. Updates will be posted on this page with a revised “Effective Date.”


---

# 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.noctra.ai/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.
