LoreOSLORE_OS
/docs

The console, documented.

01What LoreOS is

LoreOS is a live reading surface for Solana mainnet. It renders what the chain and its public data providers report — TVL, DEX volume, fees, SOL price, TPS, slots, supply, programs — refreshed continuously in your browser and through a small aggregation backend that remembers history.

02The no-seed rule

Every widget is wired to a real upstream and carries its own live/offline state. When a provider fails, the widget reads OFFLINE and shows nothing. When a history snapshot fails, the chart keeps a gap. Nothing on this site is ever filled with a seeded, cached-as-fresh, or invented number. That rule is the product.

03Sources

ProviderEndpointSupplies
Solana RPCapi.mainnet-beta.solana.comslot · epoch · TPS · supply · accounts
Pythhermes.pyth.networkSOL/USD price
DefiLlamaapi.llama.fiTVL · DEX volume · fee aggregates

04The terminal

The terminal is the working end of LoreOS: a command line over the same live sources plus the history backend. Access requires a connected Solana wallet — connect with the button in the navigation, then open the terminal.

CommandDoes
networklive mainnet aggregates — TVL, DEX volume, fees, SOL price, TPS, slot, epoch
priceSOL/USD from the Pyth Hermes feed
programscore mainnet programs, live-checked against the RPC
account <address>inspect any mainnet account — balance, executable flag, owner, size
whoamiyour connected wallet, inspected the same way
sourcesupstream status report
clearwipe the log

05The token

$LORE launches on pump.fun. The contract address will be published on this site first — the Token page is the only authoritative source. Any address circulating before it appears there is a fake.

06Wallet & privacy

Connecting a wallet identifies your public address to your own browser session only. The site never requests a signature, never initiates a transaction, and the backend stores nothing about you. Disconnect at any time from the navigation chip.