# Privacy Policy

This Privacy Policy explains how **Glow** ("we", "us", or "our") collects, uses, and discloses information about you when you access or use our website at \[Insert Website URL, e.g., glow\.fun] and our related decentralized applications and services (collectively, the "Platform").

Glow is a decentralized Web3 platform. We deeply respect your privacy and strive to collect the minimum amount of data necessary to provide a smooth and secure user experience. **We do not require you to create an account, provide your name, or complete KYC (Know Your Customer) procedures to use our core smart contract interface.**

By using the Platform, you consent to the collection and use of your information as described in this Privacy Policy.

#### 1. Information We Collect

**A. Information You Provide to Us**

* **Token Metadata:** When you launch a memecoin on Glow, you may voluntarily upload images, token names, descriptions, and links to external websites or social media (e.g., X/Twitter, Telegram). This information becomes public.
* **Communications:** If you contact our support team or engage with us on social media (e.g., Discord, Telegram, X), we collect the information you provide, such as your username or email address and the contents of your message.

**B. Information Collected Automatically**

* **Log and Usage Data:** When you access the Platform, our servers automatically record information that your browser sends. This may include your IP address, browser type, operating system, device information, pages viewed, and the dates/times of your visits.
* **Cookies and Local Storage:** We may use cookies, local storage, and similar technologies to remember your preferences (e.g., dark/light mode, language) and analyze how the Platform is used. You can disable cookies in your browser, but some features of the Platform may not function properly.

**C. Public Blockchain Data (On-Chain Data)**

* **Wallet Addresses and Transactions:** To interact with Glow, you must connect a non-custodial blockchain wallet (e.g., Phantom, MetaMask). We temporarily collect your public wallet address to display your balances and facilitate transactions.
* *Please note:* Your wallet address, token creation events, trades, and balances are permanently and publicly recorded on the Solana blockchain. **This is not controlled by Glow.**

#### 2. How We Use Your Information

We use the limited information we collect for the following purposes:

* **To Provide the Service:** To connect your wallet to the Platform, route your transaction requests to the blockchain via RPC (Remote Procedure Call) nodes, and display blockchain data correctly on our frontend interface.
* **To Improve the Platform:** To analyze usage trends, fix bugs, and enhance the user interface.
* **To Maintain Security:** To detect, prevent, and mitigate malicious activities, bot attacks, DDoS attacks, or violations of our Terms of Service.
* **To Comply with the Law:** To satisfy any applicable legal requirements, regulatory obligations, or legitimate requests from law enforcement.

#### 3. How We Share Your Information

**We do not sell, rent, or trade your personal data to third parties.** We may share your information only in the following limited circumstances:

* **Service Providers:** We share necessary data (such as IP addresses or wallet addresses) with third-party infrastructure providers that help us run the Platform. This includes web hosting services (e.g., Vercel, AWS), security providers (e.g., Cloudflare), and Blockchain RPC node providers (e.g., Helius, Alchemy, QuickNode) strictly for the purpose of executing your transactions.
* **Legal & Compliance:** We may disclose your off-chain information if we believe it is reasonably necessary to comply with a law, regulation, legal process, or governmental request.
* **Business Transfers:** If Glow undergoes a merger, acquisition, or sale of assets, your information may be transferred as part of that transaction.

#### 4. The Public Nature of Blockchain Data

Due to the inherent nature of blockchain technology, **all on-chain data is public, immutable, and transparent.**

When you launch a token or make a trade on Glow, that action is broadcasted to the \[Insert Blockchain] network. Anyone in the world can view your wallet address, transaction history, and asset balances via blockchain explorers (e.g., Solscan, Etherscan).

**Glow cannot alter, erase, or hide information that has been written to the blockchain.** If you wish to maintain extreme privacy, we recommend using a newly generated, separate wallet that is not tied to your real-world identity when interacting with Web3 protocols.

#### 5. Data Security

We implement reasonable technical and organizational measures to protect the off-chain data we collect (e.g., using SSL encryption and secure hosting environments). However, no method of transmission over the internet or method of electronic storage is 100% secure. We cannot guarantee absolute security. You are solely responsible for securing your wallet's private keys and seed phrases.

#### 6. Third-Party Links

Our Platform may contain links to third-party websites or services (such as external DEXs, block explorers, or token creators' social media links). We are not responsible for the privacy practices of these third parties. We encourage you to read their privacy policies.

#### 7. Children's Privacy

Glow is not intended for use by individuals under the age of 18. We do not knowingly collect personal information from children. If we become aware that we have collected information from a child under 18, we will take steps to delete such information.

#### 8. Changes to This Privacy Policy

We may update this Privacy Policy from time to time. If we make material changes, we will notify you by updating the "Last Updated" date at the top of this policy. Your continued use of the Platform after the revised Privacy Policy has become effective indicates that you have read, understood, and agreed to the current version of this Policy.

#### 9. Contact Us

If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at:  [glow.fun](https://glow.fun)


---

# 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://glowfun.gitbook.io/glowdotfun/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.
