Skip to content

vialpump/vialpump-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VIALPUMP

Hold harder, rarer drops.

Automated Pixel Vial cNFT minting engine driven by Solana token trades.

License Solana Status

What is Vialpump?

Memecoins on Pump.fun are flat. Holding feels passive. Vialpump fixes this by turning the token trade into the mint event. Every 50,000 $VIALPUMP threshold crossed auto-mints a unique deterministic Pixel Vial cNFT. Sell 50,000, and your most recent vial burns via LIFO.

Core Mechanics

Mechanic Description Impact
Auto-Mint 1 cNFT minted per 50k tokens held Turns holding into a collectible game
LIFO Burn Selling burns the newest vials first Protects rare early mints, punishes flips
Hard Cap Exactly 10,000 vials max supply Immutable scarcity separate from token
Deterministic Art sha256(wallet + edition) Eliminates IPFS reliance, guarantees uniqueness

How It Works

 ┌────────────────┐       ┌─────────────────┐       ┌─────────────────┐
 │ Pump.fun Buy   │ ────▶ │ Helius Webhook  │ ────▶ │ Listener Engine │
 └────────────────┘       └─────────────────┘       └─────────────────┘
                                                             │
                                                             ▼
 ┌────────────────┐       ┌─────────────────┐       ┌─────────────────┐
 │ cNFT in Wallet │ ◀──── │ Bubblegum Mint  │ ◀──── │ State Database  │
 └────────────────┘       └─────────────────┘       └─────────────────┘

Technology Stack

Component Technology Purpose
Chain Solana High throughput, low cost
NFT Standard Metaplex Bubblegum Compressed NFTs (~$0.0008 per mint)
Indexing Helius Real-time transfer webhooks
State Layer Realtime PostgreSQL Wallet state caching & live feeds
Renderer Node.js (Sharp) Deterministic layered image generation

Phased Roadmap

Phase Description Status
Phase 0 Listener deployment, Pump.fun launch Active
Phase 1 Pharmacy P2P marketplace, Dashboard Next
Phase 2 Vial Staking, Trait Fusion Planned
Phase 3 Apothecary Governance, Collabs Vision

Reference Links

Resource Link
Website vialpump.fun
X / Twitter @vialpump
Docs vialpump-docs

Vialpump is experimental software. Use at your own risk. Not financial advice.

About

Core infrastructure, webhook listeners, and state management engine for the Vialpump auto-minting protocol on Solana.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors