feat: add Rocket Markets protocol (mainnet) - #473
Merged
Conversation
Rocket Markets (app.rocketmarkets.fun) is a time-based prediction market on Monad mainnet, category Consumer::Prediction Market. Adds the stable core Market contract and the SurvivorVaultImplementation that per-round Survivor vaults clone. Contracts are not yet verified on the explorer. Co-authored-by: Vukašin Manojlović <8989109+iamvukasin@users.noreply.github.com>
Contract Verification ResultsChanged Files
Verification OutputWorkflow run: Verify PR Contracts |
keone
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Rocket Markets (app.rocketmarkets.fun) to the mainnet registry.
Requested in Slack (#i-monad-activity-consumer) as a follow-up to adding it to the consumer activity dashboard.
What it is
A time-based prediction market on Monad mainnet (live 2026-09-08): you bet on how long until an inevitable event happens, not whether it will. Survivors deposit USDC into a per-round vault to earn yield every second the event hasn't happened; Detonators buy a time window and win a share of the pool when the event triggers. Settled in USDC.
Consumer::Prediction Marketmainnet/rocket_markets.jsoncAddresses
Market0x5fAbE7Eb6629058bcAa0d2041cACd32638A7480bSurvivorVaultImplementation0x48d9392Db46b00C291a2e29B1aC6C703b57024E2Both verified on-chain as EIP-55 checksummed. The per-round Survivor vaults (one ERC-4626 clone per epoch) and the
resolveoperations are all deployed/driven by the protocol deployer0xa81Fc03686883efA5b5cA4faC1437e6870216fD8; that per-round vault set is dynamic, so only the stableMarket+ the cloneSurvivorVaultImplementationare listed here (noted inline in the file).Notes
python scripts/validate_protocol.py --network mainnetlocally — passes (no duplicate/canonical/format errors).