- Add staking/unstaking actions to fuzzing scenarios (stake every 3rd trade) - Implement snatching logic when stake pool reaches capacity (uses max tax rate) - Add configurable parameters: - buyBias: Control buy vs sell ratio (0-100%) - stakingBias: Control stake vs unstake ratio (0-100%) - tradesPerRun: Configure number of trades per scenario - staking: Enable/disable staking entirely - Simplify to single trading strategy (_executeRandomLargeTrades) - Fix memory issues by recording only every 5th trade to CSV - Track staking metrics (stakes attempted/succeeded, snatches attempted/succeeded) - Update CLAUDE.md with new fuzzing parameters and usage examples - Clean up old TODO files and unused code 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
265 B
265 B
| 1 | Scenario | Seed | Initial Balance | Final Balance | Profit | Profit % | Discovery Reached |
|---|---|---|---|---|---|---|---|
| 2 | BullMarketOptimizer | 1 | 152861730151649342497 | 165534767451273053750 | 12673037299623711253 | 8 | true |
| 3 | BullMarketOptimizer | 2 | 53215106468573532381 | 63779335616103461539 | 10564229147529929158 | 19 | true |