Back to explore
Season 1 · DeFi & Open Finance

arc tycoon

turn based game monopoly-like

Stage 1, ReviewDeFi & Open Finance

by seijin88 · submitted Jun 1, 2026

Community votes

0

Voting opens when this submission reaches the Top 10 stage.

Overall score

/ 100

Weighted average across the 5 judging criteria.

Description

01/03

What the builder said.

Written by the team, rendered as the markdown they typed in the submission wizard.

Arc Tycoon is a fully on-chain, trustless board game built on OPN Testnet — think Monopoly meets DeFi. Players stake CHIP tokens to enter a match, roll dice, buy properties, and collect rent, all enforced by smart contracts with no server or middleman. The first player to double the poorest player's net worth wins the stake pot. Cosmetic outfit NFTs give players a small luck boost on chance cards.

How its work

  1. Getting CHIP The TestnetFaucet mints CHIP (an ERC-20) to any wallet that calls claim(), with a 1-hour cooldown. CHIP is the only currency used in the game.

  2. Creating a Match Any player calls MatchFactory.createMatch(stakeAmount). This deploys a fresh isolated GameMatch contract. The factory emits a MatchCreated event so the UI can pick it up.

  3. Joining 2–4 players call GameMatch.joinMatch(outfitTokenIds). Each player:

Transfers their CHIP stake into the contract (locked as the pot) Optionally equips up to 4 outfit NFTs (one per slot: Head, Body, Feet, Accessory) Gets a luck bonus (up to 5%) based on their equipped items, validated by CosmeticRegistry 4. Playing The host calls startMatch(). Each turn, the active player:

rollAndMove() — dice are rolled pseudo-randomly using block.prevrandao, player moves around the 16-tile board Lands on a property → can buyProperty(), or pays rent if someone else owns it Lands on a tax tile → pays a fixed fee Lands on a chance tile → luck stat influences whether they gain or lose cash Lands on jail tile → stuck for up to 3 turns (roll doubles to escape) endTurn() → moves to the next player Anyone can call skipTurn() if the current player goes idle for 90 seconds.

  1. Richest-First Bet (Option A) After every action, the contract checks: does any active player have a net worth ≥ 2× the poorest active player? If yes, that player immediately wins the entire CHIP pot (minus a 5% treasury fee). The match then continues — players keep playing for board dominance.

  2. Match End The match ends when:

Only one player remains (others went bankrupt), or The 30-minute deadline is hit (endByTimeout()), or A deadline is crossed mid-action The player with the highest net worth at the end wins any remaining pot.

  1. Web UI The React + Vite frontend connects via wagmi/viem, listens to on-chain events in real time using watchContractEvent, and replays the last ~5000 blocks when you load a match so you see the full history.

Roadmap

02/03

What ships next.

The builder's own next-quarter plan. Use it to gauge follow-through and ambition.

Phase 1 — Testnet Launch (current)

Core game loop on-chain (roll, move, buy, rent, bankrupt) CHIP ERC-20 staking and pot escrow Richest-first bet mechanic (Option A) Cosmetic outfit NFTs with luck stat Testnet faucet React + Vite web UI with live event feed Deployed on OPN Testnet Public playtest with community feedback

Phase 2 — Game Polish

Verifiable randomness — replace block.prevrandao dice rolls with Chainlink VRF or a commit-reveal scheme (current dice are manipulable by validators) Full 40-tile board — expand from 16 tiles to a proper Monopoly-style board with color groups, houses, hotels Property upgrades — buy houses/hotels to increase rent Trade system — player-to-player property trades mid-match More chance/community chest cards — expand beyond the current single luck-based card Mobile-responsive UI — current layout needs work on small screens

Phase 3 — NFT Ecosystem

Outfit minting UI — let players mint and equip outfits directly from the web app (currently admin-only) NFT marketplace integration — list/trade outfits on a secondary market Cosmetic variety — more slots, visual traits, rarity tiers Outfit previews on the board — show player avatars based on equipped NFTs Seasonal drops — limited edition outfits tied to events

Phase 4 — Competitive Layer

Match history & leaderboard — index past matches, track win rates and earnings on-chain Tournaments — TournamentFactory contract that brackets multiple matches with a shared prize pool Spectator mode — watch live matches without joining Replay system — reconstruct any past match from on-chain events ELO / ranking system — off-chain or hybrid ranking tied to wallet address

Phase 5 — Mainnet & Growth

Security audit — full audit of all contracts before any real-value deployment Mainnet deployment — launch on OPN mainnet once stable WalletConnect support — beyond injected wallet (MetaMask only right now) Multi-language UI — internationalization SDK / open match API — let third-party frontends create and join matches

On-chain proof

03/03

5 contracts on OPN Chain.

The chain itself confirmed every deployment is valid, signed by the builder's wallet, and inside the season's window.

  • 01Cosmetic ChipsPrimary

    0x44b2964Cd079dcBCA6C1bA17D9dF34A5A3542a73

    tx 0xaa91e7c583570558c896be38275c00293cf547946d124223e01301c2c3d17411

    deployed Jun 1, 2026 · block 17689024

  • 02Arc Tycoon Outfit

    0xD01c68366E4245598Ce3D55bE301eb95C04B98dd

    tx 0x77224b8caa51d9fc41f3b034fc1272afec3f88f68f005b4cad788dae3ea768f0

    deployed Jun 1, 2026 · block 17689024

  • 03TestnetFaucet

    0xE7751Bf56F51f29aD154e2eC480a593eBA73AC1A

    tx 0x0fe4349f84966c876f4a46bcbdb7359ced31e9fe9c5cacdb0ca5ffdd93e184c9

    deployed Jun 1, 2026 · block 17689026

  • 04MatchFactory

    0x52B0fE1bB5CF73f66650f5bFE7c06386e8Ad7bc5

    tx 0xc2b5a58011c688d7be6f5ac460edeb9a0ade786d629bebacfee3dc5d003fd0df

    deployed Jun 1, 2026 · block 17689025

  • 05CosmeticChips

    0x4721193EfD83cb274aa6F46fF2a323b6a2c1AD5C

    tx 0x570885b904e0038c77f1a1963047bdcb11cbb3cde2f77b2c24d35ea9ef1da80e

    deployed Jun 1, 2026 · block 17689025