BOLT Protocol · Documentation

BOLT Mainnet Beta RC

The BOLT Ecosystem Operating System for BOT Chain — current release-candidate state, in operational language.

What is live right now

  • Chain: BOT Chain mainnet · chainId 677.
  • Read-only intelligence: active. Chain truth, market health, asset/risk, reference pricing, stablecoin, bridge and validator intelligence read live mainnet data. Every figure carries its source, block and freshness.
  • Execution: disabled and fail-closed. No swaps, launches, payouts or writes are enabled.
  • Admin custody: a dedicated 2-of-2 Safe is in progress (see Safe gates).
  • Contracts: packaged for release; not broadcast until final authorization.
  • Risk mode: fail-closed. When a data source is unavailable, surfaces report the gap rather than guessing.

What is not live

Every write path — swap, pools, Spark launches, grant payouts, vaults, router execution — is policy-disabled. Buttons render disabled with an explicit reason: Disabled until Safe validation, Disabled until BOLT contract broadcast, or Read-only mode.

How to read status labels

  • Read-only: the surface reads live mainnet data; no writes.
  • Policy-disabled: the action exists in code but is gated off by policy.
  • Safe-gated: requires the 2-of-2 Safe to approve before it can run.
  • Pending broadcast: depends on a BOLT contract that is not yet broadcast.
  • Data unavailable / external provider unavailable: an upstream source is down; the surface fails closed.
  • Archived testnet proof: historical testnet record, kept only under the archive.

Related