Immutable
The token has no owner, no mint, and no upgrade path. Supply is minted once and only ever burns. Non-rebasing, so it works in any AMM or lending market without a wrapper.
— of genesis burned
Elon Musk · net worth, computed on-chain
Reading the index…
Preview mode. No deployment is configured, so nothing is being read from
chain. Deploy — the generated config.js lights this page up:
npm run node
MIN_POKE_INTERVAL=0 MAX_ATH_GROWTH_BPS=10000 npm run deploy:local
npm run frontend
Total supply
—
minted once at genesis
Burn reserve
—
held by ReserveBurner
Net-worth ATH
—
ratchets up, never down
Burned to date
—
of genesis supply
Mechanics
Four moving parts, all on-chain, none of them discretionary. Prices come from HyperCore, the index is arithmetic, and the burn rule is fixed in a contract nobody can rewrite.
TSLA and SPCX both trade as perps on HyperLiquid. HyperEVM reads those oracle
prices on-chain through the oraclePx precompile
(0x…0807) — same block, no keeper, no off-chain trust.
Share counts from SEC filings × live on-chain prices, plus in-the-money option
intrinsic value, plus governed private holdings, minus liabilities. Anyone can
call netWorthUsd1e18() and check it.
A fresh all-time-high opens a pending window and is only committed by a later poke that's still at or above it — and each confirmed step may raise the high by at most 20%. A spike that reverts leaves nothing behind.
Anyone can call poke(). If the reserve is above target for the
confirmed high, the excess burns — real totalSupply reduction, not a
transfer to a dead address. Your balance never changes.
The rule
At genesis the burner captures the reserve R₀ and the net worth N₀. From then on the target reserve is a pure function of the confirmed all-time-high H:
targetReserve(H) = R0 × N0 / H
H only ratchets up, so the target only falls — and every fall is permanent supply. There's no tax on transfers, no buyback to time, no treasury to manage. The contract holds MUSK and gives it back to scarcity on a schedule written at deploy time.
Dashboard
Every figure here is an RPC read against the deployed contracts. Nothing is cached, proxied, or editorialized.
No burns yet — poke after a new net-worth high to start the burn.
Trust
The token has no owner, no mint, and no upgrade path. Supply is minted once and only ever burns. Non-rebasing, so it works in any AMM or lending market without a wrapper.
The oracle, price source, and burner use two-step ownership — put it on a multisig with a timelock. Share-count updates, feed swaps, and safety params are bounded and event-logged. Freeze once mature.
Prices come from HyperCore's validator-median oracle read on-chain. Holdings are published with citations. Anyone can recompute the index and diff it against the contract.
FAQ
No. Nothing pegs it and nothing backs it. It's a synthetic index token tracking a published, on-chain-computed net-worth figure — not redeemable against any asset.
Not by itself. A burn removes supply — real anti-dilution and real scarcity — but demand still sets the price. No on-chain rule can force "number go up," and anyone telling you otherwise is selling something.
Anyone. poke() is permissionless and deterministic — the contract checks
the confirmed high, computes the target, and burns the excess. There's no privileged
role and no discretion in the amount.
No. MuskWorth.sol has no mint function and no owner. Total supply falls
with every burn and never rises.
On HyperEVM, from the HyperCore oracle precompile (0x…0807) — the same
validator-median prices HyperLiquid trades against. Assets without a HyperCore perp
are governance-set with an explicit, logged manual price.
No. Not affiliated with, endorsed by, or sponsored by Elon Musk, Tesla, SpaceX, or xAI. It's an index built from public filings and public prices.
No. This is an experimental side project with no third-party audit and no warranty. Interact at your own risk.