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
| Provider | Endpoint | Supplies |
|---|---|---|
| Solana RPC | api.mainnet-beta.solana.com | slot · epoch · TPS · supply · accounts |
| Pyth | hermes.pyth.network | SOL/USD price |
| DefiLlama | api.llama.fi | TVL · 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.
| Command | Does |
|---|---|
| network | live mainnet aggregates — TVL, DEX volume, fees, SOL price, TPS, slot, epoch |
| price | SOL/USD from the Pyth Hermes feed |
| programs | core mainnet programs, live-checked against the RPC |
| account <address> | inspect any mainnet account — balance, executable flag, owner, size |
| whoami | your connected wallet, inspected the same way |
| sources | upstream status report |
| clear | wipe 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.
