live · helius · refreshed every 60s

transparency

every dollar in, every dollar out.

The brainctl development wallet is public. Every inbound and outbound transfer is fetched from the Solana chain and displayed below. No privileged data source — you can cross-check anything on this page against Solscan or your own RPC. The page is cached for 60s via ISR, so the key never reaches your browser.

pre-launch · wallet held privately
  the dev wallet pubkey is deliberately hidden until launch.

  why:  once a wallet is known to be affiliated with an upcoming
        pump.fun launch, snipers can watch it for the createToken
        transaction and queue buy orders to land in the same block,
        front-running real participants. the defense is simple —
        don't publish the pubkey before launch.

  the fetcher, the schema, and the rendering code are all in
  place. helius is wired up. the pubkey is set on the backend.
  the page goes live the moment the WALLET_PUBLIC flag is flipped,
  which will happen simultaneously with the $BrainCTL launch.

  what will appear here at launch:
    · live sol balance (rpc getBalance)
    · every inflow (tips, grants, launch proceeds)
    · every outflow (infrastructure, contributor payments)
    · 30-day aggregates, all-time aggregates
    · full ledger with solscan links

  data source:  helius enhanced transactions api + rpc
  refresh:      ISR 60s server-side, no client-side polling
  code:         app/lib/wallet.ts (WALLET_PUBLIC kill switch)
ledger

Every inflow and outflow, on-chain.

Sorted newest first. Click any row to open the transaction on Solscan. Inflows are counterparty → wallet. Outflows are wallet → counterparty.

no flows yet
  the dev wallet has no on-chain activity to display.

  this is either because:
    1. the env vars are not set (see status above), or
    2. the wallet exists but has received and sent nothing.

  nothing is hidden. if the chain says zero, this page says zero.
fetched at 2026-04-15T00:07:43.912Z · ISR revalidation 60s · data © helius · verify independently on solscan