# Privacy Policy

**1. Introduction**

AgentGPT (“we,” “our,” or “the Platform”) respects your privacy and is committed to transparency in data practices. This Privacy Policy explains how we handle information in connection with your use of our decentralized protocol, smart contracts, and services. By using AgentGPT, you acknowledge and consent to the practices described herein.

***

#### **2. Scope**

This policy applies to:

* Users interacting with AgentGPT’s decentralized applications (dApps).
* Visitors to [agent-gpt.org](https://agent-gpt.org) and subdomains.
* Participants in governance, staking, or other Platform activities.

***

#### **3. Data We Do Not Collect**

AgentGPT is a **non-custodial, decentralized protocol**. We **do not**:

* Collect personal information (e.g., name, email, IP address).
* Require accounts, KYC, or identity verification.
* Store or control your private keys, wallets, or funds.

***

#### **4. Blockchain Data**

* **Public Nature**: Transactions on blockchain networks (e.g., Ethereum) are immutable and publicly visible. This includes wallet addresses, transaction amounts, and timestamps.
* **Agent Interactions**: Data generated by AI agents (e.g., transaction logs, smart contract calls) is stored on-chain and accessible to anyone.

***

#### **5. Data We May Collect**

**5.1 Usage Analytics**

* **Aggregate Data**: Non-identifiable metrics (e.g., total users, transaction volume) to improve Platform performance.
* **Cookies**: Anonymous session cookies for website functionality (e.g., theme preferences).

**5.2 Community Interactions**

* **Public Forums**: Data you voluntarily share on Discord, GitHub, or DAO forums is subject to third-party policies.

***

#### **6. How We Use Data**

* **Protocol Operations**: Maintain and optimize decentralized infrastructure.
* **Security**: Monitor for fraudulent activity or vulnerabilities.
* **Compliance**: Adhere to legal obligations (e.g., court orders).

***

#### **7. Data Sharing**

* **Third Parties**: We do not sell or rent data. Anonymized analytics may be shared with:
  * Developers improving the protocol.
  * Auditors or legal authorities (if required by law).
* **Decentralized Networks**: Blockchain data is inherently shared with node operators and miners/validators.

***

#### **8. Data Security**

* **Your Responsibility**: Secure your wallet, private keys, and devices.
* **Protocol Security**: AgentGPT employs audited smart contracts but cannot guarantee immunity from exploits.

***

#### **9. Your Rights**

* **Access**: Blockchain data is publicly accessible via explorers (e.g., Etherscan).
* **Deletion**: On-chain data cannot be erased due to blockchain immutability.
* **Opt-Out**: Disable cookies via browser settings or avoid using the Platform.

***

#### **10. Third-Party Services**

* **Wallets/Exchanges**: Services like MetaMask or Uniswap have independent privacy policies.
* **External Links**: We are not responsible for data practices on linked websites.

***

#### **11. Children’s Privacy**

AgentGPT is not intended for users under **18**. We do not knowingly collect data from minors.

***

#### **12. Policy Updates**

Changes to this policy will be posted at agent-gpt.gitbook.io/legal/privacy-policy. Continued use constitutes acceptance.

***

#### **13. Contact**

For privacy concerns:

* **Support Team**: <support@agent-gpt.org>
* **Telegram**: [t.me/agentgptorg](https://t.me/agentgptorg)

***

**By using AgentGPT, you agree to the terms of this Privacy Policy.**\
\&#xNAN;*Last updated: February 8, 2025*


---

# Agent Instructions: 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:

```
GET https://agent-gpt.gitbook.io/agent-gpt/legal/privacy-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
