# BSCB: Sentinel Circuit Breaker

{% hint style="info" %}
Operator and jurisdiction: BASIS is operated by BASIS DIGITAL INFRASTRUCTURE LTD, a Seychelles IBC (LEI: [254900IX2F2KCWNSSS64](https://lei.bloomberg.com/leis/view/254900IX2F2KCWNSSS64)).

Research Partner: Base58 Labs contributes execution research, systems modeling, and risk design.
{% endhint %}

The BASIS Sentinel Circuit Breaker (BSCB) is an automated, rule-based safety mechanism that halts or reduces execution activity when predefined risk thresholds are breached. It is the platform’s first line of automated defense against adverse market conditions, venue instability, or system anomalies.

BSCB exists to preserve deterministic execution quality, maintain state consistency, and protect structural alpha capture under stressed conditions.

***

## 1. Theoretical Foundation: Circuit Breakers in Financial Markets

Circuit breakers are a well-established control in financial markets. Following the October 19, 1987 market crash, major exchanges adopted market-wide halts to reduce disorderly trading and allow time for information repricing. The underlying rationale is simple: temporary interruption can reduce cascade risk when market behavior departs from normal assumptions.

In digital asset markets, which operate continuously across fragmented venues, this logic is even more relevant. BASIS applies the same principle to automated execution infrastructure, where latency, state integrity, and venue reliability directly affect execution precision.

The BSCB is designed for a high-speed environment supported by BHLE infrastructure:

* Sub-50μs internal latency
* 100K+ OPS processing capacity
* Proprietary routing infrastructure
* Deterministic execution controls
* Math-constrained state machine risk logic

These characteristics allow BSCB to respond quickly while remaining bounded by explicit control rules rather than discretionary intervention.

## 2. BSCB Trigger Conditions

The BSCB is activated when any monitored condition exceeds its allowed operating range.

| Trigger Category              | Specific Condition                                                                       | Illustrative Threshold                        |
| ----------------------------- | ---------------------------------------------------------------------------------------- | --------------------------------------------- |
| Execution Slippage Anomaly    | Realized slippage exceeds modeled slippage by a significant margin                       | > 3x predicted slippage                       |
| Venue API Failure             | A whitelisted venue becomes unresponsive or returns repeated errors                      | > 3 consecutive failed API calls              |
| Margin Health                 | Margin ratio on a derivatives hedge approaches liquidation danger                        | < 150% of maintenance margin                  |
| Pricing Reference Instability | Internal accounting reference or external price feed deviates beyond tolerance           | > 1.5% deviation from expected reference band |
| Reconciliation Failure        | Post-execution balance checks detect mismatch between internal ledger and venue balances | Any non-trivial discrepancy                   |
| Abnormal Volatility           | Short-term realized volatility exceeds predefined risk bounds                            | > 4x 1-hour rolling average                   |
| Routing Degradation           | Venue routing quality falls below minimum expected execution standard                    | Sustained route quality failure               |
| State Integrity Exception     | Risk engine detects invalid or unresolved state transition                               | Any critical state mismatch                   |

{% hint style="warning" %}
Thresholds shown here are illustrative. Internal production thresholds may vary by asset, venue class, liquidity state, and market regime.
{% endhint %}

## 3. BSCB Response Protocol

When the BSCB is triggered, the system enters a deterministic response sequence.

### Step 1: Halt New Execution

All new order submissions are immediately suspended. No new exposure is opened while the system is in BSCB state.

### Step 2: Evaluate Existing Exposure

The system reviews all open positions, hedge dependencies, venue availability, and current margin state to determine whether residual exposure is safe to maintain.

### Step 3: Controlled Exposure Reduction

If open positions are deemed elevated-risk, the system initiates a controlled unwind.

This is not a panic liquidation. The objective is orderly exposure reduction with the highest feasible execution precision under current constraints, using bounded routing logic and limit-based methods where possible.

### Step 4: Notify Operations

The operations team is notified with the trigger source, affected subsystem, and current state classification. Where applicable, user-facing status communication may also be published.

Contact channels:

* Operations: <operations@basis.pro>
* Support: <support@basis.pro>
* Compliance: <compliance@basis.pro>

### Step 5: Enter Hold State

The system remains in BSCB hold state until:

* the triggering condition is resolved
* state reconciliation passes
* route quality returns within allowed bounds
* automated or manual review confirms safe resumption

## 4. BSCB vs. DMM

BSCB is an automated and immediate control response. It is designed to react faster than human intervention.

DMM (Defensive Maintenance Mode) is a more severe operating state used when BSCB containment is insufficient or when a formal root cause review is required before resumption.

| Feature           | BSCB                                     | DMM                                           |
| ----------------- | ---------------------------------------- | --------------------------------------------- |
| Trigger           | Automated, rule-based                    | Manual escalation or severe automated trigger |
| Severity          | Moderate, temporary halt or reduction    | High, full operational pause                  |
| Recovery          | May be automatic if conditions normalize | Requires review and manual approval           |
| Duration          | Minutes to hours                         | Hours to days                                 |
| Primary Objective | Immediate containment                    | Full system safety validation                 |

## 5. Design Philosophy: Fail-Safe, Not Fail-Open

The BSCB follows a fail-safe design principle.

If the monitoring layer fails, loses connectivity, or cannot validate system state, the default action is to halt execution rather than continue under uncertainty. This is a core design choice of BASIS infrastructure.

In uncertain conditions, inaction is safer than unconstrained execution.

This philosophy supports:

* capital preservation
* deterministic state control
* bounded execution behavior
* protection of structural alpha capture
* reduction of hidden tail-risk accumulation

{% hint style="success" %}
BSCB is part of BASIS’s broader risk architecture, which emphasizes deterministic execution, explicit math constraints, and state-machine-based control logic over discretionary intervention.
{% endhint %}

## 6. Operational Context Within BASIS

BSCB operates independently of wallet flows and user staking mechanics.

For clarity:

* Funding Wallet holds native tokens for deposit and withdrawal: BTC, ETH, SOL, PAXG
* Staking Wallet holds stTokens for staking and reward accrual: stBTC, stETH, stSOL, stPAXG
* Swaps are same-token only at 1:1:
  * BTC → stBTC
  * ETH → stETH
  * SOL → stSOL
  * PAXG → stPAXG
* USDT is an internal accounting and display unit only

BSCB does not alter wallet ownership records or staking balances unless a validated system action explicitly requires it.

## 7. Governance and Oversight

BSCB is part of the production control framework operated by BASIS DIGITAL INFRASTRUCTURE LTD in Seychelles under LEI [254900IX2F2KCWNSSS64](https://lei.bloomberg.com/leis/view/254900IX2F2KCWNSSS64).

The control philosophy is informed by research collaboration with Base58 Labs, presented in public materials as a Research Partner or Research Institute where applicable. The purpose of that framework is not discretionary speculation, but reliable structural alpha capture through disciplined execution systems.

Questions related to operations, legal process, or technical review can be directed to:

* <support@basis.pro>
* <operations@basis.pro>
* <legal@basis.pro>
* <compliance@basis.pro>
* <research@basis.pro>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.basis.pro/risk-safety-and-asset-protection/bscb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
