Re-prioritizes the core loop (sell→feed→close; burn for unsellable only) per
user direction. READ-ONLY this increment — quotes + risk flags only, no swap
build/sign, no funds moved.
- docs: Rev 3 — §5 scope, §6 TRANSMUTABLE active, new §6.1 (Jupiter Ultra
routing incl. pump.fun pre/post-graduation + Token-2022; 3rd-party-swap trust
model = simulate + lamports-delta ≥ min-out + sole-signer + no
SetAuthority/Approve/bad-CloseAccount; Shield; price-impact/slippage/dust
guards; Essence model 1 = opt-in off-chain tally, no custody).
- @pyre/core: SellInfo type + TokenAccountDto.sell.
- @pyre/api: keyless Jupiter client (lite-api: /swap/v1/quote + /ultra/v1/shield);
bounded /api/scan enrichment — upgrades INCINERATE_ONLY→TRANSMUTABLE when a
worthwhile route exists; dust gate (proceeds ≤ fee+rent → keep burn); price
impact >10% blocks; graceful degrade if Jupiter down.
- @pyre/web: shows "Sellable for ~X SOL", price impact, Shield chips; disabled
"Sell & feed the PYRE (soon)" CTA (execution is the next, audited step).
Tracker: Phase 6 "swap candidate detection" + "route quote preview" done.
typecheck 8/8, core 85, solana 19, web build green.
LIVE FINDING: both pump.fun tokens ARE routable via Jupiter (so no pump.fun
engine needed) but quote ~0.0000097 SOL each — far below their ~0.002 SOL rent,
so the dust gate correctly keeps them INCINERATE_ONLY ("not worth selling").
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
131 lines
5.1 KiB
JSON
131 lines
5.1 KiB
JSON
{
|
|
"project": "PYRE / Prometheus Protocol",
|
|
"tagline": "Burn the dead. Feed the PYRE. Claim the Spawn.",
|
|
"repo": "https://git.lumiai.dev/RogueWave/pyre",
|
|
"domain": "https://feedthepyre.com",
|
|
"updated": "2026-05-31",
|
|
"phases": [
|
|
{
|
|
"id": 0,
|
|
"name": "Server & Repo Setup",
|
|
"state": "done",
|
|
"items": [
|
|
{ "label": "VPS configured (pyre user, SSH key, root disabled, UFW, Fail2ban)", "done": true },
|
|
{ "label": "Claude Code installed", "done": true },
|
|
{ "label": "Repo initialized", "done": true },
|
|
{ "label": "pnpm workspace created", "done": true },
|
|
{ "label": "web/api/worker skeleton", "done": true },
|
|
{ "label": "Postgres + Redis running", "done": true },
|
|
{ "label": "nginx configured", "done": true },
|
|
{ "label": "Environment templates", "done": true }
|
|
]
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "Wallet Scanner",
|
|
"state": "done",
|
|
"items": [
|
|
{ "label": "Wallet connect frontend", "done": true },
|
|
{ "label": "Scan endpoint (POST /api/scan)", "done": true },
|
|
{ "label": "Token account fetch (SPL + Token-2022 detect)", "done": true },
|
|
{ "label": "Basic classification (conservative, 43 tests)", "done": true },
|
|
{ "label": "Scan results UI (grouped)", "done": true },
|
|
{ "label": "Protected/skipped UI", "done": true },
|
|
{ "label": "Deployed live at feedthepyre.com + scan verified e2e", "done": true }
|
|
]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Close Empty ATAs",
|
|
"state": "in_progress",
|
|
"items": [
|
|
{ "label": "Identify empty token accounts (server re-validated)", "done": true },
|
|
{ "label": "Build close-account tx (unsigned; classic SPL + Token-2022)", "done": true },
|
|
{ "label": "Decode tx + preview match (rent → your wallet)", "done": true },
|
|
{ "label": "Wallet signing (client-side, adapter only)", "done": true },
|
|
{ "label": "Confirmation tracking", "done": true },
|
|
{ "label": "Receipt page (on-chain verified)", "done": true },
|
|
{ "label": "Live signed close verified e2e (needs an empty ATA)", "done": false }
|
|
]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Burn Junk",
|
|
"state": "todo",
|
|
"items": [
|
|
{ "label": "Incinerate-only classification", "done": false },
|
|
{ "label": "Burn transaction builder", "done": false },
|
|
{ "label": "Burn-then-close flow", "done": false },
|
|
{ "label": "Stronger confirmations", "done": false },
|
|
{ "label": "Receipt update", "done": false }
|
|
]
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Prometheus Generator",
|
|
"state": "todo",
|
|
"items": [
|
|
{ "label": "Generation input from receipt", "done": false },
|
|
{ "label": "Meta mixer", "done": false },
|
|
{ "label": "Spawn name/ticker/lore generation", "done": false },
|
|
{ "label": "Image prompt generation", "done": false },
|
|
{ "label": "Safety checks", "done": false },
|
|
{ "label": "Admin approval UI", "done": false }
|
|
]
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Manual Pump.fun Launch Workflow",
|
|
"state": "todo",
|
|
"items": [
|
|
{ "label": "Approved Spawn package", "done": false },
|
|
{ "label": "Metadata JSON", "done": false },
|
|
{ "label": "Operator launch checklist", "done": false },
|
|
{ "label": "Mint/url/tx record input", "done": false },
|
|
{ "label": "Public Spawn record page", "done": false }
|
|
]
|
|
},
|
|
{
|
|
"id": 6,
|
|
"name": "Essence / Round Prototype",
|
|
"state": "in_progress",
|
|
"items": [
|
|
{ "label": "Safe swap candidate detection (Jupiter)", "done": true },
|
|
{ "label": "Route quote preview (price impact + dust gate + Shield)", "done": true },
|
|
{ "label": "Net Essence estimate", "done": false },
|
|
{ "label": "Round dashboard", "done": false },
|
|
{ "label": "Contribution database record", "done": false },
|
|
{ "label": "No claim promises until on-chain logic exists", "done": false }
|
|
]
|
|
},
|
|
{
|
|
"id": 7,
|
|
"name": "PYRE Core Program",
|
|
"state": "todo",
|
|
"items": [
|
|
{ "label": "Anchor program — create round", "done": false },
|
|
{ "label": "Contribute Essence", "done": false },
|
|
{ "label": "Contribution receipt PDA", "done": false },
|
|
{ "label": "Lock round", "done": false },
|
|
{ "label": "Register Spawn", "done": false },
|
|
{ "label": "Claim Spawn", "done": false },
|
|
{ "label": "Refund failed round", "done": false },
|
|
{ "label": "Tests", "done": false }
|
|
]
|
|
}
|
|
],
|
|
"infra": [
|
|
{ "label": "Node.js 22", "done": true },
|
|
{ "label": "pnpm", "done": true },
|
|
{ "label": "Git + Gitea remote", "done": true },
|
|
{ "label": "DNS (feedthepyre.com)", "done": true },
|
|
{ "label": "Monorepo scaffold + docs", "done": true },
|
|
{ "label": "pnpm install + typecheck clean", "done": true },
|
|
{ "label": "nginx", "done": true },
|
|
{ "label": "PostgreSQL", "done": true },
|
|
{ "label": "Redis", "done": true },
|
|
{ "label": "PM2 (installed + boot service)", "done": true },
|
|
{ "label": "TLS (Let's Encrypt)", "done": true }
|
|
]
|
|
}
|