Run an autonomous bot that discovers, buys, and sells newly launched Solana memecoins from your own wallet.
Track every trade the bot makes along with the stated reason it closed, through a local dashboard.
Test whether a trading rule has a real edge using the bot's built-in evidence and kill-criterion checks.
Ask Claude in plain English how the bot is currently performing without opening a browser.
| onasidequestt/pipboi | 0xhassaan/nn-from-scratch | 3ks/embedoc | |
|---|---|---|---|
| Stars | 0 | 0 | — |
| Language | Python | Python | Python |
| Last pushed | — | — | 2023-06-08 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 4/5 | 4/5 | 1/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs a Python virtual environment, a free Helius API key, and a funded Solana wallet to trade for real.
PIPBOI is an open source trading bot that automatically buys and sells newly launched memecoins on the Solana blockchain, using your own wallet and your own machine rather than any hosted account or server. The project is upfront that this is experimental and risky: it describes itself as a research platform for learning and testing autonomous trading, not a guaranteed way to make money, and it warns clearly that you can lose the funds you put into it. The bot works by pulling in candidate tokens from free data sources like GeckoTerminal and DexScreener, scoring them, deciding whether to buy, and later deciding when to exit a position based on rules like stop losses or trailing exits. It also keeps a record of how each token it looked at actually performed afterward, and uses that history to test whether its trading rules are actually working before it allows itself to increase the size of its trades. The project describes this evidence based gate as the core discipline of the whole system. You can check on the bot two ways: a web dashboard that runs on your own computer at localhost, showing wallet balance, profit and loss, and every trade with an explanation of why it closed, or by asking questions in plain English to Claude, since the project includes a file that gives Claude the context needed to explain the bot's status or help you set it up. There is also a quick way to try the tool that just prints a status card in your terminal without needing any wallet or API keys. To run the full bot, you set up a Python virtual environment, install the listed dependencies, and provide a free API key from a service called Helius, either by pasting it into a setup page in your browser, running an interactive setup script, or asking Claude to walk you through it. The bot can generate a brand new wallet for you to fund, or you can point it at your own existing wallet. The project states that it does not send your keys or data anywhere and stores them only in local files on your machine. It is released under the MIT license.
A self-hosted bot that automatically trades Solana memecoins from your own wallet, with an evidence-based system for proving its trading edge.
Mainly Python. The stack also includes Python, Solana, Helius API.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.