Privacy Policy
What Tokenomics touches, and what it doesn't.
Short version: Tokenomics reads usage data from the AI tools you already pay for, holds it in memory while the app is open, and never sends anything to a server we control. No analytics. No third-party SDKs. No tracking.
What Tokenomics accesses
Tokenomics reads authentication credentials stored locally on your Mac by the AI tools you have installed. It never asks you to paste credentials it could have read automatically; it only asks for an API key for providers that don't have a CLI.
- Anthropic (Claude Chat · Claude Cowork · Claude Code) — OAuth token from macOS Keychain (
Claude Code-credentials) - OpenAI (ChatGPT · Codex · DALL-E · Sora) — OAuth token from
~/.codex/auth.json - Google (Gemini · Nano Banana · Veo) — OAuth credentials from
~/.gemini/oauth_creds.json - GitHub Copilot — OAuth token via the
ghCLI - Cursor — session token from Cursor's local config
- Stability AI, Runway, ElevenLabs — API keys you paste into Tokenomics, stored in the macOS Keychain
These credentials are read into memory as needed and are never written to disk by Tokenomics, logged, or transmitted anywhere other than to the provider endpoints below.
Network calls Tokenomics makes
Tokenomics only makes outbound API calls to the provider endpoints that own your usage data:
| Provider | Endpoint(s) |
|---|---|
| Anthropic |
https://api.anthropic.com/api/oauth/usagehttps://platform.claude.com/v1/oauth/token (token refresh)
|
| GitHub | https://api.github.com/copilot_internal/user |
| Cursor | https://cursor.com/api/usage-summary |
| Stability AI | https://api.stability.ai/v1/user/balance |
| Runway | https://api.dev.runwayml.com/v1/credits |
| ElevenLabs | https://api.elevenlabs.io/v1/user/subscription |
OpenAI and Google usage data is read from local CLI session files — no network calls are made for those providers. Midjourney, Suno, and Udio currently ship as placeholder tiles; Tokenomics does not read credentials or make network calls for them.
Update checks
Tokenomics also checks for app updates via Sparkle, which contacts:
| Purpose | URL |
|---|---|
| Update check | https://raw.githubusercontent.com/rob-stout/Tokenomics/main/appcast.xml |
What Tokenomics does NOT do
- No analytics or telemetry of any kind
- No third-party SDKs
- No data collection, aggregation, or transmission to any server controlled by the author
- No tracking of how you use the app
- No crash reporting
Data retention
Tokenomics holds your credentials and usage data in memory while the app is running. When you quit Tokenomics, all data is discarded. Nothing is persisted to disk by Tokenomics.
Changes to this policy
If this policy changes, the updated version will be published in the GitHub repository with a new effective date. Significant changes will be noted in the release notes.
Verifying any of this yourself: the source code is open and the network calls are auditable. Run Little Snitch or any equivalent firewall and you'll see Tokenomics talking only to the endpoints listed above. The repository at github.com/rob-stout/Tokenomics contains the full source for every claim on this page.
Contact
Questions about this policy: hello@trytokenomics.com