Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# How can I freeze the token account in Solana trading bots?
# Token Freezer

Simple 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)