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

# Cookie Policy

*Last updated: 23.06.2025*

**1. What Are Cookies?**

Cookies are small data files generated by a web server, transmitted over the Internet, and stored on a user’s device via their browser.

The FCM Website and Platform (“Website”) use cookies and similar technologies to:

* Recognize users and their devices
* Store user preferences and session data
* Improve platform functionality and performance
* Analyze usage to optimize user experience
* Manage and personalize content (including potential ads in the future)

***

**2. Types of Cookies**

**(a) By Domain Origin**

* **First-party cookies**: Set and read exclusively by the FCM domain.
* **Third-party cookies**: Set and read by external service providers (e.g., analytics or cloud hosting).

**(b) By Storage Duration**

* **Session cookies**: Temporary cookies deleted when you close your browser. They allow the Website to remember your actions while navigating between pages.
* **Persistent cookies**: Stored on your device until deleted or expired. These may retain preferences such as language settings or login sessions.

**(c) By Purpose**

* **Strictly necessary cookies**: Essential for core functionality (e.g., navigation, wallet connection). Cannot be disabled.
* **Analytics cookies**: Collect anonymized data to understand usage patterns and improve performance.
* **Marketing cookies** (future use): May track visits across websites to deliver personalized advertising.

***

**3. Use of Cookies Without Consent**

In line with common data protection principles, FCM may store cookies without explicit user consent when:

* They are strictly necessary to transmit a message over an electronic communications network; or
* They are strictly necessary to provide a service expressly requested by the user (e.g., connecting a wallet, maintaining login).

All other cookies (analytics, marketing) will be stored only with your consent, which you can withdraw at any time.

***

**4. Managing Cookies**

You can manage, restrict, or delete cookies through your browser settings. Note that disabling essential cookies may affect the proper functioning of the Website and Platform.

***

**5. Updates to this Cookie Policy**

We may update this Cookie Policy periodically to reflect new technologies, practices, or legal requirements. Updates will be published on this page with a revised “last updated” date.

[<br>](https://fcm.gitbook.io/fcm.fun/documentation/privacy-policy)


---

# 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://fcm-1.gitbook.io/fcm-docs/documentation/cookie-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.
