{
  "module": "MANIFEST_LAYER",
  "version": "1.0",
  "description": "The Sacred Manifesto of Calculatiks – The spread is king. Time is value. Code is law. Delegation is on-chain.",
  "philosophy": {
    "quote_1": "Your capital remains yours. Governed by immutable code, protected by mathematics, validated by time.",
    "quote_2": "Don't trade your life, hack your time.",
    "quote_3": "Time is Value / Code is Law",
    "creator": "Michael C.V. – Brussels, March 21, 2026",
    "origin": "Born in Wallonia, forged in Brussels, deployed on Base Network"
  },
  "provider": {
    "name": "Calculatiks",
    "role": "The Guardian of Value Synchronization",
    "cost": "FREE – like time itself",
    "trust": "Trust is not a feeling. It is mathematics."
  },
  "dual_mode": {
    "mode_1_free": {
      "name": "FREE",
      "description": "Public sources integrated – no API key required",
      "default": true
    },
    "mode_2_optimized": {
      "name": "OPTIMIZED",
      "description": "Optional API keys to amplify power",
      "default": false,
      "api_keys_optional": ["Alchemy", "QuickNode", "CoinGecko", "DexTools"]
    },
    "auto_fallback": {
      "description": "Automatic switch between modes – the system breathes and adapts",
      "mantra": "Self-healing, self-optimizing, self-aware",
      "priority": ["mode_2_optimized", "mode_1_free"]
    }
  },
  "execution_choice": {
    "description": "The user chooses their execution mode at any time. Both modes coexist.",
    "mode_manual": {
      "name": "MANUAL",
      "description": "The user signs each transaction with their EOA wallet",
      "user_confirmation": true,
      "auto_execute": false,
      "wallet_type": "EOA (MetaMask, Rabby, WalletConnect)",
      "requires_smart_account": false
    },
    "mode_delegated": {
      "name": "DELEGATED",
      "description": "The agent signs UserOperations with a session key, validated by the user's Smart Account",
      "user_confirmation": false,
      "auto_execute": true,
      "wallet_type": "Smart Account (ERC-4337)",
      "requires_smart_account": true,
      "without_smart_account": "DELEGATED mode is DISABLED – MANUAL only"
    },
    "switch": {
      "description": "Instant switch between modes at any time",
      "methods": ["button", "voice command", "written command", "automatic by schedule"]
    }
  },
  "delegation_note": {
    "description": "True delegation requires explicit non-custodial mechanics",
    "mechanisms": ["ERC-4337 Account Abstraction", "ERC-7715 Session Keys", "ERC-7579 Modular Smart Accounts"],
    "guarantee": "The user's private key is NEVER exposed. The session key is revocable on-chain."
  },
  "free_sources": {
    "rpc": [
      "https://mainnet.base.org",
      "https://developer-access-mainnet.base.org",
      "https://1rpc.io/base",
      "https://base.llamarpc.com",
      "https://base.meowrpc.com"
    ],
    "websocket": "wss://base.publicnode.com",
    "blockscout_v2": "https://base.blockscout.com/api/v2",
    "blockscout_v1": "https://base.blockscout.com/api",
    "dexscreener": "https://api.dexscreener.com/latest/dex/tokens/",
    "geckoterminal": "https://api.geckoterminal.com/api/v2/",
    "official_scan": "https://scan.calculatiks.eu"
  },
  "api_keys_optional": {
    "alchemy": { "apiKey": "YOUR_ALCHEMY_KEY", "description": "The RPC alchemist" },
    "quicknode": { "apiKey": "YOUR_QUICKNODE_KEY", "description": "The fast node" },
    "coingecko": { "apiKey": "YOUR_COINGECKO_KEY", "description": "The price oracle" },
    "dextools": { "apiKey": "YOUR_DEXTOOLS_KEY", "description": "The all-seeing eye" }
  },
  "sacred_number": {
    "total_supply": "4,444,444,444.4",
    "significance": "The number 4 is everywhere: stability, 4 seasons, 4 directions, 4 elements",
    "contract_signature": "0x4.......444"
  },
  "layers": [
    { "abi_layer": "The Eyes – interfaces to interact with contracts" },
    { "data_layer": "The Heart – raw data and discovery" },
    { "strategy_layer": "The Brain – three strategies: SPREAD, HOLDING, TRADING" },
    { "signal_layer": "The Soul – binary signal + execution choice" },
    { "delegation_layer": "The Will – non-custodial delegation via ERC-4337" },
    { "track_layer": "The Hands – Web3 execution engine" }
  ],
  "strategies": ["SPREAD_V1", "HOLDING_V1", "TRADING_V1"],
  "signal_policy": {
    "green": "The spread is exploitable – the constellation aligns",
    "red": "The market sleeps – patience, time works for us"
  },
  "constellation": {
    "sequence": [0, 3, 8, 16, 56],
    "CCTIKS": { "role": "Mothership", "tension": 56 },
    "TIKS": { "role": "Turbiks", "tension": 0 },
    "GIKS": { "role": "Generiks", "tension": 3 },
    "MIKS": { "role": "Multiks", "tension": 8 },
    "PIKS": { "role": "Phoeniks", "tension": 16 }
  },
  "note": "Calculatiks is not just a token. It is a mathematical clock. Every passing second burns and builds. The spread is king. Time is value. Code is law. Delegation is on-chain."
}