Explore the tools built for a new civilization in the 2026 EVE Frontier Hackathon.
Voting has ended, but the project gallery remains open.
Explore the tools built for a new civilization in the 2026 EVE Frontier Hackathon.
Voting has ended, but the project gallery remains open.

EVE Frontier PvE Ship Insurance is a decentralized insurance protocol built with Move on Sui that protects player ships only against environment-driven (PvE) risks in EVE Frontier.
The protocol is designed for the EVE Frontier × Sui Hackathon 2026 – “Toolkit for Civilization”, providing an on-chain risk management layer for in-game assets. All policy terms, claims, and payouts are transparent and enforced by smart contracts.
In EVE Frontier, ships are valuable and can be lost permanently due to:
Asteroid collisions
Black hole / gravitational anomalies
Rogue / feral AI drone swarms
Other game-defined environment events
Currently, there is no native, trustless insurance system to protect players from these losses.
Goal: Build a fully on-chain insurance protocol that:
Covers only PvE environmental hazards
Automatically verifies losses using game data and oracles
Pays out trustlessly when conditions are met
Allows the community to underwrite risk and earn yield
PvE-only coverage
Explicitly insures losses caused by environment hazards, strictly excluding PvP and fraudulent/self-inflicted losses.
Automated on-chain claims
Uses Kill Mail data and an Environmental Oracle. Claims are evaluated by deterministic smart contract logic.
Instant payouts
Once a claim is approved, payout is calculated and sent automatically. No manual adjusters or human intervention.
Community underwriting pool
Players can deposit capital to the Insurance Fund and earn a share of premiums proportional to staked capital.
Dynamic risk-based pricing
Premiums depend on:
Ship type
Region risk profile
Historical loss data (via adjustable risk parameters)
P/S:
20% me.
80% AI tools.
Coding isn’t my profession — but the passion is real.
I just want to turn the ideas in my head into something real.
Still learning. Still building.
X: OlympusXVN

Capsuleer Courier Service is an implementation of the "Death Stranding" postbox in EVE Frontier.
Stand up an SSU and request items from your fellow Capsuleers. Others can fulfill your deliveries, and you can fulfill theirs. Deliveries earn Likes on the leaderboard.

A crowdsourced intelligence platform for EVE Frontier pilots. Interactive star map, on-chain resource sighting reports with peer verification, route planner, item browser, cargo calculator, and capsuleer leaderboard — all powered by real game data and Sui blockchain attestation.
The Aegis Protocol is a Zero-Trust Corporate Operating System designed for EVE Frontier. It transforms basic L1 Smart Assemblies into a highly weaponized, automated defense and logistics grid.
Instead of relying on monolithic Smart Contract extensions, this dApp demonstrates absolute mastery over canonical EVE Frontier primitives to construct L1 Programmable Transaction Blocks (PTBs) that dictate in-game physics.
L1-to-L0 Physics Manipulation: The dApp can physically execute a "Hot-Potato" assembly disconnect (destroy_offline_assemblies) or trigger an emergency fuel dump (withdraw_fuel), demonstrating real-time L1 constraints affecting L0 game mechanics.
Cross-System Contagion Tracking: Integrates the official Phobos FSD extraction data to mathematically calculate valid spatial routing. It intercepts events::JumpEvent telemetry to dynamically rewrite Turret arrays in destination systems before an infected player finishes loading the grid.
The Logistics Primitive (TCV): Independently engineers a Liquid Staking Token (LST) analogue for physical game assets. It allows players to deposit canonical inventory::Item structs into a Storage Unit to mint a "Tethered Contraband Voucher" (multicoin::Balance), fully decoupling item custody from downstream DeFi logic.
Corporate Zero-Trust Mechanisms: Employs canonical world::character::PlayerProfile resolution to allow CEOs to dynamically execute turret.move Clan Purges, overriding native IFF transponders if a mutiny occurs.

A decentralized insurance primitive for EVE Frontier tribes, built on Sui.
See it here! rift-mercantile.vercel.app
Maintaining fleet expensive. Loss expensive. Cover fleet using insurance. Less expensive.
What it is
RIFT MERCANTILE lets EVE Frontier tribes pool SUI, sell coverage policies to members, and automatically pay out when a covered pilot dies in space. It's an on-chain financial protection layer built specifically for EVE Frontier's player-driven economy turning the inevitable losses of exploration and combat into a manageable, trust-minimized risk.
How it works
A tribe leader deploys an insurance pool directly on Sui, deposits SUI as the reserve, and sets payout and premium amounts. Members registered to the pool can purchase a policy through the dApp. When they die in EVE Frontier, they file a claim, the dApp verifies their death against live Stillness chain data using suix_queryEvents, and if verified, the contract releases the payout automatically.
The Policy NFT
Every purchased policy mints a Policy NFT to the buyer's wallet, a real Sui object representing their coverage certificate. It contains the holder's address, pool ID, and a purchase timestamp anchored on-chain. When a claim is filed and verified, the contract consumes the NFT (burning it permanently) and transfers the payout. One claim per policy, enforced by the Move contract.
Built in Move on Sui
The core protocol is a Move smart contract deployed on Sui testnet. It manages pool state as a shared Sui object, enforces membership checks before policy purchase, mints Policy NFTs via transfer::transfer, and handles claim payouts via coin::take. Events are emitted for every action, PoolCreated, PolicyPurchased, ClaimPaid ,making the full audit trail queryable on-chain forever. The contract uses clock::timestamp_ms() for tamper-proof policy timestamps.
Token support
Today RIFT MERCANTILE uses SUI as the reserve and premium currency, pools are funded in SUI, premiums are paid in SUI, payouts are in SUI. The architecture is designed to extend to any Sui-native token: the pool's Coin<T> type parameter can be swapped to support EVE's native token or any future Frontier-native asset once available on Sui, making RIFT MERCANTILE a general-purpose insurance primitive for the entire ecosystem.
EVE Vault Integration
RIFT MERCANTILE connects natively with EVE Vault, CCP's official wallet, based on the Sui Wallet Standard. Players connect their EVE account directly. The dApp detects EVE Vault automatically on page load, then when a player chooses to execute coverage, the player is prompted to approve, and submits signed Programmable Transaction Blocks using the sui:signAndExecuteTransaction feature. Kill verification cross-references the connected wallet's on-chain character identity against live Stillness killmail events, tying the insurance claim directly to the player's in-game identity.
On-chain Construction
Every step of the protocol is verifiable on Suiscan testnet:
Contract: 0x0f31f8801c3b81f65f8dd0617aad7143411273ec11ea8f6ee7a9eae7d7e22b65
The RIFT MERCANTILE Move smart contract. All protocol logic lives here: create_pool, buy_policy, claim, add_member. Immutable once deployed. https://suiscan.xyz/testnet/object/0x0f31f8801c3b81f65f8dd0617aad7143411273ec11ea8f6ee7a9eae7d7e22b65
Live Pool (RIFT MERCANTILE ALPHA): 0x46299b5aab478290cea2261dfc1812c97276c810d4cbde9a3b01659362d88acc
The active insurance pool object on-chain. Shared Sui object holding the 0.5 SUI reserve, member list, and policy settings. Anyone can interact with it. https://suiscan.xyz/testnet/object/0x46299b5aab478290cea2261dfc1812c97276c810d4cbde9a3b01659362d88acc
Policy NFT (purchased via EVE Vault): 0x425493084fe057a6fa5b07cf6b6de2d6d7d5243ce83a3126e45becf95c365950
An NFT sitting in the EVE Vault wallet. Records holder address, pool ID, and purchase timestamp. Consumed permanently when a claim is filed and payout released. https://suiscan.xyz/testnet/object/0x425493084fe057a6fa5b07cf6b6de2d6d7d5243ce83a3126e45becf95c365950
Policy purchase tx: DpczbKhQHZaMncgGWSB8jjJwPh5jzjwKxziCnqB8EPjq
The Sui transaction where the Policy NFT was minted. Signed by EVE Vault via the dApp. Proves the full end-to-end flow: wallet connected → premium paid → NFT received. https://suiscan.xyz/testnet/tx/DpczbKhQHZaMncgGWSB8jjJwPh5jzjwKxziCnqB8EPjq
Stillness World Package: 0x28b497559d65ab320d9da4613bf2498d5946b2c0ae3597ccfda3072ce127448c
CCP's official EVE Frontier game contract on Sui testnet. Source of all in-game data — characters, killmails, assemblies, gate jumps. RIFT MERCANTILE reads killmail events from this package to verify deaths. https://suiscan.xyz/testnet/object/0x28b497559d65ab320d9da4613bf2498d5946b2c0ae3597ccfda3072ce127448c
Killmail Registry: 0x7fd9a32d0bbe7b1cfbb7140b1dd4312f54897de946c399edb21c3a12e52ce283
The on-chain object storing all Stillness killmail records. Every player death emits a KillmailCreatedEvent from here. RIFT MERCANTILE queries this to confirm a covered pilot died after their policy was purchased before releasing any payout. https://suiscan.xyz/testnet/object/0x7fd9a32d0bbe7b1cfbb7140b1dd4312f54897de946c399edb21c3a12e52ce283
Live: rift-mercantile.vercel.app
Notes
¹ Currency: SUI is used as the reserve and premium token for this submission because EVE Frontier's native in-game currencies (LUX/EVE tokens) are not yet available as Sui-native assets. The contract is architected as Coin<T> and will support native Frontier tokens when they become available on-chain.
² Kill verification dependency: Claim verification relies on killmail event data indexed from the Stillness chain via suix_queryEvents. The accuracy and latency of this data is dependent on CCP's on-chain event infrastructure. In the current testnet environment, killmail propagation can lag by minutes to hours.
³ Scope of submission: This submission demonstrates the technical possibility of decentralized tribe fleet insurance on Sui, not a production-ready financial product. The economic parameters (premium rates, payout ratios, pool sizing, actuarial modeling) are placeholders. The value being submitted is the protocol architecture, the Move contract, the EVE Vault integration pattern, and the proof that this class of financial primitive is buildable on EVE Frontier today.
Notes on the future:
In building this product, I notice that it was a primitive to more robust opportunities. Something I always considered was "Could we assign a risk rating, or credit rating, to a player, especially if they are paid to be a courier." And the answer to that viewpoint, I think, is one day.
There are some V2 concepts worth exploring based off this project that I didn't have the time to commit to, but should there be another hackathon, I would love to.

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.

EVE Frontier has no collaborative intel infrastructure. The Rift Broker is positioned as the cryptographic black market for trading scout data. Scouts can encrypt and sell structure, fleet, resource, and activity intel. Buyers pay to unlock it, and a layered system of zero-knowledge proofs/on-chain event attestations make the intel verifiable before they spend a token. On top of this, a future reputation feature is aimed at enabling buyers to verify the scout's history/reliability (or lack thereof) in general.
The Core Loop:
A scout discovers something valuable — enemy fleet movements, resources, structure locations, etc.
They encrypt a structured intel payload via SUI Seal, store it on Walrus, and list it on-chain with metadata (region, type, price, freshness).
Listings can carry one or more cryptographic badges: a Groth16 presence proof tied to on-chain 'Jump/LocationRevealedEvent' data, a Combat badge from a killmail, an Activity badge from an 'ItemDepositedEvent,' or a Structure badge borne from a 'LocationRevealedEvent.'
Buyers browse listings — or can navigate via the 3D map of all ~24K EVE Frontier solar systems — and then pay to unlock Seal decryption for whatever intel they want to buy.
Scouts earn Sui tokens; trust accrues through a badge hierarchy (Combat > Presence > Activity > Structure > ZK-Verified).
Zero-Knowledge: the 'Groth16' circuit can prove "I was physically near these coordinates, verified by on-chain CCP event data," binding the proof to blockchain-recorded game events rather than self-reported inputs. Timestamp freshness caps staleness at 24 hours. Badges are stackable and composable — a single listing can carry multiple independent attestations.
The endgame: a fully decentralized intelligence economy where information asymmetry is a monetizable, cryptographically-verified asset class. Where the Rift Broker's map becomes a living intel heat-map of the whole EVE Frontier universe.

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.

Decentralized marketplace where EVE tribes issue missions, mercenaries execute them, and traders can buy/sell the contracts as financial instruments.