Skip to content
SILIQ
Wallet…
SLQS001-VLTSiliq datasheet

Vault

A contract on Robinhood Chain holds 11 stock tokens. Every 6 hours it signs off what runs earned, and anyone can deposit more.
VLTSiliq
vault
Vault contract
ChainRobinhood Chainid 4663
Block chainreloads each minute

Holdings

The 11 stock tokens the vault pays out, with the share count it holds of each. Share counts come from balanceOf() on Robinhood Chain; prices come from public market data.
TokenCompany, rolePriceShares heldValueToken supplyLinks
marketchainestimatechain
Total value held

Value is shares held times the market price, so it moves with the market between reads. Token supply is totalSupply() for each token on Robinhood Chain. Prices refresh every 5 minutes, chain reads every minute.

Rates and schedule

A paid run earns a base amount plus a rate per compute unit, times the holder tier and the governor. Settlement turns those dollars into shares every 6 hours.
Next cycle closes in rate--:--:--closes at 00, 06, 12, 18 UTC
Base per paid runrate
Per compute unitrate
Governor, nowrate
Daily payout targetrate
Queued in the last 24 hverified run
Cap per token, per cyclerate0.4% of balance
Paid run

USD = ($0.08 + SCU × $0.0011) × tier × governor

The governor steers a day of payouts toward 1.2% of the vault and never drops below ×0.10.

One compute unit per instrument

InstrumentScore unitWork in 1 SCU
SLQ-01 computeTF28 TF
SLQ-02 memoryGB/S18 GB
SLQ-03 renderMP/S45,000 MP
SLQ-04 matrixTF9 TF
SLQ-05 inferenceTF5 TF

Work is the sustained score times the run length in seconds.

How a cycle works

A cycle lasts 6 hours. Read the trace left to right: dollars build up, the close turns them into vouchers, you claim, and deposits refill what claims take out.
  1. 01Runs accumulatepending
    when6 h window

    Each verified paid run adds its dollar value to your wallet for the open cycle, split across the makers of the GPU.

    who actsSiliq server
  2. 02Cycle closesclose
    when00, 06, 12, 18 UTC

    The settler prices the dollars owed in shares and signs one voucher per wallet. closeCycle() anchors the report hash on chain.

    who actsSettler key
  3. 03You claimclaim()
    whenany time after the close

    You send your voucher to the vault. It checks the settler signature and transfers the tokens. One claim per wallet per cycle.

    who actsYour wallet
  4. 04Vault refillsdeposit()
    whenany time

    Anyone can call deposit() with a stock token. Paid API keys, render jobs and sponsors top the vault up this way.

    who actsAny wallet

Deposit

Anyone can add stock tokens to the vault. Your wallet sends two transactions: approve() lets the vault pull the amount, then deposit() pulls it and records your memo in a Deposited event.
Vault contract:launch soon

Deposits open when the vault contract deploys on Robinhood Chain. Until then there is no address to send tokens to, so the form stays locked.

deposit(token, amount, memo)no wallet
  1. 01approve()waitingNVDA lets the vault pull the amounttx hash appears here
  2. 02deposit()waitingthe vault pulls the tokens and logs the memotx hash appears here
Locked until the vault contract deploys.

Recent settlements

The last 20 cycles the settler closed: how many vouchers it signed, the dollars they carry, the governor rate, and the report hash it anchored with closeCycle().
report hash anchored on chainchain