Everything on this page is read live from Robinhood Chain by your browser: the vault's balances, every payout it ever made, the fees waiting to be split. No database of ours in between. You can run the same calls yourself, they are at the bottom.
The split
| Contract | What it does | Address |
|---|---|---|
| ChompVault | holds USDG and stock tokens; the operator can only pay within limits, swap within a daily cap, claim fees. The owner can pause and take everything out. | not deployed |
| FeeSplitter | receives the creator fees from Pons and splits them 61.11% vault / 38.89% team, which is 55% / 35% of the whole fee. The split cannot change. | not deployed |
| $CHOMP | the token, launched on Pons with a 2% creator tax. | not launched |
Source: chain/contracts/ChompVault.sol, chain/contracts/FeeSplitter.sol, 6 tests passing. Verified on Blockscout the day they are deployed.
Proof of reserves
| Asset | Balance | Price (USDG) | Value |
|---|---|---|---|
| No vault yet. | |||
Read at block …. RPC https://rpc.mainnet.chain.robinhood.com, chain id 4663.
Proof of payouts
| When | Stock | Shares | To | Transaction |
|---|---|---|---|---|
| No payout yet. The demo pays nothing; GPS payouts start when the vault has fees in it. | ||||
What pays in what
The rule: a thing pays in its owner's own stock token when Robinhood Chain has it; otherwise it pays in SPY, the index token, and the app still shows the real owner. Owners on the chain today, from our menu: . Most European and Asian companies, most banks, hotels and fast-food chains are not on the chain yet; the day they are, the registry is updated and their things switch.
Check it yourself
Open the vault on robinhoodchain.blockscout.com: the Tokens tab is the proof of reserves, the Logs tab filtered on Paid is the proof of payouts. Or ask the chain directly:
curl -X POST https://rpc.mainnet.chain.robinhood.com -H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168","data":"0x70a08231000000000000000000000000<vault without 0x>"},"latest"]}'
USDG is 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168. The official stock tokens are listed on docs.robinhood.com/chain/contracts and mirrored in vault/tokens.json.