The reserve is a share of a company, not a token of itself.
satohood is issued by a contract on Robinhood Chain. You deposit NVDA, a formula decides the price, and the NVDA stays in the contract until someone burns satohood to take it back out. No one operates it.
0xDFba3F26a8B077C4582B01E10F238d982A899D12
No wallet in this browser. On a phone, open satohood.org inside your wallet’s own browser. On a desktop, install a wallet extension. Nothing on this page will ever ask for a seed phrase or a private key.
- Supply
- Awaiting deployment
- Reserve
- Awaiting deployment
- Price
- Awaiting deployment
What the price does
Each mint costs more NVDA than the one before it, by a fixed exponential rule computed on chain. There is no order book, no liquidity provider, and no counterparty. The contract quotes a price to everybody at the same curve position, and every mint advances that position.
The panel above reads its prices from the contract itself. Check the address it calls against what your wallet shows you before signing anything: it should be the router, and nothing else.
What sits in the reserve
NVDA on Robinhood Chain is not a NVIDIA share. It is a tokenised debt security issued by Robinhood Assets (Jersey) Limited that gives economic exposure to the share price. It carries no voting rights and no legal claim on NVIDIA or on the underlying stock. satohood has no relationship with NVIDIA or with Robinhood, and neither endorses it.
The contract counts raw ERC-20 units. When a split or a dividend changes the token's corporate-action multiplier, raw balances do not move, so the curve does not move either.
- Reserve assetNVDA, 18 decimals, held directly by the curve contract
- Ceiling21,000,000 satohood, approached and never reached
- Curve scale500 NVDA
- Per mint5 NVDA maximum
- ExitBurn through the curve. There is no withdraw function.
Where the fee goes
0.4% is taken on the NVDA side of every mint and every burn. Just under half of it goes to one address, written into the contract at deployment and unchangeable afterwards. The rest stays where nobody can reach it, including us: it is friction that makes round-tripping the curve cost something, and it grows the reserve in favour of whoever burns later.
What can go wrong
The reserve asset has an operator
satohood's contract cannot be changed by anyone. NVDA can. Its contract carries a pause flag, Robinhood-issued tokens share one upgradeable implementation, and the chain screens transactions at the sequencer. If NVDA is paused, minting and burning both revert: nothing is taken, but nobody can exit until it resumes.
satohood does not track NVIDIA
If you want exposure to the share price, buy NVDA. It is simpler, deeper and more liquid. satohood is a separate asset that happens to hold NVDA, and its price follows the curve, not the stock.
The float is small
All tokenised NVDA in existence is a market of roughly fifteen million dollars. The binding constraint on this contract is not the formula but how much of that asset exists.
Nobody has audited this
The contract is small, unowned and tested, which limits what a bug can do. It does not eliminate it. There is no team, no support channel and no recourse.
Contracts
The hook and the token are verified on Blockscout, exact match. Read the source there rather than taking any of this on trust: the fee address and every curve parameter sit in the constructor arguments.