Infinity CZ Glitch os / manual

How Infinity CZ Glitch works

READMEv1

Infinity CZ Glitch is a community-driven runner engine on BNB Chain. iCZg 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 CZ. Community votes. Treasury buys CZ. Tokens distributed. You choose what to do.

HOW IT WORKS05 STEPS
01HOLD
wallet link

Hold $iCZg to access the Infinity CZ Glitch ecosystem. iCZg 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 BNB Chain and distributes purchased tokens to eligible $iCZg holders.

03VOTE
1 iCZg = 1 routing weight

Every iCZg 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

CZ

Runner route 01 on BNB Chain.

Status: upcoming

Runner on BNB Chain.

Status: upcoming

Runner on BNB Chain.

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

epoch.vote — runner

// your wallet signs one epoch vote.
// the backend verifies iCZg 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 µiCZg 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 µiCZg ever
// earned counts as one weighted vote — YES or NO.
const ballot = {
 market:  "cz:0x2f…",  // CZ runner 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 BSC 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 iCZg your route has earned, straight to the BSC 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.