Execution Orchestration

circle-info

Operator and jurisdiction: BASIS is operated by BASIS DIGITAL INFRASTRUCTURE LTD, a Seychelles IBC with LEI 254900IX2F2KCWNSSS64arrow-up-right.

Research Partner: Base58 Labs

Currency convention: Portfolio values and P&L may be displayed in USDT as an internal accounting unit only. These figures should be read as USD-equivalent display values. USDT is not a deposit or withdrawal asset on BASIS. Funding and withdrawal use native assets only, including BTC, ETH, SOL, and PAXG.

Execution orchestration converts modeled structural alpha into realized results.

At BASIS, execution quality depends on deterministic routing, math-constrained order generation, and state machine risk controls running on BHLE infrastructure.

circle-check

What the orchestrator is responsible for

A production-grade orchestrator answers four questions:

Function
Requirement

Signal handling

Validate that a signal remains actionable at dispatch time

Order construction

Generate bounded orders with explicit size and slippage limits

Routing

Send orders to the correct venue with venue-specific safeguards

Recovery

Isolate faults, complete required hedges, and reconcile balances

1. Execution lifecycle

1

Signal detected

A structural alpha opportunity is identified and checked for freshness, venue availability, and inventory constraints.

2

Eligibility gate passed

The engine validates capital allocation, venue health, transfer state, and current risk state.

3

Orders generated

The system computes order size, price bounds, hedge dependency, and maximum acceptable slippage.

4

Orders routed

Orders are routed through BHLE with venue-aware throttling, retry rules, and deterministic sequencing.

5

Fills monitored

Fill ratios, hedge completion windows, and residual exposure are tracked in real time.

6

Positions reconciled

Venue balances, partial fills, fees, and transfer dependencies are reconciled before exposure is considered closed.

7

Results recorded

Outcome data is written to reporting systems and displayed using the platform's internal USDT accounting convention.

2. Atomic and coordinated execution

On centralized venues, atomic execution is operational rather than literal. The objective is coordinated completion with minimal time gap between legs.

Controls include:

  • bounded dispatch timing

  • hedge completion windows

  • fill ratio thresholds

  • automatic escalation when symmetry degrades

The orchestrator treats these as separate execution domains with different guarantees.

3. Order management and fill symmetry

The main source of execution loss is asymmetric completion, where one leg fills and the other does not.

BASIS mitigates this with:

  • explicit price bounds

  • venue-specific slippage caps

  • real-time fill symmetry monitoring

  • hedge completion deadlines

  • state machine escalation when thresholds are breached

circle-exclamation

4. Settlement and reconciliation

Reconciliation is a core control, not a back-office task.

Reconciliation layer
What is checked

Order layer

Submitted, acknowledged, filled, canceled, expired

Position layer

Net exposure, hedge completion, residual inventory

Balance layer

Venue balances, pending transfers, fee deductions

Reporting layer

Internal accounting values, realized outcome, exception logs

This loop matters because:

  • venue balance updates can lag

  • partial fills create residual exposure

  • settlement timing can temporarily constrain deployable capital

5. Failure modes and fallback behavior

The orchestrator handles adverse conditions conservatively.

Failure mode
Default response

API timeout

Stop new dispatch for the affected venue and verify order state

Rate limiting

Degrade routing frequency and preserve hedge priority

Venue maintenance

Quarantine the venue and reroute only if policy allows

Volatility spike

Tighten bounds, reduce size, or halt execution

Transfer delay

Recompute available inventory and block dependent strategies

Fallback policy is simple:

6. Why this matters

Execution quality is not defined only by signal quality. It depends on whether the platform can convert opportunity into realized results under real market conditions.

At BASIS, that conversion is supported by:

  • BHLE low-latency routing

  • deterministic execution rules

  • math-constrained order sizing

  • state machine risk controls

  • continuous reconciliation across venues

Next: Anti-Slippage & Order Slicing

Last updated