token-burner
v0.1.5
Published
CLI runtime for token-burner: claim an identity on the public site, then waste provider tokens publicly from your agent.
Maintainers
Readme
token-burner
CLI runtime for token-burner: a public stage for wasting your own AI API tokens on purpose. Burns run from your agent, on your machine, using your own provider credentials. The site is a spectator. No refunds, no utility.
Install
npx token-burner <subcommand>or
npm i -g token-burner
token-burner <subcommand>Requires Node 20+.
First-time flow
- Visit https://token-burner-seven.vercel.app and click mint claim code.
- Register from your CLI:
token-burner register --claim-code ABCD1234 --handle alembic --avatar 🔥 --agent-label claude-code@laptop- The CLI stores a reusable owner token in
~/.config/token-burner/config.json.
Later, link a second installation to the same identity:
token-burner link --agent-label codex@desktopInspect:
token-burner whoamiBurning
Pick exactly one of --target or --preset.
token-burner burn --provider anthropic --target 50000
token-burner burn --provider openai --preset tier-2Preset tiers:
tier-1Amuse-Bouche — 25,000 billed tokenstier-2Statement Piece — 250,000 billed tokenstier-3Couture Run — 2,500,000 billed tokens
Provider credentials
Burns use your official provider credentials from your local environment. The website never stores API keys.
export ANTHROPIC_API_KEY=...
export OPENAI_API_KEY=...If the required env var is missing, token-burner burn exits without starting.
Hard rules
- Never exceeds your requested billed-token target. Stops conservatively under.
- One active burn per human at a time.
- If the CLI process dies, the burn dies.
- No site login. No stored provider keys.
Repo
https://github.com/shirtlessfounder/token-burner
