chore: analysis tooling, research artifacts, and code quality
- Analysis: parameter sweep scripts, adversarial testing, 2D frontier maps - Research: KRAIKEN_RESEARCH_REPORT, SECURITY_REVIEW, STORAGE_LAYOUT - FuzzingBase: consolidated fuzzing helper, BackgroundLP simulation - Sweep results: CSV data for full 4D sweep (1050 combos), bull-bear, AS sweep, VWAP fix validation - Code quality: .gitignore for fuzz CSVs, gas snapshot, updated docs - Remove dead analysis helpers (CSVHelper, CSVManager, ScenarioRecorder) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d64b63aff4
commit
b7260b2eaf
256 changed files with 30276 additions and 1579 deletions
|
|
@ -122,17 +122,20 @@ address: 0xed70707fab05d973ad41eae8d17e2bcd36192cfc
|
|||
address: 0x7fd4e645ce258dd3942eddbeb2f99137da8ba13b
|
||||
|
||||
|
||||
## Research & Analysis
|
||||
|
||||
See [`analysis/KRAIKEN_RESEARCH_REPORT.md`](analysis/KRAIKEN_RESEARCH_REPORT.md) for the comprehensive research report covering:
|
||||
- Critical math bugs found and fixed (sqrt inflation + outstandingSupply)
|
||||
- Floor drain vulnerability analysis and VWAP mirror defense
|
||||
- Complete 2D parameter safety frontier (AS × AW)
|
||||
- Fee revenue characterization and LP competition modeling
|
||||
- OptimizerV3 design (direct 2D binary bear/bull mapping from Harberger staking data)
|
||||
- Staking triangle cycle dynamics
|
||||
|
||||
The `analysis/` directory contains all fuzzing scripts, parameter sweep tools, and results data. See [`analysis/README.md`](analysis/README.md) for usage.
|
||||
|
||||
## References
|
||||
|
||||
open features:
|
||||
- reduce snatch collision
|
||||
|
||||
todos:
|
||||
- write unit test for capital exit function
|
||||
- would anchorLiquidityShare affect capitalInefficiency?
|
||||
- could the UBI pool run dry?
|
||||
- what happens if discovery runs out?
|
||||
|
||||
## Simulation data:
|
||||
|
||||
```json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue