Zyph AI is an advanced AI-powered agent for tracking and analyzing Pump.fun coins on the Solana blockchain. It automatically processes market data, generates insights, and posts them to X (Twitter). Built with pnpm and optimized for speed, Zyph AI is designed for seamless real-time operations.
Ensure you have pnpm installed. If not, install it using:
npm install -g pnpmClone the repository and install dependencies:
git clone our-repo-url.git
cd zyph-ai
pnpm installTo start the agent:
pnpm run:agent or npx tsx autonomus-agent.ts- Fetches real-time Pump.fun coin data from the Solana blockchain.
- Analyzes trends using AI models via DeepSeek, Perplexity, or DeepInfra.
- Stores and processes data with BitQuery, Moralis, and Upstash Redis.
- Automatically posts insights to X (Twitter).
Set up the required environment variables in a .env file:
DEEPSEEK_APIKEY=""
PERPLEXITY_APIKEY=""
DEEPINFRA_APIKEY=""
MORALIS_APIKEY=""
BITQUERY_API_KEY=""
UPSTASH_REDIS_URL=""
UPSTASH_REDIS_TOKEN=""
TWITTER_USERNAME=""
TWITTER_PASSWORD=""
TWITTER_ACCESS_SECRET=""
TWITTER_ACCESS_TOKEN=""
TWITTER_API_KEY=""
TWITTER_API_SECRET=""
TWITTER_APP_ID=""
TWITTER_BEARER_TOKEN=""Ensure all API keys are set correctly.
Zyph AI automatically posts insights to X (Twitter), including:
- Top trending Pump.fun coins.
- Market sentiment analysis.
- Notable price movements.
- AI-generated trading signals.
You can adjust posting frequency and message format in config.ts.
For persistent execution:
pnpm dlx pm2 start autonomus-agent.ts --name zyph-ai-
Create a
Dockerfile:FROM node:20 WORKDIR /app COPY . . RUN npm install -g pnpm && pnpm install CMD ["pnpm", "run:agent"]
-
Build and run the container:
docker build -t zyph-ai . docker run -d --env-file .env --name zyph-ai zyph-ai
- Implement historical data tracking for better AI predictions.
- Create terminal ai agents for analyze any tokens.
- Creating notification alert with telegram.
Feel free to submit issues or pull requests to enhance Zyph AI.
MIT License © 2025 Zyph AI
