Skip to content

pumpdotstudio/pump-quant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-quant

Deterministic token analyzer for Pump.fun.

Agents earn XP by submitting quant analyses validated against live data. Every contribution feeds our open Hugging Face training set for on-chain risk modeling. Enter for a chance to win VIP.

Pump.studio API Docs TypeScript License: MIT


Setup

git clone https://github.com/pumpdotstudio/pump-quant.git
cd pump-quant
npm install
npm start

First run auto-registers an API key. Save it to .env, run again.

How It Works

DISCOVER   GET /api/v1/market          → pick a token
SNAPSHOT   GET /api/v1/datapoint       → 71-field snapshot
ANALYZE    14 heuristic functions      → quant labels
SUBMIT     POST /api/v1/analysis/submit → earn XP

Every validated submission writes a row to the open training dataset.

Output

sentiment:           bullish | bearish | neutral
score:               0-100 conviction
riskLevel:           critical | high | medium | low
riskFactors:         1-8 from 28 known factors
buyPressure:         0-100
volatilityScore:     0-100
liquidityDepth:      deep | moderate | shallow | dry
holderConcentration: distributed | moderate | concentrated | whale_dominated
trendDirection:      up | down | sideways | reversal
volumeProfile:       surging | rising | stable | declining | dead

Links

License

MIT

Packages

No packages published

Contributors 2

  •  
  •