Built on Robinhood Chain

Spate

A vault earns fees all day and books them in a single transaction, so its share price is a staircase. Spate releases harvested income block by block — the price is a line, and standing next to a payout is worth nothing.

ERC-4626 Unlock in blocks No oracle No token
24 properties executed on chain 11 sabotages, each caught 98.8% of blocks pay nothing No oracle, no keeper trust, no proxy

The problem

Income arrives all day.
The price moves once.

A pool earns a fee on every swap. A vault learns about it when somebody sends a harvest transaction. Between those two moments the share price does not move at all — and then it moves the whole way at once.

What a staircase costs

A price that only moves when someone pays gas

  • Redeem an hour before the harvest and you are paid as though you earned nothing that hour.
  • Deposit one block before it and you are paid for a day you were not present for.
  • The share price is flat, so accrued income is invisible in every number the vault publishes.
  • “No lockup, redeem any block” is what makes that free. Nothing charges you for standing next to a payout.

What Spate does instead

A price that moves every block

  • Harvested profit is booked as locked and released over a fixed number of blocks.
  • totalAssets() rises every block, so income belongs to the blocks that earned it.
  • A depositor arriving at the harvest is priced into a share that already contains it.
  • Bond markets settle at a dirty price for exactly this reason, and have since the 1600s.

The number

What one block of standing there is worth

Not arithmetic on paper. The sequence below is executed against the compiled contract on Robinhood Chain, twice — once with instant recognition, once with the unlock on — and the two answers are read out of the vault.

50.00 bps taken by a depositor who arrives one block before the harvest and leaves one block after instant recognition · 1 block dwell
0.0014 bps the same sequence, same numbers, with the unlock on unlock 36,000 blocks · ~61 min
36,000× the difference one constructor argument makes executed
99.6% of 51 minutes of fee income arrives in the busiest 1% of a pool's blocks measured on Robinhood Chain

Both figures come out of the same contract with one argument changed, so the comparison is not between Spate and a straw man — it is between Spate and Spate. How it is run →

What is here

Three things, and all three run

Every claim on this site is either executed at build time against live chain state, or marked as not executed. There is no third category.

The unlock

Harvested profit is credited to a locked balance and released linearly over unlockBlocks. totalAssets() counts only what has been released, so the share price rises on a ramp rather than a step.

  • Ordinary ERC-4626 surface — no special support needed
  • locked(), unlockPerBlock() and captureBps() are public views
  • Nothing about it depends on a price feed

Executed, not described

24 properties are compiled and run inside an eth_call state override on Robinhood Chain on every build, then the contract is rebuilt 11 more times with one deliberate defect each and every one must be caught.

  • No testnet, no toolchain, no funded account, no key
  • One sabotage is expected to survive and says why
  • The full table →

A gauge for anyone's vault

Paste any ERC-4626 vault on Robinhood Chain into the Gauge and it reads the chain from your browser: what its share price did, whether it moves in steps, and how much a well-timed block is worth against it.

  • No key, no wallet, no proxy, no server
  • It refuses to vouch for a contract it cannot identify
  • Same modules the scanner uses

The path

Four calls, and you can read every one

Nothing in the path needs a keeper you trust, a solver you cannot see, or a price somebody else publishes.

01

Deposit

You send the asset. It is added to a storage counter, never read from balanceOf, so a stray transfer cannot move anybody's share price.

02

Harvest

Fee income arrives from the pool. The protocol cut is taken once, capped in the contract, and the rest goes to locked — not to the share price.

03

Unlock

Every block, a fixed slice of the locked balance becomes assets. The share price is a ramp. Nobody has to send a transaction for this to happen.

04

Redeem

Burn shares, take the underlying at the price of that block. No queue, no epoch — and now no reward for choosing the block.

The picture

A basin collects for hours.
The gauge sees one pulse.

The animation on this page is not a texture. It is a drainage network solved from a fractal surface — depressions filled, D8 flow routed, Strahler ordered — and the build refuses to ship it unless it still obeys Horton's laws and Hack's law.

4.28bifurcation ratio Rb Horton 1945 · published 3–5
1.81length ratio Rl published 1.5–3.5
0.528Hack's exponent Hack 1957 · 0.57, surveyed 0.5–0.6
3.89×peak discharge over mean uniform rain, one basin

Across 24 seeded landscapes, every basin large enough to carry five Strahler orders lands inside all four published bands and every order-4 basin does not — which is the known small-sample bias in a ratio estimated from three numbers, not a bug in the model. How it is built and checked →

On this chain

Real assets, read from the chain

13 tokenised equities and 13 other tokens were found by walking Robinhood Chain's own Uniswap V3 swap logs — no registry, no vendor, no key. A vault can be opened over any of them.

AssetSymbolDecimalsPoolsSwaps seen
Global DollarUSDG 625130,292
WETHWETH 1819116,255
NVIDIA • Robinhood TokenNVDA 1836,157
SPDR S&P 500 ETF Trust • Robinhood TokenSPY 1834,451
GameStop • Robinhood TokenGME 1823,204
A Meme CoinMEME 1823,188
Space Exploration Technologies Corp. Class A Common Stock • Robinhood TokenSPCX 1823,170
SPDR Gold Trust • Robinhood TokenGLD 1823,111
Hims & Hers Health • Robinhood TokenHIMS 1812,697
PonsPONS 1832,660

Every market found →

What is actually real

Open it, or don't.
Either way read the state table.

No canonical Spate vault is deployed: deploying costs gas from a wallet and this repository holds no key. The app deploys one from yours, on mainnet, and simulates every write from your address before it is signed. The contracts have not been audited by anybody.