Fracture Point — Interim Progress Proposal Hyperion HyperHack 2025 | Build‑&‑Battle Test Sprint

  1. Executive Summary

Fracture Point is a competitive, extraction‑based shooter that replaces unsustainable P2E loops with a Proof‑of‑Play economy backed by on‑chain reputation. Our objective is to demonstrate a fully verifiable “match → reward → progression” pipeline on the Metis Hyperion Testnet before the stress‑testing stage (July 15).

  1. Prototype Milestones Achieved (to‑date)
Area Status Highlights
Core Smart‑Contract Suite 40 % • FPToken (non‑transferable XP) • RankBadge (soul‑bound NFT ranks) • ClaimManager (oracle‑gated reward hub)
On‑Chain XP Logic :white_check_mark: Winner 50 XP · 2nd 20 XP · 3rd 30 XP — enforced 100 XP cap/Rift
Alith Oracle Design :white_check_mark: Off‑chain verifications + cooldown / anti‑farming guardrails
Local Backend Simulation :white_check_mark: Node.js scripts emulate match events, task rewards, and cooldown windows without gas
UI Prototype (Lobby) Alpha Public demo: supaman‑variants.lovable.app (wallet stub, XP placeholders)
Hyperion Deployment Pipeline 80 % Hardhat + dotenv config; deployment scripts tested end‑to‑end
  1. Work in Progress

  2. Contract Finalization (ETA < very soon )

  • Integrate cooldown/season burn methods
  • Redeploy final ClaimManager (post‑review)
  1. Oracle Hook‑Up
  • Whitelist Alith wallet; automate XP mints from backend queue
  1. Frontend Integration
  • Bind lobby UI to on‑chain XP and badge reads
  1. Public GitHub Release
  • Push audited Solidity + simulation scripts (target: next 3-4 d)
  1. Next 7‑Day Deliverables
Date (≈) Deliverable Description
T‑5 days GitHub repo (public) Contracts, deploy scripts, README walk‑through
T‑3 d End‑to‑End Demo Local backend triggers on‑chain XP; lobby shows earned XP live
T‑6 d Community Playtest Pack Faucet link, wallet guide, and task board for testers
T‑ 7-8 d Progress Report #2 Gas stats, anti‑farming metrics, leaderboard snapshot
  1. Why It Matters for Hyperion
  • Parallel Execution Friendly Minimal on‑chain state per match → scalable with Hyperion rollup.
  • AI‑Ready Back‑End Alith oracle design aligns with Hyperion’s AI SDK vision.
  • Public‑Good Insight Open‑sourced reward logic serves other game teams migrating to Metis.
  1. Immediate Next Steps

  2. Finalize & redeploy ClaimManager (omitting legacy setMinter() call).

  3. Set Alith oracle on‑chain once testnet tMETIS is available tomorrow.

  4. Publish repository and lobby link to HyperHack forum thread.

We appreciate the panel’s consideration and look forward to showcasing a fully operational Proof‑of‑Play loop on Hyperion within the Build Sprint window.

Submitted by Fracture Point Labs – June 2025

25 Likes

What has been the biggest challenge in implementing anti-farming mechanisms within your Proof-of-Play economy, and how have you addressed it?

3 Likes

Biggest anti-farming challenge: making sure only legitimate, skill-based activity earns XP while keeping the system lean enough for on-chain verification.

How we solved it!

Pain-point Solution
Bot lobbies & alt-account boosting Ranked-only XP – casual / custom modes give zero XP. A ranked lobby unlocks only after the player’s wallet is connected (Sybil screen) and passes our Unity anti-cheat handshake.
Brute-force match grinding Alith oracle cooldown – once Alith mints XP for a wallet, an 8-minute cooldown (aligned with match duration) is enforced on-chain to prevent farming while keeping gameplay fluid.
XP resale / laundering XP is soul-bound – it can’t be transferred. Its sole purpose is to move the wallet up the XP → Rank → Badge ladder.
Loop exploitation Closed reward circuit:1. Wallet plays a ranked Rift match. 2. Unity backend submits a signed Proof-of-Play payload to Alith. 3. Alith validates kill-feed + extraction order + cooldown, then calls distributeRiftXP(). 4. When a wallet’s season XP crosses a rank threshold, ClaimManager lets the player burn XP → mint a soul-bound RankBadge. 5. Holding that badge is the only on-chain key that lets the same wallet claim its share of GHC in the reward vault.

Why this loop works

  1. Wallet-gated ranked mode prevents disposable guest boosting.
  2. Alith oracle is the single on-chain mint authority, so every XP grant is audited.
  3. XP → Rank → Badge → GHC means a farmer would need to spoof multiple checkpoints (match stats, cooldown, badge burn) to extract value.
  4. Soul-bound XP & badges keep every step publicly verifiable and non-tradable, eliminating black-market shortcuts.

Result: genuine Proof-of-Play and Proof-of-Contribution drive the economy, while farming loops hit cooldown walls and can’t monetize because XP itself has no secondary-market value.

6 Likes

Thanks for sharing the Progress . :+1:

4 Likes

Really impressive system. As a player, it’s great to see fair competition being protected and XP actually meaning something earned through real effort. Appreciate the hard work! :raising_hands::bullseye:

1 Like

I really appreciate that, and I hope others see it the way you do. Fairness in gaming ecosystems is fading fast and with it, trust. That’s exactly why proof of play is becoming the enemy of exploiters. Most won’t admit it, but they resist change because it threatens the loopholes they’ve grown used to. We’re just trying to build something where effort actually matters again. :flexed_biceps::bullseye:

5 Likes

Absolutely, fairness is key. Effort should always count. Keep pushing! :flexed_biceps::bullseye:

2 Likes

I have got a hiccup with integrating Alith’s AI capabilities on Metis Hyperion (Chain ID 133717). Fracture point proof of play solely hinge on Alith integral support for the system on chain and off chain.

I have the Alith interface Solidity files (IAIProcess, IDataRegistry, ISettlement, IVerifiedComputing). My key blocker now is obtaining the deployed contract addresses for these Alith components on the Hyperion testnet (e.g., DataRegistryProxy, VerifiedComputingProxy).

Could you please point me to where I can find this list of addresses? Any quick-start guides or basic integration examples for Hyperion would also be incredibly helpful.
Thanks for your time and assistance!

6 Likes