> For the complete documentation index, see [llms.txt](https://docs.basis.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.basis.pro/getting-started/dashboard.md).

# Dashboard Guide

{% 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)).
{% endhint %}

Treat the dashboard as the platform source of truth.

## 1) Main navigation

BASIS organizes the UI into five sections:

| Section  | Path        | Purpose                                                          |
| -------- | ----------- | ---------------------------------------------------------------- |
| Stake    | `/Stake`    | Staking positions, live scanner, reward feed                     |
| Assets   | `/Assets`   | Funding Wallet, Staking Wallet, deposit, withdraw, swap          |
| Referral | `/Referral` | Contribution-aligned referral network status and reward tracking |
| Support  | `/Support`  | Help requests, operational assistance, guidance                  |
| Account  | `/Account`  | Email identity, session management, logout                       |

{% hint style="info" %}
Wallet model:

* Funding Wallet holds native tokens: BTC, ETH, SOL, PAXG
* Staking Wallet holds staking tokens: stBTC, stETH, stSOL, stPAXG
  {% endhint %}

***

## 2) Reading the Staking Dashboard

Each asset card shows:

| Field              | Meaning                                                                                   |
| ------------------ | ----------------------------------------------------------------------------------------- |
| Asset name + price | Current spot reference price in USDT                                                      |
| Wgt. X%            | Deployment weight, the share of total capital allocated to that asset’s active strategies |
| $ value            | USDT-equivalent of your staked position                                                   |
| ACTIVE / INACTIVE  | Whether the strategy module for this asset is currently running                           |
| stXXX balance      | Your staking token balance, for example `0.50000000 stBTC`                                |
| 24h %              | Price change of the underlying asset over 24 hours                                        |

Current live asset status example:

| Asset | Status | Wgt. | DRR   |
| ----- | ------ | ---- | ----- |
| BTC   | ACTIVE | 24%  | 0.40% |
| ETH   | ACTIVE | 76%  | 0.38% |
| PAXG  | ACTIVE | 0%   | 0.42% |
| SOL   | ACTIVE | 0%   | 0.36% |

> Asset status and weights change as strategies are enabled, audited, and scaled. Always rely on the live dashboard.

***

## 3) DRR: Daily Reward Rate

DRR is the estimated daily yield rate on deployed capital, expressed as a percentage.

{% hint style="info" %}
$$
\text{Daily Reward} \approx \text{Staked Value} \times \text{DRR}
$$

Example: `$34,798` staked at `DRR 0.40%` → `~$139/day` estimated reward

DRR reflects recent strategy performance and execution conditions. It is not guaranteed.
{% endhint %}

DRR is shown on each asset card and inside the staking interface.

***

## 4) Staking Interface

The staking interface is embedded directly in the dashboard. You do not need to navigate to a separate page to stake or unstake.

Tabs: `stBTC` | `stETH` | `stPAXG` | `stSOL`

For each asset you can see:

* Total Balance and current stToken quantity
* Currently Staked amount
* Total Rewards Claimed, cumulative in stToken units
* Reward Booster, shown as a percentage increase over base rate
* Est. Daily Rate, aligned with the asset DRR
* Lock-up selector: `14D / 30D / 90D / 180D`

{% hint style="warning" %}
Fixed pools can only be unstaked after the selected lock-up period ends and are subject to a mandatory 7-day unstaking buffer before the claimable amount is credited. Early exit is not available.
{% endhint %}

{% hint style="info" %}
Rewards accumulate in real time as the same stToken and are credited to the Staking Wallet after the mandatory 7-day unstaking buffer following unstake.

Unstake is processed as full-position only. The interface auto-selects the maximum available staked balance for the chosen asset.
{% endhint %}

***

## 5) Reward Booster

The UI displays boosters as percentage additions to the base DRR:

| Lock-up  | UI display | Multiplier equivalent |
| -------- | ---------- | --------------------- |
| Flexible | +0%        | 1.0x base             |
| 14 days  | +10%       | 1.1x                  |
| 30 days  | +20%       | 1.2x                  |
| 90 days  | +50%       | 1.5x                  |
| 180 days | +100%      | 2.0x                  |

***

## 6) Live Reward Feed

A real-time stream below the asset cards shows profit events as they are realized by the strategy engine. When strategies are running normally, entries appear continuously. When the system is in a non-executing or protected state, the feed displays `Waiting for profits...`

This feed is informational only and does not represent your individual accruals.

***

## 7) Total Rewards Generated

The dashboard shows cumulative rewards across all supported assets:

* Total Rewards Generated, shown as a USD-equivalent summary
* Per-asset breakdown in stToken units: `stBTC / stETH / stPAXG / stSOL`

***

## 8) DB Sync indicator

A DB Sync status label appears next to the reward summary. It confirms that platform records and settlement records are synchronized.

{% hint style="warning" %}
If DB Sync shows a warning state, wait for synchronization before making staking or withdrawal decisions.
{% endhint %}

***

## 9) Live Structural Alpha Scanner

The bottom section of the dashboard shows a live view of the BHLE scanner’s opportunity feed.

| Column         | Meaning                                                 |
| -------------- | ------------------------------------------------------- |
| Market Pair    | Asset and reference pair, for example `BTC/USDT`        |
| Sourcing Venue | Venue where the lower price is detected                 |
| Target Venue   | Venue where the higher price is detected                |
| Spread %       | Price difference between venues                         |
| Est. Profit    | Estimated USD-equivalent profit per standard trade size |
| Action         | Current engine state: Scanning / Processing / Executing |

{% hint style="warning" %}
The scanner is a live view of opportunity detection, not a guarantee of execution. BHLE applies expected-value checks, slippage controls, and state-machine risk controls before any order is routed.
{% endhint %}

{% hint style="info" %}
BHLE infrastructure highlights:

* Sub-50μs latency
* 100K+ OPS throughput
* Proprietary routing infrastructure
* Deterministic execution controls
* Mathematical constraint enforcement
  {% endhint %}

***

## 10) What to check daily

| Check                                 | Where                  |
| ------------------------------------- | ---------------------- |
| System state                          | Top bar                |
| DRR and asset ACTIVE status           | Asset cards            |
| Staked balances and booster selection | Staking Interface      |
| DB Sync status                        | Reward summary section |
| Scanner activity                      | Bottom of dashboard    |

***

## 11) Related operational notes

{% tabs %}
{% tab title="Deposits" %}
**BTC**

1. Go to Assets.
2. Open the BTC deposit panel.
3. Copy your BASIS-assigned BTC deposit address.
4. Send at least `0.0001 BTC`.

No Web3 wallet connection is required for BTC deposits.

**ETH / SOL / PAXG**

1. Go to Assets.
2. Select ETH, SOL, or PAXG.
3. Connect a supported Web3 wallet, such as MetaMask.
4. Confirm the native token deposit.

Supported funding assets are BTC, ETH, SOL, and PAXG only.
{% endtab %}

{% tab title="Swap" %}
Swaps are same-token only and executed at 1:1:

* `BTC → stBTC`
* `ETH → stETH`
* `SOL → stSOL`
* `PAXG → stPAXG`

Swap fee: `0.01%`
{% endtab %}

{% tab title="Withdrawals" %}
Withdrawals are made from the Funding Wallet in native tokens.

| Asset | Typical withdrawal time |
| ----- | ----------------------- |
| BTC   | 10 to 60 minutes        |
| ETH   | 1 to 10 minutes         |
| SOL   | 1 to 10 minutes         |
| PAXG  | 1 to 10 minutes         |

Note: Unstaking from fixed pools requires an additional 7-day buffer before these withdrawal times apply.

Withdrawal fee: `0.05%` Deposit fee: `0%`
{% endtab %}
{% endtabs %}

See also: [Wallet Model](/getting-started/wallet-model.md) | [Staking Pools](/economics-and-rewards/staking-pools.md) | [Risk Disclosure](/risk-safety-and-asset-protection/risk-disclosure.md)
