{
  "schema_version": "initiative-changes.v1",
  "registry_version": "2026.06.10-8752c9d",
  "initiative_id": "bsc-ecosystem-readiness",
  "change_count": 2,
  "changes": [
    {
      "schema_version": "initiative-change.v1",
      "id": "bsc-performance-upgrades",
      "initiative_id": "bsc-ecosystem-readiness",
      "type": "protocol_architecture",
      "status": "reviewed",
      "summary": "BSC block times dropped sharply through the 2025 Lorentz (3s to 1.5s, Apr 29 2025) and Maxwell (1.5s to 0.75s, Jun 30 2025) hardforks, so apps that assume ~3s blocks or use block height for timing need to re-check their assumptions.",
      "affected_roles": [
        "app_builders",
        "defi_builders",
        "ai_agents"
      ],
      "affected_builder_groups": [
        "solidity_app_teams",
        "defi_builders",
        "oracle_consumers",
        "automation_users"
      ],
      "affected_protocols": [
        "pyth",
        "chainlink",
        "gelato"
      ],
      "affected_chains": [
        "bsc"
      ],
      "affected_intents": [
        "build-on-bnb-smart-chain",
        "real-time-price-feeds"
      ],
      "possible_consequences": [
        "Logic that derives time from block height (e.g. \"blocks per day\") must be recalibrated; BSC now produces ~0.75s blocks, roughly 4x faster than a year prior.",
        "Oracle staleness/heartbeat thresholds and automation intervals tuned for slower blocks should be reviewed for correctness and cost.",
        "The Maxwell upgrade (BEP-524/563/564) halved the per-block gas limit (70M to 35M) while raising throughput via faster blocks, so per-block gas budgeting differs from older assumptions."
      ],
      "priority": "medium",
      "recommended_action": "assess",
      "recommendation_strength": "watch",
      "evidence_refs": [
        "official:bsc-maxwell-hardfork",
        "official:bsc-lorentz-hardfork"
      ],
      "last_verified_at": "2026-06-10"
    },
    {
      "schema_version": "initiative-change.v1",
      "id": "bsc-shared-build-surface",
      "initiative_id": "bsc-ecosystem-readiness",
      "type": "protocol_architecture",
      "status": "reviewed",
      "summary": "BNB Smart Chain is a credible target for EVM MVPs whose dependencies have verified BSC deployments — account abstraction, oracles, indexing, multisig, and automation compose the same way as on any EVM chain.",
      "affected_roles": [
        "hackathon_builders",
        "app_builders",
        "ai_agents"
      ],
      "affected_builder_groups": [
        "solidity_app_teams",
        "defi_builders",
        "wallet_builders",
        "agentic_app_builders"
      ],
      "affected_protocols": [
        "pyth",
        "chainlink",
        "safe",
        "the-graph",
        "gelato",
        "biconomy",
        "zerodev",
        "uniswap",
        "layerzero",
        "goldsky",
        "hyperlane"
      ],
      "affected_chains": [
        "bsc"
      ],
      "affected_intents": [
        "build-on-bnb-smart-chain",
        "gasless-onboarding",
        "real-time-price-feeds",
        "swap-tokens-in-my-app"
      ],
      "possible_consequences": [
        "Agents can recommend a BSC stack from chain-agnostic infrastructure that has confirmed BNB Smart Chain deployments instead of assuming EVM-compatibility implies a live contract.",
        "Builders should still verify each dependency's BSC contract addresses, since deployment coverage varies by protocol.",
        "Liquidity and some tooling skew toward BSC-native dApps (e.g. PancakeSwap), which the registry does not yet cover."
      ],
      "priority": "high",
      "recommended_action": "assess",
      "recommendation_strength": "actionable",
      "evidence_refs": [
        "official:pyth-bnb-launch",
        "official:uniswap-bnb-deployments",
        "official:thegraph-bsc-network",
        "official:safe-supported-networks"
      ],
      "last_verified_at": "2026-06-10"
    }
  ]
}