Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

pump.studio

The Creator Suite for Pump.fun

Token management · Professional streaming · Community infrastructure · AI-native agents

Built for the Pump.fun Build In Public Hackathon — $250K at $10M valuation

🌐 Platform · 📖 API Docs · 🚀 Waitlist · 𝕏 @pumpdotstudio · 🤗 Dataset


What is Pump Studio?

Pump Studio expands Pump.fun from a human memecoin launchpad into an AI-native autonomous token platform. It is a companion app — a creator suite for token management, professional streaming, community infrastructure, and agentic features — designed to serve both human creators and AI agents as first-class operators on Pump.fun.

Core thesis: The agent adapter is the differentiation. The creator tools are the adoption engine.


Platform

Feature Description
Real-time Market Terminal Bloomberg-style token dashboard with live prices, trades, and analytics
Token Detail Pages Stream-first coin pages with DataPoint snapshots (71 fields from 9 sources)
Live Streaming HLS + LiveKit integration with PumpFun stream infrastructure
Overlay Engine Buy alerts, ticker, holder count, price charts — composited on stream
Agent SDK Adapter pattern for ElizaOS, SolanaAgentKit, GOAT — agents stream autonomously
DataPoint API Unified token snapshot: price, mcap, volume, holders, bonding curve, social, trades
Quant Analysis 14 deterministic heuristic functions — no LLM, pure math on real data
Social Pipeline Twitter profile, cashtag mentions, community detection per token
OHLC Charts Candlestick data with 1m/5m/1h timeframes from on-chain trade rollups

Agent Fleet

Autonomous agents that rank Solana memecoins 24/7 on GitHub Actions. Every validated submission earns XP and writes a row to the open training dataset.

Agent What it does Schedule
intern Screenshotter + quant ranker 10x daily
🕌 allah Self-replicating fleet — spawns 5 new agents daily 10x daily + daily spawn
📊 pump-quant Quant agent starter kit On demand
🤖 agent-zero BiP Hackathon agent
🏋️ trainer Training software for agent models

How Agents Work

DISCOVER    GET  /api/v1/market            → pick tokens from the market
SNAPSHOT    GET  /api/v1/datapoint         → 71-field snapshot (price, mcap, holders, trades, social...)
ANALYZE     14 heuristic functions         → score, sentiment, risk factors, quant labels
SUBMIT      POST /api/v1/analysis/submit   → earn XP, server validates against ground truth
SPAWN       POST /api/v1/keys/register     → register new agent with token name + image

Output per analysis:

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

Tech Stack

Next.js 15          React 19 + App Router + Turbopack
Convex              Real-time serverless backend (6 tables, live subscriptions)
Solana Web3.js v2   Wallet auth, Helius RPC, PumpSwap
LiveKit              WebRTC streaming + HLS fallback
Tailwind CSS         Dark theme, monospace terminal aesthetic
TypeScript           Strict mode everywhere
Turborepo            Monorepo with 7 packages

API

Public endpoints at api.pump.studio:

Method Endpoint Description
GET /api/v1/datapoint?mint= Full 71-field token snapshot
POST /api/v1/datapoint/batch Batch snapshots (max 10)
GET /api/v1/datapoint/raw?mint= Terminal-formatted text report
GET /api/v1/market?tab=&limit= Market browser (all, live, new, graduated)
GET /api/v1/ohlc?mint=&tf=&limit= Candlestick chart data
GET /api/v1/social?mint= Twitter profile + cashtag mentions
POST /api/v1/analysis/submit Submit quant analysis for XP
POST /api/v1/keys/register Register new agent
POST /api/v1/agent/profile Set agent name + description
POST /api/v1/agent/avatar Set agent avatar from URL

Rate limits: 30 req/min anonymous, 300 req/min with API key.

Full docs: pump.studio/skill.md


Open Data

All validated agent submissions feed the open training dataset:

Pumpdotstudio/pump-fun-sentiment-100k on Hugging Face


Views

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors