dvictor357/gmgn-minicpm — explained in plain English
Analysis updated 2026-05-18
Ask a local AI model what smart money is buying on a chain like Solana without any cloud API cost.
Run a fully offline crypto research assistant that reads token, wallet, and market data through gmgn-cli.
Build an always-on watcher that monitors trending tokens or wallet activity using a small local model.
Inspect exactly which gmgn-cli commands are exposed to the model, since fund-moving commands are hard blocked.
| dvictor357/gmgn-minicpm | 0xradioac7iv/tempfs | 52191314/web-agent-proxy-sdk | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 24 or newer, a configured gmgn-cli API key, and a local model server such as llama.cpp or SGLang.
gmgn-minicpm lets a small AI model run entirely on your own computer to answer crypto research questions using the GMGN data platform, instead of sending your questions to a cloud AI provider like Claude or GPT. It uses MiniCPM5-1B, a roughly one billion parameter model small enough to run locally, and connects it to the existing gmgn-cli command line tool through a small TypeScript bridge with no other dependencies. When you ask a question such as what smart money is buying on Solana right now, the local model decides which gmgn-cli command answers it, the bridge runs that command as a plain subprocess without a shell, and the resulting JSON data is fed back to the model so it can form an answer. Because the model and the bridge both run on your own machine, there is no ongoing API bill for the AI itself. You only pay for GMGN's own data access. This is explicitly a read-only, version one release. Only research tools that look up token, market, wallet, and portfolio information are registered with the model. Any command that could move funds, such as swap or order commands, is left out of the tool list entirely and is also actively blocked inside the bridge, since a small model running in an automated loop should never be able to move money on its own. The documentation is clear that this tool only reads data and provides no financial advice. Running it requires a recent version of Node.js, the gmgn-cli tool configured with an API key, and a local server exposing MiniCPM5-1B through an OpenAI style chat interface, either llama.cpp on Apple Silicon or CPU, or SGLang on NVIDIA hardware. The project also includes safeguards for working with a small model, such as capping how many tokens it can generate and truncating oversized tool results, since a 1B model can otherwise spiral into invalid output. Planned future work includes fine-tuning the model on GMGN specific examples and adding fund-moving actions behind a mandatory human confirmation step. The project is released under the MIT license.
gmgn-minicpm runs a small local AI model that answers crypto research questions by calling the read-only gmgn-cli tool, with no cloud AI cost and fund-moving commands blocked.
Mainly TypeScript. The stack also includes TypeScript, Node.js, MiniCPM5-1B.
MIT license, use freely including commercially as long as the copyright notice is kept.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.