This script will allow you to remove LP within seconds rather than waiting for minutes on raydium for any token.
- RPC Provider Http(s) URL
- Kokiez API key to fetch pool keys.
- Wallet private key.
- Pool id.
- Python version greater than or equal to 3.12.
-
Clone the repo
git clone https://github.com/kokiez/raydium-liquidity-remover cd raydium-liquidity-remover
Download the repo by clicking on green button
code
>download zip
. ThenUnzip
/Extract
it. -
Install Requirements
pip install -r requirements.txt
-
Edit the config.ini...
-
Run main.py by the following command:
python main.py
-
Enter your wallet private key and pool id, the program will remove total LP
Tested on simple sol/usdc and atlas/sol pairs:
- 10$ for 5 days
- 30$ for 30 days
For business inquiries, please contact us at:
- Telegram:
kokiez4000
Note: The contact is not for customer support but rather business inquiries.
Solana address: 4nyNbPDTG7qAcfGpcTSuD7i9gD6L4URarkh5RcPfw1mW
Please note that this code is for educational purposes, I will not be responsible if any of my codes are used for illegal purposes.
- I received an error stating module "blabla" not found. Simply copy the error to bing chat and say how to fix this error.
- The program gave me an error saying market program id mismatch at the time of sending txn. Solution: goto
utils
>constants
and read what is written there about a SERUM_PROGRAM_ID.