Hold 1.
Own 10.

HOOD10 is a tax token on Robinhood Chain. Every trade pays 5%. Four fifths of it buys the ten largest tokens on the chain, and those tokens are distributed to holders — on-chain, in kind, every epoch.

Overview

the loop

Robinhood Chain has ten tokens worth naming and no index that holds them. HOOD10 is that index, and it funds itself out of its own trading volume rather than out of a treasury or a team allocation.

The loop is short. Trades pay tax in WETH. The contract accumulates WETH for the length of an epoch. At epoch close it ranks the chain, buys the top ten with the accumulated WETH, and pushes each holder their proportional share of all ten tokens in the same settlement.

Nothing to claim. Rewards are airdropped to eligible wallets after each epoch closes — no claim button, no proof to submit, no page you have to come back to. The tokens arrive in your wallet. The distributor is at 0x9f3edbfA…6210.

The tax

5% · collected in WETH

Every buy and every sell pays 5%, collected in WETH. It is never collected in HOOD10, so the contract never has to sell the token to fund a purchase.

dividend payoutprotocol

wedgerategoes to
Dividend payout4.00%Buys the top ten, distributed to holders in kind
Protocol0.70%HOOD10 operations, execution gas, the crank
Launchpad0.30%letscash.fun platform fee
Total5.00%

80% of every tax dollar is holder money. The 1% protocol fee is the floor set by launching on letscash plus the cost of running the epoch — ranking, execution and settlement are not free, and the contract pays for them out of its own fee rather than out of the dividend.

The epoch

every three hours

An epoch is one full cycle: accumulate, close, rank, buy, distribute. Everything happens on-chain in a single settlement transaction at close.

01AccumulateWETH from the 4% dividend wedge collects in the contract for the length of the epoch. Nothing is held off-chain and nothing routes through a personal wallet.
02CloseThe epoch closes. Holder balances are checkpointed in a single block — the snapshot. Balances at any other moment do not count.
03RankThe ten largest tokens on Robinhood Chain are read at close. HOOD10 excludes itself.
04BuyThe accumulated WETH is split ten ways and spent buying each constituent through its canonical pool.
05DistributeEvery eligible holder receives their proportional share of all ten purchases, pushed to their wallet in the same settlement.

Epoch length is variable

The crank checks every three hours, on the three-hour UTC mark. It settles only when the accrued tax covers the cost of settlement: ten swaps plus a payout to every eligible wallet. When the tax has not cleared that bar the check passes without closing an epoch, so the interval is a floor on epoch length rather than the length itself.

Short epochs when volume is high, longer epochs when it is quiet. A fixed short interval regardless would spend a rising share of the dividend on gas as volume fell, which is the opposite of what a holder wants.

Epoch length is the one parameter that changes. Every change is written on-chain and visible before the epoch it applies to.

Selection

by pool liquidity

Constituents are the ten largest eligible tokens on Robinhood Chain by pool liquidity, measured at epoch close.

  • Liquidity, not market cap. Market cap is trivially faked on a young chain with a thin float. Liquidity is money someone actually left in a pool.
  • One token, one seat. A token trading in more than one pool has its pools summed and is counted once. This is an index of ten tokens, not ten pools.
  • HOOD10 excludes itself. Buying your own token with your own tax is a buyback, not an index.
  • Equal split. The epoch’s WETH is divided ten ways. No weighting, no discretion.

The set is re-read every epoch, so constituents can change between one settlement and the next. What you were paid last epoch does not tell you what you will be paid in the next one.

Eligibility

0.01% of supply

To receive a dividend, a wallet must hold at least 0.01% of supply at the snapshot block.

parametervalue
Total supply1,000,000,000 HOOD10
Minimum holding100,000 HOOD10
As a share of supply0.01%
Maximum eligible wallets10,000

The minimum is what makes on-chain distribution possible. Pushing ten different tokens to an unbounded holder set does not fit in a block at any price. A 0.01% floor caps the eligible set at 10,000 wallets by arithmetic, which bounds the cost of settlement and keeps the whole cycle on-chain.

Below the threshold you still hold HOOD10 and still trade it normally. You are simply not in the distribution set for that epoch.

Pools, the distributor contract and burn addresses are excluded — they would otherwise take slices belonging to holders.

Distribution

pushed, in kind

Each eligible wallet receives a share of every constituent, proportional to its share of eligible supply — the sum of all qualifying balances at the snapshot, not total supply. Balances below the threshold are not counted in the denominator, so nothing is stranded.

epoch_weth        = tax collected this epoch (4% wedge)
per_constituent   = epoch_weth / 10
eligible_supply   = Σ balances ≥ 100,000 at snapshot

your_share        = your_balance / eligible_supply

you receive = your_share × (amount bought of each of the ten)

Paid in kind — you receive the ten tokens themselves, not a cash equivalent and not more HOOD10. What the contract bought is what lands in your wallet.

How the airdrop works

At each epoch close the distributor records every eligible balance and buys the ten constituents, and the rewards go out to those wallets. Holding is the only action required of you — nothing to sign, nothing to submit, no deadline to miss.

  • Holding is the whole job. Clear the minimum at the snapshot block and your share is sent to you.
  • Nothing expires. Rewards are pushed rather than claimed, so there is no window to miss and nothing is forfeited by inaction.
  • Settled per epoch. Each epoch is worked out separately against its own snapshot.

Parameters

fixed at deploy
parametervalue
ChainRobinhood Chain · id 4663
Total supply1,000,000,000
Trade tax5.00% buy and sell
Dividend wedge4.00%
Protocol fee1.00% (0.70% + 0.30%)
Fee currencyWETH
Constituents10, equal split
Epoch length2 hours, variable
Minimum holding0.01% — 100,000 HOOD10
Payoutin kind, airdropped on-chain
Distributor0x9f3edbfA…6210
Constituent weight1,000 bps each — 10%, on-chain
Liquiditylocked at launch
Team allocationnone

What it can’t do

no admin key
  • There is no admin withdrawal. No function exists to move accumulated WETH or purchased constituents to any address other than holders.
  • The tax rate cannot be changed. 5% is fixed at deploy.
  • The split cannot be changed. 4% / 1% is fixed at deploy.
  • The minimum cannot be raised. 0.01% is fixed at deploy.
  • Constituents are not chosen by anyone. The ranking is read from chain state at close.

Epoch length is the only mutable parameter, and every change is on-chain and visible before it takes effect.

Risks

read this one
  • No volume, no dividend. The wedge only fills if HOOD10 trades. A quiet epoch distributes little or nothing.
  • This is not diversification. The ten largest tokens on one chain run on one attention cycle. In a drawdown they fall together.
  • Constituents can go to zero, and so can HOOD10. You may be paid in a token that is worthless by the time you receive it.
  • The contract is a buyer in thin pools. Its own purchases move constituent prices against it, and that effect grows with epoch size.
  • A 5% tax is a real cost. Round-tripping a position costs roughly 10% before any price movement.
  • Falling below the minimum forfeits that epoch, whatever your balance was an hour earlier.
hood10 · robinhood chain · 4663↖ back to the indexdocs v1.0