Completed clean root directory structure: - Root now contains only: .git, .env, docs/, orig/ - Moved all remaining files and directories to orig/: - Config files (.claude, .dockerignore, .drone.yml, etc.) - All .env variants (except active .env) - Git config (.gitconfig, .github, .gitignore, etc.) - Tool configs (.golangci.yml, .revive.toml, etc.) - Documentation (*.md files, @prompts) - Build files (Dockerfiles, Makefile, go.mod, go.sum) - Docker compose files - All source directories (scripts, tests, tools, etc.) - Runtime directories (logs, monitoring, reports) - Dependency files (node_modules, lib, cache) - Special files (--delete) - Removed empty runtime directories (bin/, data/) V2 structure is now clean: - docs/planning/ - V2 planning documents - orig/ - Complete V1 codebase preserved - .env - Active environment config (not in git) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"generated_at": "2025-10-21T17:31:38Z",
|
|
"vector_path": "tools/simulation/vectors/default.json",
|
|
"network": "arbitrum-one",
|
|
"window": "2024-09-15T00:00:00Z/2024-09-15T01:00:00Z",
|
|
"sources": [
|
|
"uniswap-v3",
|
|
"camelot",
|
|
"sushiswap"
|
|
],
|
|
"attempts": 5,
|
|
"executed": 4,
|
|
"conversion_rate": 0.8,
|
|
"successful": 3,
|
|
"failed": 1,
|
|
"hit_rate": 0.75,
|
|
"gross_profit_eth": "0.101000",
|
|
"gas_cost_eth": "0.013700",
|
|
"net_profit_eth": "0.087300",
|
|
"average_profit_per_trade_eth": "0.021825",
|
|
"average_gas_cost_eth": "0.003425",
|
|
"profit_factor": 6.372262773722627,
|
|
"exchange_breakdown": [
|
|
{
|
|
"exchange": "camelot",
|
|
"executed": 2,
|
|
"successful": 1,
|
|
"hit_rate": 0.5,
|
|
"gross_profit_eth": "0.012000",
|
|
"net_profit_eth": "0.006100",
|
|
"gas_cost_eth": "0.005900"
|
|
},
|
|
{
|
|
"exchange": "sushiswap",
|
|
"executed": 1,
|
|
"successful": 1,
|
|
"hit_rate": 1,
|
|
"gross_profit_eth": "0.049200",
|
|
"net_profit_eth": "0.044500",
|
|
"gas_cost_eth": "0.004700"
|
|
},
|
|
{
|
|
"exchange": "uniswap-v3",
|
|
"executed": 1,
|
|
"successful": 1,
|
|
"hit_rate": 1,
|
|
"gross_profit_eth": "0.039800",
|
|
"net_profit_eth": "0.036700",
|
|
"gas_cost_eth": "0.003100"
|
|
}
|
|
],
|
|
"skip_reasons": [
|
|
{
|
|
"reason": "below_min_profit",
|
|
"count": 1
|
|
}
|
|
]
|
|
} |