Mainnet Operational Status
Factual operational state of the BOLT surfaces on BOT Chain mainnet (chainId 677): what is live and read-only, what is disabled by policy, and which external dependencies are required.
Read-only · live
Environment
Enabled surfaces · read-only
| Surface | Detail | State |
|---|---|---|
| Markets & liquidity | /v1/markets · /v1/oracle | READ ONLY |
| Assets & stablecoins | /v1/assets · /v1/stablecoins | READ ONLY |
| Projects & ecosystem | /v1/projects | READ ONLY |
| Security & alerts | /v1/security · /v1/security/alerts | READ ONLY |
| Network & validators | /v1/network/status · /v1/network/validators | READ ONLY |
| Indexer & sources | /v1/indexer/sources · /v1/indexer/lag | READ ONLY |
| Bridges | /v1/bridges | READ ONLY |
| Chain status | /v1/chain/status | READ ONLY |
Every listed group is served by the BOLT v1 API as read-only reconstructed data with per-response provenance.
Policy-disabled surfaces
| Surface | Detail | State |
|---|---|---|
| Route execution | quote & routing are read-only; on-chain swaps are not executed by the console | POLICY DISABLED |
| MEV protection | reading /v1/mev/status | POLICY DISABLED |
| Spark execution | automated strategy execution | POLICY DISABLED |
| Governance binding | on-chain proposal binding | POLICY DISABLED |
External dependencies
| Surface | Detail | State |
|---|---|---|
| Indexer database | Postgres event store | INSUFFICIENT DATA |
| Private RPC endpoint | BOT Chain JSON-RPC | INSUFFICIENT DATA |
| Safe multisig | required for any payout or privileged action; not reachable from the read-only console | EXTERNAL DEPENDENCY UNAVAILABLE |