Inspired by the post below, I came up with the idea of making a token that can only be traded during New York Stock Exchange hours. Outside those hours the token can't be transferred or sold, that's written into the contract. Not just 9:30-16:00 New York time: weekends, every NYSE holiday and the 13:00 early closes are all in the code, DST included.
This is a full-on degen experiment, so be careful.
$RHSE (Robinhood Stock Exchange) is paired with the 5 most liquid tokenized stocks on
@RobinhoodApp: MSTR, QQQ, MSFT, SPCX and SPY. It works as 5 separate pools with the supply split equally between them, no ETH pool at all, so every stock moves the price of
$RHSE on its own.
I launched it today, during the session. Tonight at 4pm New York time the token switches off until tomorrow's open, and so on every day, every weekend and every holiday. First real test is tonight, you can try to buy after the close and watch the transaction revert.
The whole supply went into the pools one-sided. The token contract is sealed, I have no rights to change it. All 5 LP positions sit in a verified locker contract with no withdraw function. Below I'm dropping links to everything, you'll find the verified code and how it works in case someone wants to take inspiration and build a token like this too (if you do, feel free to drop the CA in the comments).
Let me know what you think.
CA: 0x35344de4c915dcfab9fda15946f6d32730143262
token contract (verified, sealed):
robinhoodchain.blockscout.co…
seal tx:
robinhoodchain.blockscout.co…
LP locker (verified, no owner, no withdraw, holds all 5 positions):
robinhoodchain.blockscout.co…
Terminals like GMGN/fomo will show not renounced / LP not locked because the contract doesn't use the standard Ownable pattern and the LP isn't in one of the lockers they recognize, it's in a contract with no withdraw function. Check the verified code instead of the badge. Everything is safe.