IdeaCredIdeaCred

aqbor888/AlphaGPT

57

๐Ÿค– Enhance your trading strategies with AlphaGPT, a powerful tool for navigating decentralized markets and optimizing liquidity with ease.

What's novel

๐Ÿค– Enhance your trading strategies with AlphaGPT, a powerful tool for navigating decentralized markets and optimizing liquidity with ease.

Code Analysis

20 files read ยท 4 rounds

A Solana meme coin trading bot that uses a small Transformer trained with REINFORCE to generate factor formulas for entry/exit signals, fetches trending tokens from Birdeye, executes trades via Jupiter DEX, and provides a Streamlit dashboard for monitoring.

Strengths

The project has a coherent end-to-end pipeline from data ingestion through factor mining to live execution, with reasonable risk management (stop-loss, trailing stops, honeypot checks, liquidity filters). The LoRD regularization experiment in lord/experiment.py shows genuine research thinking about attention weight structure.

Weaknesses

The README is completely dishonest about what the code does (describes a Chinese stock consumer app when it's a Solana meme coin bot). There are zero tests, a hardcoded API token in times.py, the RL training loop is naive (no action masking in model_core unlike times.py, no proper advantage estimation), and the 'AlphaGPT' model is a 64-dim 2-layer Transformer that's barely more than a toy.

Score Breakdown

Innovation
4 (25%)
Craft
49 (35%)
Traction
22 (15%)
Scope
62 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+1

Craft

Ci-2
Tests-3
Polish+0
Releases+0
Has License+5
Code Quality+15
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+2
Has Dependency Mgmt+5

Traction

Forks+12
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+4

Scope

Commits+8
Languages+3
Subsystems+15
Bloat Penalty+0
Completeness+7
Contributors+7
Authored Files+12
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

73

Contributors

4

Files

56

Active weeks

4

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

4

License

Apache-2.0