rwally app

Protocol

Robinhood Chain 4663
Chain
Robinhood Chain, id 4663
RPC
https://rpc.mainnet.chain.robinhood.com
Deployed at
, block 54,989,195
Vaults
None. The factory has created no vault.

Live reads

Reading from the public RPC.

Three calls, sent from this browser straight to the chain 4663 public RPC with eth_call. Nothing is proxied and nothing is cached.

  • VaultFactory.vaultCount() not read yet
  • VaultFactory.allowSubVaults() not read yet
  • ChainlinkOracle.usdc(), then symbol() on what it returns not read yet

Contracts

Seven addresses, every one of them read back from chain 4663 and recorded in contracts/config/deployments/robinhood-mainnet.json. Zero of the seven are source-verified on the explorer: the explorer API answers an automated client with a bot challenge, and that attempt is written up in the repository.

Vaults

0 listed
Vaults on chain 4663. The table has no rows because no vault has been created.
Name TVL Age NAV per share Performance vs SPY

No vaults have been created yet. vaultCount() reads 0 on chain 4663.

Creating a vault is permissionless. The caller becomes its creator and its attested operator, immutably.

Factory
0xc44B853F037b4fF33B831C9a2B341686dEC88Fd1
Sub-vaults
Off. allowSubVaults() reads false, and the factory is immutable, so this deployment is root vaults only.

Watch this page. The first row appears here the moment the factory reports a vault, because the count above is read from the chain on every load.