Moneyness
Chrome extension

You are looking at one book.
There are eleven.

Moneyness sits on your venue's ticket and shows what the same option contract bids and asks everywhere else, and what staying put costs you per contract. It reads the tape. It never touches your wallet.

Not submitted to the Chrome Web Store yet, so this button does nothing. It turns on the day a listing clears review. The developer build below is real and installable, and it needs a backend route that is not deployed yet, so today it loads and reports that it cannot read.

01What you see

The panel below is not a screenshot. It is drawing from the same endpoint the extension calls, right now, for a real contract.

  1. The ladder. One rail, one tick per venue, scaled from the worst quote to the best. Green is best. Orange is the venue you are standing on.
  2. The side you are taking. Selling hits a bid, so best is the highest. Buying lifts an ask, so best is the lowest. The board flips with you.
  3. Implied volatility per venue, because on an option a price comparison is really a volatility comparison.
  4. What staying costs. Stated in the currency of the trade: dollars per contract, and what share of the best quote you are handing over.
  5. A reading time on everything. Two of the venues stream live. The rest are a two minute poll and the panel says so every time it renders.
connecting

02What it never does

You are being asked to install something on a page where your wallet is connected. That deserves a specific answer, not a reassuring one.

Touches your wallet

It cannot see a key, cannot request a signature, and never talks to any injected provider. It has no permission that would let it.

Learns who you are

No address, no balance, no position, no order. Four fields leave the browser: underlying, expiry, strike, call or put.

Runs code from anywhere

Manifest V3 forbids remote code and we ship none. What you install is what runs, permanently.

Reaches other sites

Host permission is moneyness.xyz and nothing else. It runs on the two venue pages it names and is inert everywhere else.

Can be edited by the page

The panel lives in a closed shadow root. A hostile venue cannot reach in and rewrite the board to show itself as the best bid.

Tells you to trade

It reports what other books say. Seeing a better bid elsewhere does not put your money there, and the panel never pretends otherwise.

03Install the developer build

Until the store listing clears review, it loads unpacked. This is the same path every extension developer uses and it takes about a minute.

1  Download and unzip it. You get a folder called venue-overlay.
2  Open Chrome and go to  chrome://extensions
3  Turn on  Developer mode  (top right)
4  Click  Load unpacked  and choose the venue-overlay folder
5  Open an option ticket on a supported venue and hard reload the tab

Supported today: app.paradex.trade and www.derive.xyz. The board shows every venue we index either way.

04Where the numbers come from

Moneyness indexes on-chain options across eleven venues and publishes what actually traded, fills rather than quotes. The extension is a window onto the same public API, and you can call it yourself without installing anything.

curl "https://moneyness.xyz/api/chain?underlying=ETH&expiry_ts=1789718400"

Three of the eleven venues publish a trade feed we read. The other eight publish one we do not read yet. That gap is ours to own, so every premium figure on this site is a floor and a venue we cannot read contributes no row rather than a zero row.