feat: add autoresearch skill — autonomous DEX strategy discovery#262
Open
darks0l wants to merge 1 commit intoBankrBot:mainfrom
Open
feat: add autoresearch skill — autonomous DEX strategy discovery#262darks0l wants to merge 1 commit intoBankrBot:mainfrom
darks0l wants to merge 1 commit intoBankrBot:mainfrom
Conversation
Karpathy-style autoresearch for Base DEX trading. AI agent iteratively mutates, backtests, and evolves strategies using Bankr LLM Gateway for mutations and Bankr wallet for live execution. - 12 modules, 38 tests, 117+ experiments logged - 3-layer Bankr integration (LLM Gateway + Wallet + Balance) - Real Uniswap V3 + Aerodrome data on Base - Best score: 2.838 Sharpe on real CoinGecko data - Live trade proof on Base mainnet - LCM memory for persistent experiment knowledge - OpenClaw compatible (skill, cron, sub-agent patterns) Repo: https://github.com/darks0l/autoresearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AutoResearch — Autonomous Trading Strategy Discovery
Karpathy-style autoresearch for Base DEX trading. An AI agent iteratively mutates, backtests, and evolves strategies using Bankr LLM Gateway for mutations and Bankr wallet for live execution on Base.
Bankr Integration (3 Layers)
Stats