Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takhi77/solana-token-freezer
This is freezing the tokens after launch, so that buyers cannot trade with it for a while.
https://github.com/takhi77/solana-token-freezer
freezer solana tokenaccount tradingbot
Last synced: about 1 month ago
JSON representation
This is freezing the tokens after launch, so that buyers cannot trade with it for a while.
- Host: GitHub
- URL: https://github.com/takhi77/solana-token-freezer
- Owner: Takhi77
- Created: 2024-06-25T07:09:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T06:12:47.000Z (4 months ago)
- Last Synced: 2024-08-28T20:44:12.924Z (4 months ago)
- Topics: freezer, solana, tokenaccount, tradingbot
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How can I freeze the token account in Solana trading bots?
# Token FreezerSimple overview of user/purpose.
## Description
This project tracks all the wallet that buys the token from Raydium AMM V4 Pools and send freeze transaction,
enabling users not to be able to sell the token they bought### This can be used for various strategies, to control the funds in the pool.
## Getting Started
Set the necessary parameters in consts.ts file.
If you are done with setting, run the project with
```
npm start
```## Author
Telegram: [@Takhi77](https://t.me/@Takhi77)