LogoAlpha
Live · auto-refresh every 30s

Don't trust.
Verify.

Every on-chain address the terminal touches is listed below with a Solscan link: the vault wallet with its live balance, the insurance fund, every fee recipient, the MMO mint, and the admin wallets that can pause the vault. Nothing is hidden. Open any address and verify it yourself.

01

Live Health

The reconciliation cron runs every 5 minutes and compares the on-chain vault SOL balance against the DB-derived expected balance, plus checks that share accounting is internally consistent.

StatusAwaiting first reconciliation tick
Vault pausedNo
Drift (SOL)-
Drift (%)-
Share consistency-
Last checkedpending first check
02

Vault SOL

The pooled wallet that holds depositor SOL. Balances rise on deposits and trade profits, fall on withdrawals and trade losses. The keypair is generated server-side and AES-256-GCM encrypted before being stored in the database.

Vault wallet
Not configured
Vault value (live NAV)-
Idle SOL (the on-chain balance)-
Open positions (at market)-
Open positions-
Total shares outstanding-
NAV per share-
Capacity-
03

Insurance Fund

A dedicated wallet that takes a share of the vault's profit fee, never of deposits, to fund depositor rebates after a protocol failure or a severe drawdown. It is switched off during the V1 soft launch (skim rate 0%) and is switched on by the operator once the vault holds meaningful TVL. Every rebate is an admin decision.

Insurance wallet
Not configured
Skim rate per fee-
Total skimmed to date-
Total rebated to date-
24h drawdown-
Rebate eligibilityNo active drawdown
04

Fee Recipients

Profit fees are taken in SOL when a depositor withdraws, swapped to MMO via Jupiter, and split across the addresses below per the configured ratios. The burn share is destroyed via the SPL Token burn instruction directly against the MMO mint, visible on-chain as a real supply decrease.

MMO bought (total)
-
MMO burned (total)
-
Fees in SOL (total)
-
Volume in SOL (total)
-
05

MMO Mint

The MMO token mint. Tier gating, fee discounts, and the on-chain burn event are all keyed to this address. Verifiable via any Solana explorer.

MMO token mint
Not configured
Total MMO burned (since deploy)-
Total MMO bought back-
Tier: Light-
Tier: Alpha-
Tier: Agent-
06

Admin Wallets

Wallets authorized to pause the vault, resume after a circuit-breaker trip, and execute insurance rebates. No other privileges. Cannot move funds out of the vault or modify share accounting. Listed publicly because trust requires full disclosure.

If the admin set is empty below, admin endpoints are disabled and only an operator-managed code redeploy can reach those functions.

07

Verify Yourself

Two minutes, no signup:

  • Click the Solscan link next to any address above. It opens in a new tab.
  • Read the SOL balance on Solscan.
  • For the vault wallet, compare it with Idle SOL on this page. They should match within a few seconds of each other; the vault value (NAV) is higher while positions are open, because it also counts them at market.
  • For the MMO mint, switch to the "Tokens" tab on Solscan to see the live total supply. Compare with the "MMO burned" counter on this page to confirm burns landed on-chain.
  • For fee splits, watch a single withdrawal close in real time: the depositor receives net SOL, the SOL fee leaves the vault to be swapped to MMO via Jupiter, then MMO is distributed across the four addresses listed in section 04. Every step is on-chain.

If anything on this page does not match what Solscan shows, something is wrong. Ping the operator immediately, do not deposit.

Documentation

Read how it works.

The mechanics behind every balance, fee, and burn shown on this page are documented in full.