Skip to main content

Overview

Aegis includes a tax loss harvesting engine. It scans an agent’s portfolio for unrealized losses, evaluates if harvesting them is profitable after gas, and executes offsetting trades to realize tax-deductible losses.

Audit Ledger

Generate a full tax compliance ledger for an agent’s transaction history:

Tax Loss Harvest

Run the harvesting engine in simulation or execution mode:

Parameters

How It Works

  1. Scans historical trades using FIFO cost basis accounting
  2. Identifies positions with unrealized losses
  3. Evaluates each candidate against gas drag (estimated ~$15 gas cost)
  4. In SIMULATE mode: returns what would happen without executing
  5. In HARVEST mode: executes offsetting trades and logs the results

Response