Don't trust.
Verify.
Every on-chain address the terminal touches is listed below with a live balance and a Solscan link. The vault wallet, the insurance fund, every fee recipient, the MMO mint, and the admin wallets that can pause the vault. Nothing is hidden. Click any address and verify the balance yourself.
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.
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.
Insurance Fund
A dedicated wallet that receives a fixed percentage skim from every profit fee. Funds are reserved for depositor rebates on protocol failure or significant drawdown events. The insurance payout mechanism is admin-gated during V1 soft launch and activates as TVL accumulates.
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 SPL Token burn instruction directly against the MMO mint, visible on-chain as a real supply decrease.
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.
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.
Verify Yourself
Two minutes, no signup:
- Click any address above. Solscan will open in a new tab.
- Read the live SOL balance on Solscan.
- Compare it with the live balance shown on this page. They should match within a few seconds of each other.
- 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, fee_sol 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.
Read how it works.
The mechanics behind every balance, fee, and burn shown on this page are documented in full.