Anonymous No.371300007
what is this?
Chip8 OP No.371300010
>>371300007 >a game console >inside a Solana program >controlled by a coin's price Chip8 is an XO-CHIP machine: 128x64 pixels, 4 colors, 16 KB of RAM. It runs Flappy Chart. The bird flies wherever the price takes it.
Anonymous No.371300014
who presses the buttons?
Chip8 OP No.371300017
>>371300014 >nobody >the program reads the pump.fun bonding curve itself Before every step the console fills a price port at 0x1F0: how far the price moved, where it sits against its moving average, which way. The ROM reads it like any other memory. No keeper, oracle or dev chooses the input.
Anonymous No.371300021
why does the game freeze?
Chip8 OP No.371300024
>>371300021 >the market is the clock A step only runs when the reserves changed since the last one. No trades, no time. The step fails on chain otherwise, so nobody can skip time without the market.
Anonymous No.371300028
how do I know the chain ran it right?
Chip8 OP No.371300031
>>371300028 >your browser runs it too The program and this page run the same Rust engine; the page uses it compiled to WebAssembly. After each step the program stores the machine state hash and the inputs it used. Your browser re-runs the step from the previous state and compares. The badge under the screen is that check.
Anonymous No.371300035
what does it cost?
Chip8 OP No.371300038
>>371300035 >0.000005 SOL a step >no priority fees >at most one step a second Steps are paid by a keeper funded from creator fees. Anyone can send a step themselves with NUDGE. A quiet day costs close to nothing.
Anonymous No.371300042
can the dev change the game?
Chip8 OP No.371300045
>>371300042 >not after the seal The ROM is loaded, then sealed: its sha256 goes into the console account and the load instruction stops working. After a burn-in period the program itself becomes immutable too.
Anonymous No.371300049
what happens when it graduates?
Chip8 OP No.371300052
>>371300049 >the bird keeps flying When the curve completes and the coin moves to PumpSwap, anyone can switch the console to read the pool instead. Same game, deeper market.
Anonymous No.371300056
is this financial advice?
Chip8 OP No.371300059
>>371300056 >no >it is a bird