INVAR Open app

App

Deploy a Bar. Deposit. Redeem.

Everything on this page is a real transaction on Robinhood Chain, signed by your wallet. No key exists in this repository and none can: the only write path is eth_sendTransaction through the provider you choose, and every one is simulated with eth_call from your own address first.

Connect a wallet to begin. You can read any Bar without one.

1 · Choose an asset

tokenised equities, discovered on chain. How.

2 · Deploy a Bar, or open one

The cap is 20% and it is a constant in the deployed code — no owner can raise it.

Bars on Robinhood Chain

Discovered, not listed. A Bar marks itself in its own constructor, so it announces its existence in the block it is created in — deploy one above and it appears here with no registry to update and nothing in this repository to edit.

This page's own calldata is executed by every build. tools/verify-app.mjs takes the byte strings js/bar.js produces — the module this page imports — and runs them against real NVDA on Robinhood Chain through an eth_call state override: 12 steps, all holding, including that the Bar lands at exactly the address the page predicted and that redeem pays what previewRedeem quoted to the wei. The steps.