Infinity Robinhood Glitch os / manual

How Infinity Robinhood Glitch works

READMEv1

Infinity Robinhood Glitch is a community-driven runner engine on Robinhood Chain. IRG holders vote on which runner tokens the treasury should buy. Selected tokens are purchased and automatically distributed to holders. Hold. Vote. Receive. Rotate. One glitch to catch ETH. Community votes. Treasury buys ETH. Tokens distributed. You choose what to do.

HOW IT WORKS05 STEPS
01HOLD
wallet link

Hold $IRG to access the Infinity Robinhood Glitch ecosystem. IRG holders become part of the community and can participate in voting, rewards, and rotations.

02VOTE
fee route

Holders propose and vote on runner tokens. When voting ends, the treasury buys the selected runner on Robinhood Chain and distributes purchased tokens to eligible $IRG holders.

03VOTE
1 IRG = 1 routing weight

Every IRG held at snapshot counts as routing weight. One wallet signs one choice per epoch; the weighted winner becomes the next reward buy.

04TREASURY
epoch → treasury

After receiving tokens, every holder decides what to do. Sell them, hold them, or wait for the next rotation. If a new runner appears, the community can vote to rotate old positions into new opportunities.

REWARDS3 LIVE

ETH

Runner route 01 on Robinhood Chain.

Status: upcoming

Runner on Robinhood Chain.

Status: upcoming

Runner on Robinhood Chain.

Status: upcoming
SHARES.SPEC
1 share1 $IRG held at snapshot
Weight sourceIRG holder snapshot
On distributionclaims do not spend IRG
Vote1 reward · ETH / /
Window15 minutes
Quorumcommunity threshold
Resolvesweighted majority
IRG.SPEC

epoch.vote — runner

// your wallet signs one epoch vote.
// the backend verifies IRG balance before counting weight.
const job = await drop.treasury();  // { seed, size }
const digest = await gpu.run(job.seed, job.size);
const { creditedMicro } = await drop.submit(job.id, digest);
// creditedMicro is µIRG earned — and the same count of
// permanent voting shares added to your weight in the drop.

treasury — withdraw

// a ballot closes on a top-volume market. every µIRG ever
// earned counts as one weighted vote — YES or NO.
const ballot = {
 market:  "cz:0x2f…",  // CASHCAT farm market
 yesShares: 8_120_443,
 noShares:  3_004_991,
 quorum:  5_000_000,  // min shares to act at all
 window:  "6h",  // voting stays open this long
};
// YES clears quorum with a majority → the treasury opens the YES side.
FAQ

Is my hardware safe

Yes. Jobs run inside the browser sandbox as ordinary Robinhood Chain work — the same class of load as a 3D web game — in a dedicated thread. Stop the drop or close the tab and it ends at once, with no background process left behind.

What can I withdraw

All of the IRG your route has earned, straight to the Robinhood Chain wallet you signed in with. A minimum withdrawal applies, plus a short unlock after you first start working and a brief cooldown between withdrawals. Withdrawing never reduces your voting shares.

Who holds the treasury key

The operator holds the treasury wallet key and executes trades, but every trade follows recorded drop consensus. The ballots and the execution ledger are public, so what the treasury does is auditable against what the drop voted for.

Is it trading real money now

The engine defaults to paper mode: positions are recorded and marked to live venue prices, so P&L is real while capital stays put. Live on-chain routing activates automatically once the treasury wallet is funded.