Finance & Trading
crypto-tax
FIFO/LIFO/HIFO crypto tax-lot calculator. Generates Form 8949 line items from any exchange CSV.
Launch kit
crypto-tax — launch kit
1-liner
FIFO/LIFO/HIFO crypto tax-lot calculator. Generates Form 8949 line items from any exchange CSV.
Tweet hook
CoinTracker / Koinly / TaxBit: $99-499/yr per user. The math is the same: tax-lot matching + Form 8949 export.
Built it open. $49/yr per wallet, no upsells.
Stack 🧵
- r/CryptoCurrency: "Open tax-lot calc, no signup"
- r/tax (carefully)
Cold-email ICP
- Crypto-active individuals with multiple exchanges
- CPAs handling crypto clients
Cold-email template — to CPAs
Subject: crypto tax-lot calc for {firm}'s clients
Hi {first} — for CPAs with crypto clients.
CoinTracker / Koinly cost the client $99-499/yr. We charge clients
$49/yr; you mark up $50 to $100 — they save vs status quo, you make
margin.
White-label CPA license $499/yr unlimited clients.
SEO content
- "FIFO vs HIFO for crypto — tax math 2026"
- "Wash-sale rules and crypto in 2026"
Documentation
crypto-tax
Crypto tax-lot calculator (FIFO/LIFO/HIFO). Reads a transactions CSV from any exchange, computes realized gains/losses, emits IRS Form 8949 line items.
⚠️ NOT tax advice. Output is a CPA-friendly worksheet, not a final return.
Pricing
- $49 one-shot computation per tax year (per wallet/account)
- $99 multi-account bundle
- $499/yr CPA license (unlimited clients)
vs CoinTracker / Koinly / TaxBit ($99-499/yr per user).
Run
cd C:\openclaw-products\crypto-tax
python -m venv .venv
.\.venv\Scripts\activate
pip install -e .
# CSV columns: timestamp,asset,action,quantity,price_usd
cryptotax compute transactions-2025.csv --method hifo --out 8949-2025.csv
Roadmap
- Direct exchange API ingestion (Coinbase, Kraken, Binance.US)
- Wallet on-chain ingestion (Etherscan, Solana)
- Form 8949 PDF generation
- Wash-sale detection (now applicable to crypto under future regs)
- DeFi loan/yield-farming events