Verification · run 2026-09-20
Configured Stockify addresses, unpublished roles, and site checks. Vault wiring is skipped until stock vaults are deployed. No transaction is signed.
Configured contracts, unpublished Stockify roles, listed markets, and site checks. Vault wiring and fee splits are skipped until Stockify vaults are deployed.
A throwaway account is handed a USDG balance and allowance through eth_call state overrides so the router can execute end to end inside the node. The numbers are the node's answers, not ours.
This is not a third-party security audit and does not prove the contracts are free of bugs. stockify has not commissioned an independent audit of the vault contracts. Verify before you deposit.
Robinhood Chain is the network Stockify is built for. Head and site checks wait for a published verification run.
Not indexed in this published report. Expected 4663, Robinhood Chain.
Stockify contract roles. Only configured addresses are listed.
USDG is configured as the quote asset at 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168.
Not configured.
Not configured.
Not configured.
Not configured.
Not deployed. Listed tickers are a catalog, not live vaults.
Reproduce it
The script lives in the site repository as scripts/verify.ts. It needs Node 22 and nothing else: no keys, no wallet, no API token. Point it at any RPC for Robinhood Chain with NEXT_PUBLIC_RPC_URL if you do not trust the default.
The raw result of this run is at /verification/latest.json. Questions go to the contact page.
$ git clone https://github.com/pablooalonnso-web/claudemaxing5.git stockify $ cd stockify && npm install $ npm run verify # chain only, no site checks $ npm run verify -- --no-site # also typecheck and lint the site $ npm run verify -- --build