DeepSurge
Sui Logo
EVE Frontier Logo

2026 EVE Frontier Hackathon

Explore the tools built for a new civilization in the 2026 EVE Frontier Hackathon.

Voting has ended, but the project gallery remains open.

Yara9 Exploration Network
thumbnail

Macana Corp: YARA-9 Exploration Network

Gameplay-driven exploration and intelligence economy for EVE Frontier.

Objective

Build a practical exploration loop where players generate scan data, redeem it through Macana infrastructure, and progress through utility systems instead of one-off loot outcomes.

Lore Foundation

Macana Corp traces its origin to DrZeus, an industrial engineer linked to nickel and cobalt operations in Moa, where YARA-9 was first studied as a strategic material.

YARA-9 enabled breakthroughs in conductivity, fusion-adjacent processes, and gravitational stabilization for warp-scale systems, but prolonged exposure also altered human cognition and degraded biological limits.

After the convergence events represented in EVE Frontier, DrZeus and allied researchers from the YARA Team transitioned their consciousness into new operational bodies. In this universe, Macana Corp was founded to locate and control YARA-9, leverage its advantages as a faction, and pursue a long-term objective: determine whether a return path to their origin universe can eventually be engineered.

Core Loop

Acquire Satellite -> Scan Planet -> Retrieve Data Item -> Redeem at MCC -> Receive Standing and Rewards -> Progress

Key Design Decisions

  • Tier 1 satellites are fabricated by Macana Corp using in-game resources (no spawning).

  • Tier 1 public distribution is limited per player per 24h, based on standing.

  • Tier 2/Tier 3 satellites require a consumable license item per unit crafted.

  • Licenses are crafted in MCC from base resources and can be traded.

  • Neutral players can access MCC; hostile players are denied.

  • Higher standing unlocks better prices and selected subsidized goods.

Satellite Tiers

  • Tier 1: onboarding scan unit, low-value outputs, supports standing progression.

  • Tier 2: higher-value data potential, stronger reward profile.

  • Tier 3: persistent scanner with fuel cost and heat management, but detectable emissions increase PvP risk.

Data and Rewards

  • Scan outputs become real data items that can be lost if the carrier ship is destroyed.

  • Reward value is dynamic, not fixed, and depends on rarity, quality, demand, freshness, and duplication penalty.

  • MTC emission is budget-based and backed by Macana economic performance in LUX.

Currency Model

  • Hybrid economy: LUX (base market/crafting) + MTC (Macana utility and premium services).

  • MTC can recirculate through corporate sinks, with optional burn mechanics for supply control.

Current Focus

  • Lock documentation for a coherent v1 ruleset.

  • Build a simple interactive web prototype for scan mechanics and redemption.

  • Validate two timing targets before deeper on-chain scope:

    • compressed demo loop: about 3 minutes

    • in-world operational loop: target range based on travel and risk

TRION - Trade Resource Interstellar Open Network
thumbnail

TRION is an intent-based in-game settlement marketplace for EVE Frontier that matches trade intents off-chain and settles swaps on-chain through a Smart Storage Unit extension on Sui.

In EVE Frontier, players need a safer and faster way to coordinate peer-to-peer trades without relying on trust-based manual swaps or fragmented ad hoc channels. Existing trade coordination is difficult to automate and hard to scale in active regions.


TRION introduces a decentralized intent marketplace where players:

  • register trade intents from in-game context

  • discover reciprocal matches through a matching engine

  • execute settlement with on-chain transaction finality

Architecture:
- Move extension and settlement contracts (Sui): `contracts/trion_core`
- Fastify API for matching and indexing: `apps/api`
- Astro dApp frontend with EVE Frontier integration: `apps/web`
- Supabase for listings/trade history persistence: `supabase/schema.sql`

Core Features
1. Intent Registration
- Players post `have/want` listings with quantities and wallet ownership.

2. Matching Engine
- Reciprocal match logic (`have_type_id` <-> `want_type_id`) with value scoring and tolerance.


3. Settlement Path
- On-chain trade execution via Move `trade::execute_trade`.
- API records the confirmed digest and finalizes listing state.

4. In-Game-Oriented UX
- Wallet-driven flow.
- Auto-discovery of storage, character, and item objects.
- Inventory item picker with eligibility filtering and quantity validation.

What Is On-Chain vs Off-Chain
On-chain:
- Intent registration transaction
- Item deposit path (`deposit_to_trion_ssu`)
- Settlement transaction execution

Off-chain:
- Match discovery and scoring
- Orderbook/history indexing
- API workflow orchestration and status updates

Live Frontier Integration
TRION is designed to run against Utopia and real Smart Assembly contexts:
- Uses EVE Frontier world object concepts (StorageUnit, Character, Item)
- Integrates with EVE dApp-kit providers/hooks for world-aware flows
- Supports EVE wallet environment while still compatible with Mysten wallet tooling

Why This Matters for Frontier
TRION turns informal trading into programmable infrastructure:
- lowers trade friction
- reduces trust assumptions
- enables composable market tooling for clans, outposts, and logistics networks


This aligns directly with Frontier's "Toolkit for Civilization" theme by creating economic coordination rails players can build on.


In Summary:
TRION (Trade Resource Interstellar Open Network) is a decentralized intent-settlement marketplace for EVE Frontier. Players register trade intents, TRION finds reciprocal matches, and settlement finalizes on-chain through Sui Move. The system combines an SSU extension, a Fastify matching/indexing backend, and an Astro dApp integrated with EVE Frontier wallet and smart object context. TRION is built to function in live Frontier environments and provide real economic coordination infrastructure.

FRONTIER PULSE
thumbnail

Frontier Pulse — Real-Time Civilization Health Monitor for EVE Frontier

Frontier Pulse is an external intelligence layer that transforms raw EVE Frontier game data into actionable civilization-level insights. It answers the question every player needs but the game doesn't provide: "Is this universe thriving or collapsing?"

The Problem

EVE Frontier generates massive amounts of player activity — battles, deployments, trade, cooperation — but offers no built-in way to measure the health of its civilization. Players operate blind: no reputation layer, no system health metrics, no early warning for collapse.

The Solution

Frontier Pulse bridges this gap with three layers:

- Pulse Layer — Ingests live data from the EVE Frontier World API (800+ solar systems, smart assemblies, gate networks) and Sui blockchain (killmails, deployments, player activity via GraphQL)

- Agora Engine — An oracle backend running on a 10-minute cron cycle that computes system health scores, 5-dimensional player reputation profiles (Reliability, Commerce, Diplomacy, Stewardship, Volatility), a global Civilization Health Index (CHI) with 6 weighted sub-indices, and rule-based anomaly detection

- Vital Signs Dashboard — An interactive frontend with a 2D galaxy canvas map, CHI gauge, trust compass, alert feed, wallet-connected endorsements, and embeddable SVG pulse cards

On-Chain Architecture

All computed scores are written to a shared PulseRegistry on Sui via batched Programmable Transaction Blocks. The Move smart contract stores player reputations, system health snapshots, CHI metrics, and community endorsements

— making all data verifiable, composable, and available to other dApps. Any wallet can endorse systems on-chain as a transparent trust signal.

Key Features

- Interactive galaxy map visualizing ~800 solar systems color-coded by health

- Civilization Health Index (CHI) with 6 sub-metrics and diagnosis labels

- 5D player Trust Compass with archetype classification (Builder, Trader, Diplomat, Warlord, etc.)

- Anomaly detection alerts (Trust Collapse, Combat Hotspot, Blackout, Trade Spike)

- Multi-source data pipeline: World API + Sui GraphQL + on-chain PulseRegistry

- Wallet integration with 5+ Sui wallets for on-chain endorsements

Tech Stack

- Frontend: Next.js 16, React 19, TypeScript, Tailwind CSS 4, @mysten/dapp-kit, Zustand

- Oracle Backend: Node.js, TypeScript, @mysten/sui, node-cron (deployed on Railway)

- Smart Contract: Move 2024 on Sui Testnet

- Data Sources: EVE Frontier World API (REST), Sui GraphQL, Sui JSON-RPC

Links

- Live App: https://frontier-pulse-nine.vercel.app/

- Documentation: https://docs-frontierpulse.vercel.app/

- GitHub: https://github.com/EzraNahumury/Frontier-Pulse

Industrial Auto OS
thumbnail

Industrial Auto OS: Programmable Logistics for EVE Frontier

The Pain: Managing starbase manufacturing during an escalation is a logistical nightmare. Constant manual intervention, delayed restocks, and fragmented supply chains mean your fleets lose momentum when they need it most.

The Solution: We transform static player bases into autonomous, self-managing industrial complexes powered by Sui Move. By combining on-chain blueprint NFTs (BPOs/BPCs), smart production lines, and an autonomous trigger engine, Industrial Auto OS completely automates the economic loop. When front-line fleets take damage, our system instantly triggers resupply work orders and initiates production—handling the logistical grind whilst you focus on prevailing in the frontier.

DEADLIST
thumbnail

DEADLIST - The Unfarmable Bounty Board

DEADLIST brings decentralized bounty hunting to EVE Frontier. Players can place bounties on any character with real

SUI tokens held in smart contract escrow. When a hunter eliminates the target and deposits proof at a Bounty Terminal, they automatically claim the reward.

KEY FEATURES:

• Post bounties targeting any EVE Frontier character (search by name)

• SUI tokens locked in on-chain escrow until claimed or cancelled

• Cancel bounties anytime and receive full refund

• Real-time bounty board populated from blockchain events

• Works natively in EVE Frontier's in-game dApp browser

TECHNICAL IMPLEMENTATION:

• Move smart contract deployed on Sui testnet (Stillness)

• Integrates with EVE Frontier World Contracts (Characters, SSUs)

• Uses Sui's Receiving pattern to borrow OwnerCaps through Character objects

• Extension-based SSU authorization for corpse verification

• Vanilla JS frontend with Sui Wallet Standard integration

The entire bounty lifecycle - posting, viewing, cancelling, and claiming - happens on-chain with full transparency and trustless escrow.

Sui Test Wallet
thumbnail

A specialized Chrome Extension Sui Wallet explicitly designed for Playwright E2E automation testing. This extension bridges the gap between running end-to-end dApp tests and interacting securely with the Sui blockchain.

  • Built for Automation: Exposes a secure, predictable window.postMessage API for programmatic interactions bypassing the physical popup.

  • Sui Wallet Standard: Automatically complies with the official @mysten/wallet-standard, serving as a seamless drop-in extension that dApps recognize universally.

  • Strict Safety Guards: Defaults to localnet on launch. Interaction with mainnet is fiercely protected and requires explicit developer opt-in, guaranteeing isolation of test funds from real assets.

  • React & Vite: Built on a modern Manifest V3 extension architecture utilizing @crxjs/vite-plugin and React.

Frontier Bounty Network
thumbnail

Frontier Bounty Network is an EVE Frontier bounty infrastructure dApp built on Sui. Instead of treating bounties as a passive leaderboard, it turns wanted-player state into programmable infrastructure policy. In the current demo, live on-chain bounty data can drive Smart Gate behavior such as blocking, surcharge, or alert-only responses, making bounty status a direct input to player-run security and access control.

The project includes a real Sui testnet deployment, wallet-based on-chain interactions, a chain-direct frontend that can run without a continuously hosted indexer, and a Smart Gate demo flow centered on the most intuitive policy path: surcharge. This shows how bounty systems in EVE Frontier can evolve from simple rewards into infrastructure-level coordination tools for travel control, deterrence, and emergent service economies.

Today, the project demonstrates live hunter registration, live bounty creation, live gate-policy registration, and a frontend experience designed for external-browser usage. The next step is to connect the existing policy surface to real EVE Frontier runtime hooks and external kill-record verification, turning the current demo slice into a fully game-connected bounty enforcement layer.

Lore Lock
thumbnail

LoreLock is a time‑locked guild vault dApp and Smart Assembly mod for EVE Frontier, designed to solve a core problem of player‑run civilizations: how to safely preserve and pass on secrets, strategies, and power over time. Guilds can create encrypted capsules that unlock on a future date or when a dead man’s switch triggers, enabling use cases like guild archives, private inheritances, and emergency succession plans.

Under the hood, LoreLock is built entirely on Mysten Labs’ technology stack:

---- Sui provides the object‑centric smart contract platform, with on‑chain time via Clock, fine‑grained ownership, and capability‑based access control, ideal for modeling guild vaults, roles, and time‑locked capsules.

---- Walrus offers programmable decentralized storage on Sui, where LoreLock stores large encrypted payloads (lore, documents, plans) as blobs with verifiable availability and Sui object metadata.

---- Seal is Mysten Labs’ decentralized data encryption and access control layer: LoreLock uses Seal to encrypt capsule content on the client under app‑specific policies, and to release decryption keys only when on‑chain conditions (roles, time‑locks, dead man’s switch) are satisfied.

LoreLock keeps only small metadata and policy references on Sui—such as blob IDs, policy IDs, modes, and timestamps—while delegating bulk data storage to Walrus and encryption to Seal. This architecture showcases how Sui + Walrus + Seal can be combined as a practical “toolkit for civilization” inside the EVE Frontier universe.

BURN::RATE Fuel Poker
thumbnail

A fully on-chain, tamper-proof mini-game where players can stake and wager native EVE Frontier fuel tokens