Skip to content
View vialpump's full-sized avatar

Block or report vialpump

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vialpump/README.md

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.

Pinned Loading

  1. vialpump-docs vialpump-docs Public

    Comprehensive whitepaper, mechanics, and security threat models for the Vialpump auto-mint protocol.

  2. vialpump-api vialpump-api Public

    Public REST API documentation, endpoints, and TypeScript SDK for the Vialpump ecosystem.

    TypeScript

  3. vialpump-core vialpump-core Public

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

    TypeScript