BOLT Protocol · Developers

SDK

The libraries BOLT uses to read BOT Chain — the same read-only, fail-closed primitives, available to integrators.

@bolt/data-layer

The data layer is the read-only core: typed modules that reconstruct BOT Chain state from logs and RPC — log sourcing, B DEX pool reads, oracle/reference pricing with confidence, market discovery and classification, swap reconstruction, asset-risk inspection, stablecoin classification, bridge health, network/validator summaries and route validation. Each module is fail-closed and source-aware.

Typed client

The web console consumes the read-only API through a typed client. Responses carry metadata (block, freshness, source) so UI surfaces can render provenance and degrade gracefully when a source is unavailable.

What the SDK does not do

  • No transaction signing or broadcast.
  • No execution helpers — router calls are simulation/validation only in the Mainnet Beta RC.
  • No hardcoded contract addresses presented as live; contracts are not broadcast.

Router & Partner SDK integration surface expands once execution is enabled behind the Safe. See deployment gates and the module registry.