# Strategy Matrix

{% 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 %}

A single yield source is fragile. BASIS uses a strategy matrix so performance is not dependent on one venue, one protocol, or one market regime.

The matrix is coordinated by BOVE and executed through BHLE, BASIS's proprietary routing infrastructure with sub-50μs latency and 100K+ OPS. The objective is structural alpha capture under strict mathematical constraints, not discretionary yield chasing.

## Strategy overview

| Pipeline                                               | Primary source                                   | Role in the matrix            | Core controls                                                     |
| ------------------------------------------------------ | ------------------------------------------------ | ----------------------------- | ----------------------------------------------------------------- |
| Spatial Arbitrage (BQAE Core)                          | Cross-venue spread dislocations                  | Short-horizon execution alpha | Depth checks, slippage bounds, venue health filters               |
| Delta-Neutral Funding Stream                           | Perpetual funding imbalances                     | Market-neutral carry          | Hedge ratio controls, margin buffers, liquidation guards          |
| Structural Alpha Capture                               | Verified ecosystem incentive programs            | Additive upside               | Research filters, conservative sizing, lock and bridge limits     |
| Blue-Chip DeFi Lending and Liquid Staking Optimization | Mature on-chain money markets and liquid staking | Baseline yield layer          | Audit filters, collateral limits, execution precision constraints |

## 1) Spatial Arbitrage: cross-venue spread capture

Spatial arbitrage targets temporary price differences across venues.

Why these differences exist:

* heterogeneous latency and market structure
* venue-specific inventory and risk limits
* settlement and transfer frictions
* localized order flow and temporary liquidity gaps

BQAE participates only when all of the following are true:

* executable depth is sufficient
* modeled slippage remains below the target spread
* venue status and transfer rails are healthy
* expected unwind paths remain open

{% hint style="success" %}
Execution quality matters more than gross spread. BHLE is designed for deterministic routing so fill quality, latency discipline, and unwind capacity remain within predefined limits.
{% endhint %}

## 2) Delta-Neutral Funding Stream: structural cashflow from perpetuals

Perpetual futures use funding payments to keep perpetual prices anchored to spot markets.

A delta-neutral funding strategy typically combines:

* spot long plus perpetual short, or the reverse depending on regime
* continuous hedge maintenance
* conservative collateral and margin management

BASIS routes exposure toward venues with favorable funding after netting out fees, basis drift, borrow costs, and liquidation risk. This turns funding into a constrained cashflow stream rather than an unconstrained directional bet.

## 3) Structural Alpha Capture: systematic incentive harvesting

New networks and protocols often distribute incentives to bootstrap adoption and liquidity.

BASIS treats these programs as a research-driven source of structural alpha when they satisfy strict inclusion criteria:

* verified ecosystems and production-ready infrastructure
* transparent emission schedules
* acceptable bridge, custody, and smart contract risk
* clear exit liquidity and unwind planning

This sleeve is intentionally additive. It is not allowed to dominate total system risk.

## 4) Blue-Chip DeFi Lending and Liquid Staking Optimization

Established lending and liquid staking markets can provide a baseline yield layer when:

* protocols are mature and independently audited
* collateral parameters are conservative
* smart contract exposure is diversified
* on-chain execution remains efficient

This module diversifies the matrix beyond centralized venues while maintaining strict risk caps. Execution precision, not raw nominal APY, determines whether a position qualifies.

{% tabs %}
{% tab title="High-volatility regime" %}
Cross-venue dislocations may widen, which can improve arbitrage opportunity density. Risk controls tighten at the same time because slippage, transfer delay, and venue stress can rise quickly.
{% endtab %}

{% tab title="Calm regime" %}
Funding carry and baseline lending can contribute a larger share of total yield when spot dislocations compress and turnover falls.
{% endtab %}

{% tab title="Venue-stress regime" %}
On-chain modules can provide an alternative source of yield and balance sheet flexibility, subject to gas costs, bridge constraints, and execution precision requirements.
{% endtab %}
{% endtabs %}

## 5) Why a matrix improves survivability

The same strategy does not perform equally well in every regime. A matrix improves survivability because each pipeline responds differently to volatility, liquidity, funding conditions, and venue health.

## 6) Allocation workflow

{% stepper %}
{% step %}

#### 🔎 Research admission

Only approved venues, protocols, and assets enter the candidate set. This stage is informed by internal research and Base58 Labs review frameworks.
{% endstep %}

{% step %}

#### ⚙️ Execution validation

BHLE evaluates route quality, expected costs, and latency sensitivity before capital is assigned.
{% endstep %}

{% step %}

#### 🛡️ Risk budget check

BSCB/DMM state-machine controls verify margin buffers, unwind capacity, and strategy caps.
{% endstep %}

{% step %}

#### 📊 Live monitoring

Positions remain active only while expected edge, venue health, and system state remain within limits.
{% endstep %}
{% endstepper %}

A position is admitted only if it satisfies deterministic guardrails:

```
allocate(strategy) only if
  expected_edge > all_costs
  and unwind_capacity >= required_threshold
  and state_machine == ACTIVE
  and risk_budget_after_trade <= strategy_cap
```

This reflects the BASIS operating principle: never exceed your ability to unwind.

## 7) Governing principle: unwind first, allocate second

Every strategy is constrained by deterministic risk controls:

* positions must be closeable without catastrophic slippage
* withdrawals and transfer rails must remain operational
* margin buffers must survive modeled stress
* emergency states must be able to halt new exposure
* portfolio transitions must remain valid under the BSCB/DMM state machine

{% hint style="warning" %}
Trust in BASIS is grounded in deterministic execution, mathematical constraints, and state-machine risk controls. Yield is a consequence of disciplined routing and capital allocation, not discretionary risk expansion.
{% endhint %}

***

Next: read BIVB & stTokens to understand principal accounting and the 1:1 quantity peg.


---

# 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/whitepaper/strategy-matrix.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.
