> 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/privacy-policy.md).

# Privacy Policy

*Last updated: 05.10.2025*

This Privacy Policy describes how **Football Capital Markets (FCM)** (hereinafter “FCM”, “we”, “us”, or “our”) processes your personal data when you use the FCM platform and this website (together, the “Website” or “Platform”).

We value your privacy and are committed to transparency in how we process personal data. While we aim to align with international privacy standards, specific requirements, rights, and obligations may differ depending on jurisdiction. This Privacy Policy is provided on a best-effort basis and will be updated once the legal entity operating FCM is formally incorporated.

***

**1. Who is responsible for data processing?**

At this stage, FCM is operated by its founding team (the “Project Team”). A dedicated company will be registered in due course, at which point this Privacy Policy will be updated to reflect the legal entity’s details.

For any privacy-related inquiries, you can reach the Project Team through the contact channels available on the Website.

***

**2. What personal data do we collect and why?**

**2.1. Website usage and technical data**

* **Purposes**: To operate the Website, maintain performance and security, and provide information.
* **Categories of data**: IP address, browser type/version, operating system, referrer URL, device information, date and time of access.
* **Legal basis**: Consent and our legitimate interest in proper website operation.
* **Storage**: Stored temporarily for the duration of your visit or for security purposes.

**2.2. Wallet and trading activity**

* **Purposes**: To enable participation in FCM, including buying/selling player tokens, monitoring market value, and displaying performance rankings.
* **Categories of data**: Wallet address, balances, transaction history, smart contract interactions.
* **Special note**: Wallet addresses are pseudonymous but may still qualify as personal data.
* **Storage**: Wallet and transaction data are recorded on public blockchains and cannot be altered or deleted by us.

**2.3. Account and communications (if applicable)**

* **Purposes**: If you create an account, subscribe to updates, or contact us, we process your data to provide support and communicate with you.
* **Categories of data**: Username, email address, communications, preferences.
* **Legal basis**: Consent and legitimate interest in providing support.
* **Storage**: As long as your account is active or communication is ongoing.

**2.4. Legal purposes**

* **Purposes**: To protect our rights, enforce terms, or comply with legal obligations.
* **Categories of data**: As outlined in the sections above.
* **Storage**: For as long as required by applicable laws or limitation periods.

***

**3. Who do we share personal data with?**

Personal data may be shared with:

* Service providers (hosting, analytics, communications)
* Legal representatives and regulators (if required by law)
* IT infrastructure providers (software, cloud hosting)

Processors may only handle data according to our instructions.

Some data may be transferred internationally. Where this occurs, we aim to ensure appropriate safeguards, such as contractual protections or recognized adequacy standards.

***

**4. Links to other websites**

The Website may contain links to third-party websites. We are not responsible for the privacy practices of those websites and recommend reviewing their policies.

***

**5. Children’s privacy**

FCM is not directed at individuals under the age of 18. We do not knowingly collect personal data from minors. If you believe a minor has provided us with personal data, please contact us, and we will delete it where possible.

***

**6. Profiling & automated decision-making**

We do not currently use profiling or automated decision-making. If such features are introduced, we will update this Privacy Policy and provide all required information.

***

**7. Your rights**

Depending on jurisdiction, you may have rights such as:

* Access to your personal data
* Rectification of inaccurate data
* Erasure of data (where possible)
* Restriction of processing
* Objection to processing
* Data portability
* The right not to be subject to automated decision-making

Please note that blockchain data (wallet addresses, transactions) cannot be altered or erased.

***

**8. Changes to this Privacy Policy**

We may update this Privacy Policy from time to time. Updates will be posted on the Website with a revised “last updated” date. We recommend reviewing the policy regularly.

***

[<br>](https://fcm.gitbook.io/fcm.fun/documentation/terms-of-service)


---

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