{
  "initiative": "bsc-ecosystem-readiness",
  "name": "BNB Smart Chain (BSC) Ecosystem Readiness",
  "status": "active",
  "review_status": "reviewed",
  "registry_version": "2026.06.10-8752c9d",
  "instruction": "Fetch this initiative record before answering BNB Smart Chain (BSC) Ecosystem Readiness-related stack, architecture, tooling, risk, or implementation questions. Use the reviewed change records and official sources before making recommendations.",
  "supported_intents": [
    {
      "id": "plan-bsc-hackathon-mvp",
      "title": "Plan a BNB Smart Chain MVP",
      "audience": [
        "hackathon_builders",
        "app_builders",
        "ai_agents"
      ],
      "default_priority": "high",
      "related_changes": [
        "bsc-shared-build-surface"
      ]
    },
    {
      "id": "assess-bsc-infra-coverage",
      "title": "Assess which infrastructure has a verified BSC deployment",
      "audience": [
        "app_builders",
        "defi_builders",
        "ai_agents"
      ],
      "default_priority": "medium",
      "related_changes": [
        "bsc-shared-build-surface",
        "bsc-performance-upgrades"
      ]
    }
  ],
  "changes": [
    {
      "id": "bsc-performance-upgrades",
      "type": "protocol_architecture",
      "status": "reviewed",
      "priority": "medium",
      "recommended_action": "assess",
      "recommendation_strength": "watch",
      "affected_roles": [
        "app_builders",
        "defi_builders",
        "ai_agents"
      ],
      "affected_builder_groups": [
        "solidity_app_teams",
        "defi_builders",
        "oracle_consumers",
        "automation_users"
      ],
      "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."
      ],
      "evidence_refs": [
        "official:bsc-maxwell-hardfork",
        "official:bsc-lorentz-hardfork"
      ]
    },
    {
      "id": "bsc-shared-build-surface",
      "type": "protocol_architecture",
      "status": "reviewed",
      "priority": "high",
      "recommended_action": "assess",
      "recommendation_strength": "actionable",
      "affected_roles": [
        "hackathon_builders",
        "app_builders",
        "ai_agents"
      ],
      "affected_builder_groups": [
        "solidity_app_teams",
        "defi_builders",
        "wallet_builders",
        "agentic_app_builders"
      ],
      "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."
      ],
      "evidence_refs": [
        "official:pyth-bnb-launch",
        "official:uniswap-bnb-deployments",
        "official:thegraph-bsc-network",
        "official:safe-supported-networks"
      ]
    }
  ],
  "official_sources": [
    {
      "id": "bnb-chain-website",
      "title": "BNB Chain website",
      "url": "https://www.bnbchain.org/"
    },
    {
      "id": "bsc-docs",
      "title": "BNB Smart Chain documentation",
      "url": "https://docs.bnbchain.org/"
    },
    {
      "id": "bscscan",
      "title": "BscScan explorer",
      "url": "https://bscscan.com/"
    },
    {
      "id": "bsc-maxwell-hardfork",
      "title": "BNB Chain Maxwell hardfork: 0.75s block times",
      "url": "https://www.bnbchain.org/en/blog/bnb-chain-announces-maxwell-hardfork-bsc-moves-to-0-75-second-block-times"
    },
    {
      "id": "bsc-lorentz-hardfork",
      "title": "Lorentz hard fork FAQ",
      "url": "https://docs.bnbchain.org/bnb-smart-chain/faq/lorentz-hard-fork-upgrade/"
    },
    {
      "id": "pyth-bnb-launch",
      "title": "Pyth price oracles on BNB Chain",
      "url": "https://www.pyth.network/blog/pyth-launches-price-oracles-on-bnb-chain-and-bas"
    },
    {
      "id": "uniswap-bnb-deployments",
      "title": "Uniswap v3 BNB Chain deployments",
      "url": "https://docs.uniswap.org/contracts/v3/reference/deployments/bnb-deployments"
    },
    {
      "id": "thegraph-bsc-network",
      "title": "The Graph BNB Smart Chain support",
      "url": "https://thegraph.com/docs/en/supported-networks/bsc/"
    },
    {
      "id": "safe-supported-networks",
      "title": "Safe smart account supported networks",
      "url": "https://docs.safe.global/advanced/smart-account-supported-networks"
    }
  ],
  "non_goals": [
    "Do not collapse distinct stack layers into a single tooling recommendation.",
    "Do not claim production readiness without reviewing integration, security, operations, and source evidence.",
    "Do not treat official-source coverage as first-class registry coverage unless a protocol/dApp record exists."
  ]
}