When withdrawing HBAR from Kraken to a personal wallet (Ledger), CoinTracker groups the transfer and staking reward into a single “Multiple” transaction.
Example behavior:
• Kraken withdrawal: 508.82312 HBAR (transfer to Ledger wallet)
• Staking reward received at same time: 8.84461019 HBAR
CoinTracker imports this as one transaction containing:
  • Receive: 508.82312 HBAR
  • Receive: 8.84461019 HBAR (staking reward)
  • Send: 508.82312 HBAR from Kraken
Because of this grouping:
  1. The withdrawal is interpreted as a taxable SEND instead of a transfer.
  2. The staking reward cannot be separated from the transaction.
  3. The UI does not provide an option to split the transaction.
  4. The only available workaround is to mark the send as non-taxable or ignore the entire transaction and recreate it manually.
Expected behavior:
The transaction should automatically import as two events:
Transfer
Kraken → Ledger
508.82312 HBAR
Staking reward (income)
8.84461019 HBAR
This issue appears to occur because Hedera transactions can contain multiple operations within a single transaction hash.
Feature request:
• Add the ability to split “Multiple” transactions in the UI
• Automatically detect transfer + staking reward combinations
• Correctly classify exchange withdrawals as Transfers instead of Sends
Without the ability to split these transactions, users must manually recreate transactions to ensure accurate tax reporting.