PYRE / Prometheus Protocol

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

Overall MVP Progress

74%

39 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

DONE

6 / 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 (mainnet)

Phase 4 Prometheus Generator

IN PROGRESS

4 / 6 complete

  • Meta mixer (deterministic influence model)
  • Spawn name/ticker/lore generation (provider-abstracted)
  • Image prompt generation
  • Safety checks (denylist + moderation)
  • Generation input from receipt
  • Wire real providers (keys) + admin approval UI

Phase 5 Manual Pump.fun Launch Workflow

IN PROGRESS

3 / 5 complete

  • Spawn records DB + admin generate/launch endpoints
  • Mint/url/tx record input (admin)
  • Public Spawn record page (/spawn)
  • Metadata JSON + IPFS upload
  • Operator launch checklist / semi-auto create

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