🔒 Privacy Policy

Privacy Policy

We are committed to protecting your privacy and the security of your personal data. This document describes how we collect, use, and share your information.

📋 Table of Contents

  1. Information We Collect
  2. ⚖️ Legal Basis (GDPR Art.6)
  3. How We Use Your Data
  4. Cookies & Tracking
  5. Third-Party Sharing
  6. 🏢 Data Controller
  7. 🌍 International Transfers
  8. 🤖 AI & Automated Decisions
  9. Security & Data Protection
  10. Data Retention
  11. Your Rights
  12. Children's Privacy
  13. 🚨 Data Breach Notification
  14. 🇺🇸 CCPA Rights (California)
  15. Changes to This Policy
  16. Contact Us
01
Information We Collect

The YAKUZZA AI platform collects various categories of information to deliver its services effectively. This includes:

02
How We Use Your Data

We use your data solely for the following purposes:

⚠️ Disclaimer: We do not use your data for automated financial analysis that affects your personal investment decisions. All analyses and signals are issued by Najm personally.
03
Cookies & Tracking

We use cookies and similar technologies for the following purposes:

You can decline non-essential cookies via the consent banner at the bottom of the page, or through your browser settings. This may affect some platform features.

04
Third-Party Sharing

We do not sell your personal data to any third party. We may share data only in the following circumstances:

Third-party services operating on our platform include: Google Fonts and Trustpilot. Each has its own privacy policy.

🏢
Data Controller Identity

The data controller responsible for processing your personal information is:

🌍
International Data Transfers — GDPR Article 46

Some of your data may be processed outside the EU/EEA through our service providers:

We ensure appropriate safeguards are in place per GDPR Article 46 for all international transfers.

🤖
AI & Automated Decisions — GDPR Article 22

Mandatory disclosure under GDPR Article 22 regarding AI use on our platform:

⚠️ Financial Warning: Analyses are for educational and informational purposes only. Trading carries high risk that may exceed your invested capital. This does not constitute licensed financial advice.
05
Security & Data Protection

We follow high industry standards to safeguard your data:

Despite our best efforts, no internet transmission is 100% secure. We recommend using a strong, unique password for your account.

06
Data Retention

We retain your data for the duration of your active subscription. After account deletion, data may be retained for up to 365 days for legal and accounting purposes. You may request full deletion at any time, subject to legal obligations.

Live chat logs are retained for 90 days then automatically purged.

07
Your Rights

You hold the following rights regarding your personal data:

To exercise any of these rights, contact us via @NajmFX_Support on Telegram. We aim to respond within 5 business days.

08
Children's Privacy

Our services are intended exclusively for adults (18+). We do not knowingly collect data from children. If we discover data belonging to a minor, we will delete it immediately. If you are a guardian who believes your child has registered with us, please contact us immediately.

🚨
Data Breach Notification — GDPR Articles 33-34

Upon discovering a security breach affecting your data, we commit to the following:

If you suspect your account has been compromised, contact us immediately at @NajmFX_Support

🇺🇸
California Residents Rights — CCPA / CPRA

If you reside in California (United States), the CCPA/CPRA laws grant you the following rights:

To submit a CCPA request, contact @NajmFX_Support and include "CCPA Request" in your message.

09
Changes to This Policy

We may update this policy from time to time. For material changes, we will notify you via:

Your continued use of the platform following any changes constitutes acceptance of the updated policy.

10
Contact Us

For any privacy-related inquiry or to exercise your rights, contact us via the following channels:

📱
Telegram Support
@NajmFX_Support
👤
Direct Management Contact
@najm779
📍 Note: We aim to respond to all privacy requests within 5 business days.
Last Updated: 2025-03-10

⚠️ تصنيف: سري للغاية | YAKUZZA QUANTUM RADAR

اكتشف حركة صُناع السوق وتتبع مسار الأموال الذكية (الذهب والبتكوين) عبر الرادار الاستخباراتي.

هل ترغب في الحصول على مفتاح الدخول لقناة الـ VIP مجاناً؟

💬 0
الدعم المباشر

أهلاً بك في YAKUZZA AI

أدخل اسمك للحصول على خصم 20% فوراً!

قيم تجربتك معنا

const sections = document.querySelectorAll('.policy-section[id]'); const links = document.querySelectorAll('.policy-toc a'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { links.forEach(l => l.style.color = ''); const active = document.querySelector(`.policy-toc a[href="#${entry.target.id}"]`); if (active) active.style.color = 'var(--neon-cyan)'; } }); }, { rootMargin: '-40% 0px -55% 0px' }); sections.forEach(s => observer.observe(s));