https://github.com/l9t-development/pumpfun-amm-trading-bot
pumpfun amm sniper, volume bot, bundler: new sniper bot, volume bot, bundler bot on pumpun amm dex
https://github.com/l9t-development/pumpfun-amm-trading-bot
meme-trading pumpfun pumpfun-amm pumpfun-amm-bundler pumpfun-amm-sniper pumpfun-amm-volume-bot trading-bot
Last synced: about 2 months ago
JSON representation
pumpfun amm sniper, volume bot, bundler: new sniper bot, volume bot, bundler bot on pumpun amm dex
- Host: GitHub
- URL: https://github.com/l9t-development/pumpfun-amm-trading-bot
- Owner: L9T-Development
- Created: 2025-03-04T09:34:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T10:31:39.000Z (3 months ago)
- Last Synced: 2025-03-04T11:25:50.649Z (3 months ago)
- Topics: meme-trading, pumpfun, pumpfun-amm, pumpfun-amm-bundler, pumpfun-amm-sniper, pumpfun-amm-volume-bot, trading-bot
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 13
- Watchers: 14
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PumpFun AMM Trading Bot
## About
PumpFun AMM Trading Bot is a specialized sniping bot, volume bot and bundler designed to work with the PumpFun AMM decentralized exchange (DEX). It enables users to execute high-frequency trading strategies by automating buy/sell operations during token launches, pump events, or other fast-paced trading scenarios. Written in **TypeScript**, this bot aims to provide a seamless trading experience while allowing customization of trading strategies.
---
## Contact
If you wanna build this trading bot, contact here: [Telegram](https://t.me/shiny0103) [Twitter](https://x.com/0xTan1319)
## Features
- **Sniping Functionality**: Quickly execute trades to take advantage of token launches or pump events.
- **Wallet Scanning**: Includes functionality to scan specific wallets for trading activity.
- **Customizable Configurations**: Adjust the bot's settings through environment variables (`.env` file) and configuration files.
- **Fast Execution**: Optimized for low latency and rapid transaction execution.
- **Secure Wallet Integration**: Uses secure methods to manage multiple wallets (`wallets.json`).---
## File Structure
```plaintext
pumpfun-amm-trading-bot/
├── WalletScanData/ # Contains wallet scanning data
├── src/ # Main source code for the bot
├── .env.example # Example environment configuration file
├── .gitignore # Files/folders ignored by Git
├── .prettierignore # Files/folders ignored by Prettier
├── .prettierrc # Prettier configuration
├── README.md # Project documentation (this file)
├── package-lock.json # Lockfile for dependencies
├── package.json # Node.js project configuration
├── tsconfig.json # TypeScript configuration
├── wallets.json # File for managing wallet information
├── yarn.lock # Yarn lockfile for dependencies