Vault contract status
userWhether HISS vault contracts are deployed on Robinhood Chain — machine-verified from chain reads — and what must happen before public deposits open.
This page answers one question honestly: are the HISS vault contracts deployed on Robinhood Chain? Deployment status is verified from Robinhood Chain reads — bytecode at recorded addresses — never asserted from copy. The card below reflects the live, machine-verified state.
Current status · default (readiness API unavailable)
Vault contracts are not deployed yet
The HISS vault interface is live, and creators can prepare vault candidates. Onchain vault deployment is still pending. Public deposits remain closed.
Public deposits: closed · Deployment status is verified from Robinhood Chain reads.
$HISS token: external Bankr launch pending
What is live today
- The vault interface: marketplace, creation wizard, fee schedule, risk pages.
- Vault candidates. Creators can configure allocations, fuses, and fees, complete the creator acknowledgment, and save a validated candidate for free — no contract deployment required. Saving a candidate never implies deployment.
- Deterministic receipts and manifest hashes for every saved candidate.
- The Bankrbot → Robinhood MCP path, which is separate and does not use vault contracts.
The three possible states
- Not deployed. “Vault contracts are not deployed yet.” Candidates can be created now; public deposits are currently closed.
- Testnet deployed. “Vault contracts are deployed on Robinhood Chain testnet.” Testnet contracts are available for verification; mainnet deployment is not live yet; public deposits remain closed.
- Mainnet deployed. “Vault contracts are deployed on Robinhood Chain.” Even then, public deposits stay closed until deposit readiness passes — deployment alone never opens deposits.
What must happen before public deposits open
- Contract deployment to Robinhood Chain, verified by chain reads.
- Contract review and audit checks.
- Deposit readiness: disclosure, oracle, liquidity, and jurisdiction checks, each individually recorded.
How to check programmatically
GET /api/vaults/readiness reports vaultContractsStatus (not_deployed · testnet_deployed · mainnet_deployed), testnetDeployed, mainnetDeployed, and publicDepositsEnabled. The agent skill file at /skill.md carries the same truth rules.