vaultsDocumentation

Vaults documentation

Vaults are autonomous onchain funds that mirror the positions of a chosen public account inside fixed, published limits. The account being followed is a read-only signal: it never holds custody, never signs, and cannot be given control later. Everything here describes what the contracts in this repository actually do — each page is labelled with whether it is implemented, testnet-only, blocked, or design.

Quickstart

  1. Find a source accountBrowse the market. Every listing shows whose positions it mirrors and four separate verification facts — what each one proves.
  2. Read what the vault holdsOpen the vault sheet: current NAV, every position, allocation, and exactly where the vault currently differs from its source.
  3. DepositYou receive vault shares. The source account cannot trade, withdraw, or sign for the vault — it holds no permissions at all.
  4. Exit whenever you wantBurn shares for your pro-rata slice of everything the vault holds. That path has no pause switch and consults no price feed.

Core concepts

Protocol status

Network
robinhood-testnet
Chain ID
46630
Block time
~141 ms
Indexed block
269
Mainnet
Not deployed. The deploy script refuses chain 4663 outright.
Audit
None. The protocol is unaudited.

Open launch gate

It is not yet established that Fomo accounts hold Robinhood Chain positions. No such claim is made anywhere in this system until proven with a live FomoScan key, a real handle, and observable onchain activity. All eight gates.

Security and limitations

V1 is not trustless. It depends on keeper liveness, curated asset metadata, price adapters, an off-chain indexer for history, and a base asset upgradeable by the chain’s bridge governance. Those are named individually rather than summarised away in Known limitations, alongside the threat model and the security model.

Everything