Appearance
Hackathons
Hackathons on Nepher Robotics are focused on innovation — exploring novel approaches and opening new genres of robotic challenges. Where Tournaments optimize policies for fixed benchmarks, hackathons generate new ideas, task definitions, and proof-of-concept solutions.
Participate at https://hackathon.nepher.ai.
Hackathon vs Tournament
| Hackathon | Tournament | |
|---|---|---|
| Goal | Innovation — new genres and PoCs | Optimization — best policy on fixed task |
| Examples | Kitchen humanoids, off-road nav, hospital robots | Spot waypoint nav across EnvHub benchmark scenes |
| Judging | Community voting with stake-weighted transparency | Decentralized eval-nav validator scoring |
| Timeline | Time-boxed events (several per year) | Sequential, task-driven competitions |
| Output | Concepts, demos, new challenge areas | Production policies, code, and EnvHub assets |
| Portal | hackathon.nepher.ai | tournament.nepher.ai |
Purpose & Scope
- Purpose: Generate new ideas and proof-of-concept solutions that expand what robotics AI can tackle.
- Scope: Collaborative, time-boxed events solving broad, real-world problems.
- Outcome: Demos, write-ups, asset galleries, and seeds for future tournament tasks.
- Rewards: Distributed to top entries via community votes, weighted transparently by Bittensor stake.
Submissions
Each entry includes two archives:
| Archive | Contents |
|---|---|
submission.zip | Source code, Isaac Lab project, or other technical deliverable |
assets.zip | Gallery media — images, videos, PDFs — extracted into a public project gallery after admin review |
Submissions are reviewed before appearing on the public gallery. Accepted entries can receive comments and votes during the evaluation phase.
Sign in with your Nepher Account — the same identity used across Tournament, EnvHub, and SimStore.
Participating
Web
- Sign in at https://hackathon.nepher.ai
- Browse active hackathons and read challenge briefs
- Submit your project (
submission.zip) and assets (assets.zip) before the deadline - Community votes during the evaluation phase; live leaderboard updates every minute
CLI
bash
pip install nepher-cli
npcli login --api-key nepher_xxxxxxxx
# List open hackathons
npcli hackathon list
# Submit an entry
npcli hackathon submit \
--title "My Kitchen Humanoid Demo" \
--submission ./my-project \
--assets ./my-assets \
--description "## Approach\n\n..."Your API key must have Hackathon scope (or be unrestricted). Create keys at https://account.nepher.ai → API Keys.
Full options:
--hackathon-id <uuid> Required when multiple hackathons are open
--title <str> Entry title
--description <markdown> Entry description
--thumbnail <file> Cover image (JPEG, PNG, WebP, GIF)
--submission <path> Project folder or submission.zip
--assets <path> Assets folder or assets.zip
--public-source Mark source as publicSee Nepher CLI for full command reference.
Voting & Rewards
During evaluation, the community casts votes. Scores aggregate with stake-weighted transparency — Bittensor stake history is synced from your registered coldkey on Nepher Account. Top entries receive TAO rewards paid out through Stripe Connect.
Live leaderboards refresh during voting; final scores lock when the evaluation window closes.
From Hackathon to Tournament
Strong hackathon outcomes can graduate into formal products:
- New task genre defined from winning concept
- EnvHub scenes built for standardized evaluation (envhub.nepher.ai)
- Tournament launched with a public task repo (e.g. task-spot-waypointnav) and
eval-navconfig - Winning policies published to SimStore
This pipeline keeps innovation (hackathons) and rigor (tournaments) connected on one platform.
Organization & Announcements
Hackathon dates, registration windows, challenge themes, and submission rules are announced through:
- https://hackathon.nepher.ai
- Nepher Discord
- https://nepher.ai blog and social channels
Related
- Nepher CLI —
npcli hackathoncommands - Tournaments — optimization competitions
- Decentralized Physical AI — how tournament validation differs from hackathon voting
- Nepher website — product overview and FAQ