{
  "id": "campaigns/wc2026-shuffle-system",
  "module": "campaigns",
  "slug": "wc2026-shuffle-system",
  "lang": "en",
  "title": "WC2026 Shuffle System",
  "description": "Explains the WC2026 shuffle engine: daily reshuffle, 12-level structure and maximum reachable positions inside a personal matrix.",
  "status": "stable",
  "sections": [
    {
      "id": "daily-shuffle",
      "heading": "1. What is the WC2026 Shuffle?",
      "body": [
        "The WC2026 Shuffle is a daily reshuffle of all active participants.",
        "Every day, the global structure is rebuilt from scratch.",
        "Your position is never fixed. Each day starts fresh.",
        "This keeps the system dynamic and fair for all active participants."
      ]
    },
    {
      "id": "optin-entry",
      "heading": "2. What does opt-in do?",
      "body": [
        "Opt-in places you into the WC2026 Shuffle system.",
        "Without opt-in, you are not part of the daily shuffle.",
        "Each opt-in activates your position inside the shuffle for that day."
      ]
    },
    {
      "id": "structure",
      "heading": "3. How does the structure work?",
      "body": [
        "The shuffle uses a 12-level structure.",
        "Each level doubles the previous one.",
        "Level 1 contains 2 positions, level 2 contains 4, level 3 contains 8, and this continues until level 12 contains 4,096 positions.",
        "All 12 levels together contain up to 8,190 potential earnable positions.",
        "This full structure is recreated every 24 hours."
      ]
    },
    {
      "id": "personal-view",
      "heading": "4. What is your personal structure?",
      "body": [
        "You always appear at the top of your own personal view.",
        "Below you, the system shows 12 personal levels based on the global shuffle.",
        "This gives you a simple view of your place inside the larger system.",
        "Even though the engine is global, every participant sees their own 12-level window."
      ]
    },
    {
      "id": "max-entries",
      "heading": "5. How many entries can you earn inside your structure?",
      "body": [
        "Your 12 personal levels together contain up to 8,190 potential earnable positions.",
        "That is the maximum reach of your personal WC2026 Shuffle structure.",
        "The actual number of active positions depends on the daily shuffle and real participant activity."
      ]
    },
    {
      "id": "system-note",
      "heading": "6. Important system behavior",
      "body": [
        "Your personal matrix is recreated from scratch every 24 hours. It is always fresh and never permanent.",
        "Your position in the global tree does not determine long-term outcomes. Each day is statistically independent.",
        "All participants receive the same opportunities regardless of signup date or referral activity.",
        "The system rewards activity within Scroma's marketplace — not networking or hierarchy."
      ]
    }
  ],
  "level_structure": {
    "levels": [
      { "level": 1, "positions": 2 },
      { "level": 2, "positions": 4 },
      { "level": 3, "positions": 8 },
      { "level": 4, "positions": 16 },
      { "level": 5, "positions": 32 },
      { "level": 6, "positions": 64 },
      { "level": 7, "positions": 128 },
      { "level": 8, "positions": 256 },
      { "level": 9, "positions": 512 },
      { "level": 10, "positions": 1024 },
      { "level": 11, "positions": 2048 },
      { "level": 12, "positions": 4096 }
    ],
    "total_positions": 8190,
    "note": "Your 12 personal levels together contain up to 8,190 potential earnable positions."
  }
}
