PYRE / Prometheus Protocol

Burn the dead. Feed the PYRE. Claim the Spawn.

Overall MVP Progress

58%

31 of 53 phase deliverables complete

Development Phases

Phase 0 Server & Repo Setup

DONE

8 / 8 complete

  • VPS configured (pyre user, SSH key, root disabled, UFW, Fail2ban)
  • Claude Code installed
  • Repo initialized
  • pnpm workspace created
  • web/api/worker skeleton
  • Postgres + Redis running
  • nginx configured
  • Environment templates

Phase 1 Wallet Scanner

DONE

7 / 7 complete

  • Wallet connect frontend
  • Scan endpoint (POST /api/scan)
  • Token account fetch (SPL + Token-2022 detect)
  • Basic classification (conservative, 43 tests)
  • Scan results UI (grouped)
  • Protected/skipped UI
  • Deployed live at feedthepyre.com + scan verified e2e

Phase 2 Close Empty ATAs

IN PROGRESS

6 / 7 complete

  • Identify empty token accounts (server re-validated)
  • Build close-account tx (unsigned; classic SPL + Token-2022)
  • Decode tx + preview match (rent → your wallet)
  • Wallet signing (client-side, adapter only)
  • Confirmation tracking
  • Receipt page (on-chain verified)
  • Live signed close verified e2e (needs an empty ATA)

Phase 3 Burn Junk

IN PROGRESS

5 / 6 complete

  • Incinerate-only classification
  • Burn transaction builder (server re-validated, value-gated)
  • Burn-then-close flow (+ transparent 5% fee)
  • Stronger confirmations (destructive confirm + decode-match)
  • Receipt update (on-chain verified)
  • Live signed burn verified e2e

Phase 4 Prometheus Generator

TODO

0 / 6 complete

  • Generation input from receipt
  • Meta mixer
  • Spawn name/ticker/lore generation
  • Image prompt generation
  • Safety checks
  • Admin approval UI

Phase 5 Manual Pump.fun Launch Workflow

TODO

0 / 5 complete

  • Approved Spawn package
  • Metadata JSON
  • Operator launch checklist
  • Mint/url/tx record input
  • Public Spawn record page

Phase 6 Essence / Round Prototype

IN PROGRESS

5 / 6 complete

  • Safe swap candidate detection (Jupiter)
  • Route quote preview (price impact + dust gate + Shield)
  • Net Essence estimate (fee preview)
  • Round dashboard (public 'fed the PYRE' panel)
  • Contribution database record (Postgres ledger)
  • No claim promises until on-chain logic exists

Phase 7 PYRE Core Program

TODO

0 / 8 complete

  • Anchor program — create round
  • Contribute Essence
  • Contribution receipt PDA
  • Lock round
  • Register Spawn
  • Claim Spawn
  • Refund failed round
  • Tests

Infrastructure

11 / 11 provisioned