Every address this page touches
All verified on chain 4663 on 17 September 2026 by reading the deployed bytecode. Robinhood Chain is a place where the canonical addresses lie: at Uniswap's usual factory address there is a contract with recoverETH and transferTokensTo on it, which is not Uniswap. Never copy an address from memory on this chain.
| What | Address | Who wrote it |
|---|---|---|
| Morpho Blue | 0x9D53d5E3bd5E8d4Cbfa6DB1ca238AEA02E651010 | Morpho |
| Bundler3 | 0x6478e9393d4C5bB4d53ee881d1DE78786A0344a6 | Morpho |
| GeneralAdapter1 | 0xc5E188541D107e8B79e43478bDE365F1406665D6 | Morpho |
| Adaptive curve IRM | 0x2BD3d5965B26B51814AC95127B2b80dD6CcC0fa1 | Morpho |
| SwapRouter02 | 0xcaf681a66d020601342297493863e78c959e5cb2 | Uniswap |
| QuoterV2 | 0x33e885ed0ec9bf04ecfb19341582aadcb4c8a9e7 | Uniswap |
| Multicall3 | 0xcA11bde05977b3631167028862bE2a173976CA11 | mds1 |
| USDG | 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 | Paxos / Global Dollar |
| SHEAVE | none — this project has deployed no contract | — |
What this page calls, and what it never calls
Reading: market and idToMarketParams on Morpho, borrowRateView on the IRM, latestRoundData on each Chainlink feed, and quoteExactInputSingle on the Uniswap quoter — all batched through Multicall3 in a single eth_call, cached thirty seconds, with failover across four public endpoints.
Every market id is checked against idToMarketParams on load: if the loan token, the collateral token, the oracle or the LLTV does not match what this page claims, that market is dropped rather than shown. There are twelve NVDA markets and ten GOOGL markets on this chain, and picking the wrong one is how you end up borrowing against an oracle nobody is maintaining.
Writing: one ERC-20 approve, one EIP-712 signature, and one call to Bundler3.multicall. Nothing else. There is no backend, no API key, no analytics, and no account.