LimitSwap Bot setup guide 🛠️
1/ First steps
2/ Configure your settings
[
{
// ----------- WALLETS PARAMETERS ------------------------------------------------------------------------------
"LIMITWALLETPRIVATEKEY": "do not enter it manually, open the bot : it will encrypt it",
"LIMITWALLETADDRESS": "wallet address where you hold your LIMIT tokens",
"WALLETADDRESS": "wallet address you want to trade on : can be different from LIMIT wallet",
"PRIVATEKEY": "do not enter it manually, open the bot : it will encrypt it",
"WALLETADDRESS2": "null",
"PRIVATEKEY2": "null",
"WALLETADDRESS3": "null",
"PRIVATEKEY3": "null",
"WALLETADDRESS4": "null",
"PRIVATEKEY4": "null",
"WALLETADDRESS5": "null",
"PRIVATEKEY5": "null",
// ----------- NODE PARAMETERS ------------------------------------------------------------------------------
"USECUSTOMNODE": "false",
"CUSTOMNODE": "false", // put your own node here if you want and set USECUSTOMNODE = true
"UNLIMITED_SPEED": "false", // put 'true' only if you use a Private Node, because it will make more than 1000 price checks/s : you would be banned quickly from public node
"EXCHANGE": "pancakeswap",
"EXCHANGEVERSION": "2", // only for Pancakeswap
// ----------- TRADING PARAMETERS ------------------------------------------------------------------------------
"PREAPPROVE": "true", // team recommends to set it to true, it's important
"UNLIMITEDSLIPPAGE": "false", // be careful, this parameter is dangerous :) use it for degen snipings only
"PASSWORD_ON_CHANGE": "false", // set this to true if you want the bot to ask for your PK password if you update tokens.json in real time
"VERBOSE_PRICING": "true", // set to false if you want a new price line to appear only when price change
"SLOW_MODE": "false", // use this if you want the bot to make only 1 price check every 0.5s
"START_BUY_AFTER_TIMESTAMP": "not used", // Example : 1644150026. Bot will not start to BUY until time reach this timestamp. Use https://www.unixtimestamp.com/ to define value
"START_SELL_AFTER_TIMESTAMP": "not used", // Example : 1644150326. Bot will not start to SELL until time reach this timestamp. Use https://www.unixtimestamp.com/ to define value
// ----------- APPRISE PARAMETERS ------------------------------------------------------------------------------
"ENABLE_APPRISE_NOTIFICATIONS": "true", // use this if you want to receive notifications with APPRISE API
"APPRISE_PARAMETERS": ["macosx://", "windows://"], // you can enter new parameters. Respect the format. Check https://github.com/caronc/apprise
// ----------- TELEGRAM PARAMETERS ------------------------------------------------------------------------------
"AUTOMATICALLY_CHOOSE_LIQUIDITY_PAIR": "true", // if 'true', bot will scan all liquidity pair, to choose the best one
"SESSION_NAME": "Enter a random name here", // Enter here your session name. You can put any name.
"SESSION_API": "12345678", // Go to https://my.telegram.org/auth?to=apps , register, create an app, and you'll get an API and an API Hash (next parameter)
"SESSION_API_HASH": "azertyuioqsdfghjk1234567890", // Go to https://my.telegram.org/auth?to=apps
"CHANNEL_NAMES": ["LimitSwap - WE WILL NEVER DM YOU FIRST", "Channel name number 2"], // Channel names that you want to track. You need to be on the Channel with your Telegram Account to see them.
"TOKENS_BLACKLIST": ["0xe9e7cea3dedca5984780bafc599bd69add087d56", "0x55d398326f99059ff775485246999027b3197955"] // You can add manually some tokens to blacklist
}
]
3/ Configure your tokens
Anti-antibot parameters
Liquidity parameters
BUY THE DIP parameter
TRAILING STOP LOSS parameter
Pinksale parameters

4/ Launch the bot 🚀
Last updated
