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
- Scans historical trades using FIFO cost basis accounting
- Identifies positions with unrealized losses
- Evaluates each candidate against gas drag (estimated ~$15 gas cost)
- In
SIMULATEmode: returns what would happen without executing - In
HARVESTmode: executes offsetting trades and logs the results