Solana Trading Bot

Watch Solana wallets and, only if you choose, mirror trades under rules you define

This project runs on Solana and watches wallets you pick for token-related activity. The repository describes logging of what happens and, when you turn it on, automated copy-style trades that fire only after thresholds and time windows you configure. It is for people who already assume on-chain automation can lose money if anything is wrong or misunderstood.

When it is useful

You are testing on Solana’s dev network, studying how wallet activity and token flows show up in logs, or you are technical enough to read every setting before real funds are involved. The project’s own guidance is to prove behavior in a safe test environment before any mainnet use.

What it does (from the documented behavior)

  • Monitors multiple wallets with an emphasis on timely visibility into activity.
  • Works with Solana tokens and the account setup the chain expects for holding and moving them, as described in the project.
  • Supports rule-based copy trading: conditions you set determine whether a follow-on trade is attempted.
  • Covers buy- and sell-side patterns the README describes in simple terms (creating and unwinding token positions), with logging and balance-oriented tracking.
  • Includes setup and test flows in the repository so you can rehearse behavior in a controlled way, not as a promise that production use is “safe.”

What you should treat as serious risk

  • Not investment advice. Nothing here tells you whom to follow, how to trade, or that automation will be profitable.
  • Misconfiguration or bad tokens can drain wallets. Bugs, network issues, malicious assets, or wrong limits can still mean losing funds you connect.
  • Keys and fees are your responsibility. Protect signing material, keep enough SOL (or relevant assets) for fees, and understand every action the automation is allowed to take.
  • Prove it in dev first. Match the README’s spirit: test on devnet, review logic, then decide whether any mainnet exposure makes sense.

Crypto markets are volatile and scams exist. Use this only if you accept the possibility of total loss, follow local law, and handle your own tax and compliance reporting.

Frequently asked questions

What does Solana Trading Bot do?

It monitors Solana wallets you configure for token activity and can run rule-based copy trades when your thresholds and time windows are met. It logs activity and supports buy- and sell-style patterns described in the README.

How do I set it up for testing?

Needs Node.js v18+. Clone, npm install, then npm run initialize to create wallets, request airdrops, and create a test token. Start with npm start, and run npm run test:case1 through test:case4 in another terminal while the bot is running.

Should I use mainnet first?

No. The project guidance is to prove behavior on Solana devnet first. Misconfiguration, bugs, or bad tokens can drain wallets you connect.

Is this investment advice?

No. Nothing in the project tells you whom to follow or that automation will be profitable. Protect keys, keep SOL for fees, and accept possible total loss if you use real funds.

Continue exploring