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.

NEXUS is EVE Frontier's first AI-powered Smart Assembly management platform with on-chain decentralized insurance. Built entirely during this hackathon, NEXUS provides 24/7 automated Assembly monitoring, fuel management, gate control, defense alerts, and a groundbreaking on-chain insurance protocol — all through a Telegram Bot interface.
Key Features: • 18+ Bot commands with full bilingual (EN/CN) support • Real on-chain data integration via EVE EYES API (network activity, whale tracking, killmail records) • Sui Move smart contracts deployed on testnet (insurance / gate_commander / config) • 3-tier insurance plans (Basic 10 SUI / Standard 50 SUI / Premium 200 SUI) • Auto-payout on Assembly destruction via killmail on-chain events • Walrus decentralized audit logs for all AI decisions • Real Sui wallet balance queries via RPC Tech Stack: Python + Sui Move + EVE EYES API + Walrus + Telegram Bot API "Your Assembly doesn't sleep. Neither does NEXUS."

EVE Frontier Scan is a fast way to move from a SUI wallet to the characters, network nodes, and assemblies tied to that wallet.
The value is simple: start from a public SUI wallet or your own EVE Vault session, resolve the linked pilots, and move through a character-scoped dashboard. The tool does not create new data. It makes existing ownership and structure data much easier to read.

In the lawless expanses of null-sec, the difference between survival and a pod express ride home is one word in an Intel channel. For over two decades, EVE pilots have built and maintained distributed intelligence networks — not because the game told them to, but because information asymmetry is the difference between life and death. Frontier Intel brings that culture on-chain.
A civilization needs more than structures — it needs shared awareness.
Today, EVE Frontier players have no way to aggregate community judgment into quantifiable, actionable signals.
Individual insight stays trapped in:
private channels
Discord threads
gut feelings
There is:
❌ No mechanism to back your analysis with conviction
❌ No way to surface collective intelligence in real time
Frontier Intel is a community intelligence network on Sui.
It turns individual judgment about in-game events into real-time probability signals backed by collateral:
Binary outcomes (YES / NO) on:
Kill events
Sovereignty changes
Ship reveals
Guild rankings
Assembly votes
📊 Prices reflect the community’s consensus probability estimate —
collective intelligence with skin in the game.
Pluggable resolver strategies:
EVE Eyes Indexer
EVE Frontier World API
When confidence exceeds threshold:
✅ Outcomes proposed on-chain automatically
❌ No human intervention needed
Optional AI analysis layer:
OpenAI
Anthropic
Designed for complex, semantic scenarios
🛡 Built-in safety valve:
LLM disagreement → automatically reduces confidence
Prevents false settlement
Economic, game-based challenge mechanism
Bond-staked disputes
AI-assisted verdict engine
💡 Incentives:
✅ Truthful challengers → rewarded
❌ Frivolous disputes → costly
This isn’t a prediction market.
This is the on-chain evolution of the Intel channel.
🗳 Governance Signaling
Guild / DAO members stake on proposals → real consensus with real stakes
📉 Accountability Tracking
“Will team X deliver feature Y?”
→ Low probability = early warning signal
🧠 Intelligence Aggregation
Real-time probability dashboard for decision-making
💰 Event-Driven Conditional Funding
Grants / rewards tied to verifiable on-chain outcomes
LayerImplementationSmart ContractsSui Move — Market<Collateral> shared objects, AMM (x*y=k), lifecycle state machine, LP fee accrualOraclePluggable strategies: EVE Eyes event detection, World API state check, LLM analyzerAPIFastify 5 + Prisma 6, dual catalog (in-memory demo / PostgreSQL live)FrontendReact 19 + Vite + Tailwind v4 + @mysten/dapp-kitSDKPure TypeScript — AMM math (BigInt throughout) + transaction builders
🔐 All settlement is fully on-chain
🛡 Smart contracts guarantee fund security
🚫 Zero custodial risk

EveMBA seamlessly integrates MBA education with EVE Frontier gameplay, offering an immersive copilot/mentor learning experience in the realm of interstellar strategy and business.

A programmable DAO protocol on the Sui blockchain. Armature provides the organizational primitives — governance, treasury, capability vaults, charters, and proposals — for decentralized communities to coordinate without admin keys or backdoors.
Built for the EVE Frontier ecosystem, but general-purpose by design.
Players use Armature to represent their tribes, alliances, and syndicates on-chain. It gives organizations the tools to scale, capture player-generated value, and build relationships backed by code guarantees — no handshake deals, no trust assumptions. The goal: a civilizational mesh woven from one repeated, powerful primitive.

Military-grade, post-quantum hardware firewalls protecting autonomous EVE Corporate Treasuries from zero-day logic hacks in sub-25ms.

Defensive telemetry for EVE Frontier turret operators.
Sentinel is an EVE Frontier dashboard for monitoring turret assemblies and tracking their interactions with other players or NPCs.
The Sentinel dashboard gives you visibility into who or what is scouting or attacking your assets throughout the EVE galaxy.
Displaying Turret Smart Assembly objects owned by the logged in wallet
Event history and threat intelligence from indexed on-chain turret events
Solar-system mapping for working around the location obfuscation in EVE, players can assign solar-systems to their network nodes
Galaxy plotting by network-node; assign solar systems to network-nodes to map turrets
Live operator view
NOTE: This app required PriorityTargetUpdateEvent s which are not yet published on-chain. To emulate them, the app has mock data loaded at https://ef-sentinel.xyz/demo
NOTE 2: This app reads and uses Stillness, but it is not a move contract so it does not have a special package ID.

Stargazer is a smart toll management DApp built for the EVE Frontier universe. It allows ordinary players to quickly create their own stargate toll rules, bind them to their in-game stargates, and monetize their territory through an elegant, sci-fi themed web interface.

A decentralised gate network protocol for EVE Frontier, deployed on Sui.
Players contribute Smart Gates to a shared foundation treasury, earn SRP_Share tokens, collect uptime rewards, and receive dividends from transit revenue.
How It Works
Contribute a gate: Lock your GateCap into the FoundationTreasury via assimilate_gate. Receive SRP_Share tokens proportional to your contribution.
Keep it online: Maintain fuel in your Network Node. Earn continuous uptime rewards while the gate is live.
Transit revenue: Other players pay EVE tolls to use the network. Revenue is split: 75% → SRP_Share dividend pool, 25% → uptime reward pool.
Claim rewards: Call claim_uptime_reward (anyone can trigger on your behalf) or claim_dividend to withdraw accrued EVE.
Key Design Decisions
GateCap is permanently locked in the treasury: prevents contributors from selling or manually offlining their gate to game the reward system.
SilkRoadAuth typed witness: the extension config is frozen at assimilation; the gate's jump permit authority can never be revoked.
On-chain verifiable branding: Upon assimilation, the smart contract automatically updates the gate's metadata to "SRP Gate", instantly signaling to travelers that the node is secured by the protocol.
MasterChef dividend algorithm: new SRP_Share holders only claim dividends earned after their contribution, ensuring O(1) scalability.
Keeper-friendly: claim_uptime_reward and bring_gate_online can be called by anyone; payouts always go to the registered contributor.
Post-Hackathon TODOs
proxy_refuel: Community fuel top-up with EVE reward, pending official support for attributed fuel deposits (admin_acl access + depositor field in FuelEvent).
reconnect_node: After a NetworkNode is destroyed by PvP, energy_source_id becomes None and bring_gate_online stops working. Needs to receive GateCap from treasury and call gate::update_energy_source (requires admin_acl). Requires game server co-sponsorship for the admin_acl check.
deregister_gate: Clean up treasury state (gate_contributors, gate_last_reward_at) when a gate is destroyed by PvP.
Crowdfunded gate construction: Multi-player material contribution.
Community governance: Replace AdminCap with vote weight proportional to SRP_Share count.
Dynamic fee calculation: Based on network utilisation.
Full documentation, technical diagrams, and source code are available on GitHub.