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

# Privacy Policy

#### 1. Introduction

This Privacy Policy explains how Kotofi (“we”, “us”, or “our”) collects, uses, and protects information about you when you use:

* The Kotofi website and dashboard
* The Kotofi browser extension
* Any other products or services we provide (the “Services”).

By using Kotofi, you agree to this Privacy Policy.

***

#### 2. Information We Collect

We aim to collect only what we need to run the platform.

**2.1 Information You Provide**

* X (Twitter) account information: basic profile details such as username/handle and profile image, as permitted when you sign in.
* Wallet information: your public wallet address when you choose to connect a wallet.
* Contact information: if you email us or fill out forms (e.g., support, partnership), we collect what you provide.

**2.2 Information Collected Automatically**

* Usage data: pages you visit on the Kotofi site, clicks, time spent, device and browser type.
* Extension activity: which public X pages or posts you view while the extension is active, to measure discovery and mindshare.
* Technical data: IP address, approximate region, and other technical logs used to keep the service secure and working.

We do not ask for or collect your private keys or seed phrases.

***

#### 3. How We Use Your Information

We use your information to:

* Operate and improve Kotofi
* Recognize you as a discoverer or creator
* Calculate rewards and show your earnings
* Run and display campaigns and leaderboards
* Prevent abuse, bots, and fraud
* Communicate with you about the Services (e.g., updates, support).

We may also use aggregated and anonymized data (that does not identify you personally) for analytics, research, and product improvement.

***

#### 4. Cookies and Similar Technologies

We may use cookies and similar technologies on the website to:

* Keep you logged in
* Remember your preferences
* Understand how people use the site.

You can control cookies through your browser settings, but some features may not work properly if you disable them.

***

#### 5. How We Share Information

We do not sell your personal information.We may share limited information with:

* Service providers who help us operate Kotofi (e.g., hosting, analytics, email providers)
* Partners and projects in aggregated or anonymized form (for example, to show campaign performance)
* Authorities or regulators, if required by law or to protect our rights, users, or the public.

Any service providers we use are required to handle your data safely and only for the purposes we specify.

***

#### 6. Data Retention

We keep your information only for as long as needed to:

* Provide the Services
* Meet legal, tax, or accounting obligations
* Resolve disputes or enforce our agreements.

When information is no longer needed, we will delete it or anonymize it.

***

#### 7. Security

We use reasonable technical and organizational measures to protect your information. However, no online service is 100% secure.You are responsible for:

* Keeping your devices secure
* Protecting your X account and wallet access.

***

#### 8. Your Choices and Rights

Depending on your location, you may have rights such as:

* Accessing the personal information we hold about you
* Requesting correction or deletion of your information
* Objecting to or restricting certain processing
* Withdrawing consent where processing is based on consent.

To exercise these rights, contact us at <contact@kotofi.fun>. We may need to verify your identity before responding.You can also:

* Disconnect your wallet at any time
* Uninstall the browser extension
* Stop using the Services.

***

#### 9. Children’s Privacy

Kotofi is not intended for children under 18 or the age of majority in your country. We do not knowingly collect information from children. If you believe a child has used Kotofi, contact us so we can delete the information.

***

#### 10. International Transfers

Your information may be processed in countries other than where you live. These countries may have different data protection laws. We will take steps to ensure your information receives an appropriate level of protection, consistent with this Policy.(Your lawyer can add jurisdiction‑specific language here, e.g., for GDPR/UK GDPR/CCPA.)

***

#### 11. Changes to This Privacy Policy

We may update this Privacy Policy from time to time. When we do, we will update the “Last updated” date at the top and, if the change is significant, we may provide additional notice.If you continue to use Kotofi after changes take effect, you agree to the updated Policy.

***

#### 12. Contact

If you have questions about this Privacy Policy or how we handle your data, contact:Email: <contact@kotofi.fun>

***

If you tell me your main jurisdiction (e.g. US, UK, EU), I can tighten the legal sections (governing law, data rights) to better match that region.<br>


---

# 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.kotofi.fun/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.
