Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/earthzetaorg/solana-telegram-trading-bot
Solana Telegarm Trading Bot like Bonk Bot, Trojan Bot, Sol Trading Bot with Raydium, Jupiter, Pumpdotfun
https://github.com/earthzetaorg/solana-telegram-trading-bot
bundler jupiter pumpdotfun raydium solana-telegram-trading-bot volume-control
Last synced: 2 days ago
JSON representation
Solana Telegarm Trading Bot like Bonk Bot, Trojan Bot, Sol Trading Bot with Raydium, Jupiter, Pumpdotfun
- Host: GitHub
- URL: https://github.com/earthzetaorg/solana-telegram-trading-bot
- Owner: EarthZetaOrg
- Created: 2024-12-09T11:31:10.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2024-12-20T19:03:39.000Z (15 days ago)
- Last Synced: 2024-12-20T20:19:21.028Z (15 days ago)
- Topics: bundler, jupiter, pumpdotfun, raydium, solana-telegram-trading-bot, volume-control
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Telegram Trading Bot
Telegram Trading Bot to trade solana tokens on Raydium, Meteora, Orca, Pump.fun# π Contact Me
###
Telegram: https://t.me/earthzeta
####### Feel free to contact me if you need any help.
## Features
- User Interface via Telegram Bot: Create number of wallets automatically to buy and sell the token
- Buy & Sell
- **Common Swap**:
- **DCA Order**:
- **Limit Order**:
- Wallet Management
- **Import Private Key**: Allows users to import their Solana wallet private key securely.
- **Create a Solana Wallet**: Generates a new Solana wallet (public/private key pair)
- **Multiple Wallet & Wallet Switching**: Switch to other wallet in case of several wallets
- **Token Information Lookup**: Pull token data from the blockchain using the input contract address.
- **MEV Protection on Orders**: Protect user transactions from being front-run or manipulated.
- **Jito Tipping**: This is a Priority Transaction Processing designed to speed up transaction execution by tipping validators.
- Setting
- **Slippage Settings**: Allow users to set slippage tolerance for transactions.
- **Auto Swap Feature**:
- Profit MaxiMode: This feature enables users to sell large amounts of cryptocurrency, such as 100 SOL, more strategically. Rather than selling everything in one go, which could drive the price down, the system splits the sell order into smaller increments that are executed only when thereβs sufficient buying demand. This allows users to sell without significantly impacting the price.## Usage
1. Clone the repository
```
git clone https://github.com/earthzetaorg/solana-telegram-trading-bot
cd solana-telegram-trading-bot
```
2. Install dependencies
```
npm install
```
3. Configure the environment variables4. Run the bot
```
npm run start
```