SHOOK / OFFICIAL PROTOCOLDocumentation
MAINNET EDITIONOpen SHOOK
Reference / SHOOK

Mainnet deployment

One official profile. Addresses and launch details must come from the completed mainnet manifest.

Configured target

The repository’s official production runtime targets Robinhood Chain, chain ID 4663, with native ETH. This is the checked-in deployment target, not a live-chain verification by the documentation app. The app does not connect a wallet or silently substitute another network.

The manifest snapshot is shown in the contract reference. Contract addresses are not yet populated and deploymentBlock is null. No token, pool, vault, or game address is presented as live until that data is supplied.

Opening time

The configured opensAt value is 1788789600, corresponding to 7 September 2026 at 14:00 UTC. Treat this as a configured launch time until the live contract’s immutable opensAt is verified.

The contract timestamp is authoritative. These docs do not infer that an opening happened simply because a configured date passed.

Verifying the official contracts

Check the official chain ID, contract addresses, deployed bytecode, and immutable parameters against the published mainnet manifest. Verify the canonical pool key and the PoolManager binding used by the quoter.

The manifest identifies the contracts, code hashes, deployment block, opening timestamp, creator, reserve owner, and lottery epoch duration. Read these values together with the live contract state.

Role acceptance

Reserve ownership uses a two-step transfer. A nominated owner has no authority until it accepts. Check owner and pendingOwner independently to identify who currently controls reserve custody and routing.

The creator’s two-step replacement process is separate from reserve ownership. Its active address receives all unclaimed creator revenue.

Mainnet-only scope

Every economic amount and duration in these guides uses the official profile. Test networks, accelerated profiles, local fixtures, and the isolated DUMMY market are excluded from the reader-facing protocol reference. A deployment of official economics elsewhere is not proof that the intended mainnet address exists.

Source reference

Checked against the source shipped with this documentation. Contract calls and units are detailed in the contract reference.

Imported source files 47

Supporting contracts, interfaces, and libraries imported by the sources above, including their dependencies.

SHOOK docs Official protocol · Mainnet parameters