🏠️ Solana Copy Trader Official Site 👉️
A tool to copy trade Solana wallets by monitoring their portfolio and replicating their trades.
- Monitor source wallet portfolio in real-time
- Analyze portfolio changes and create trade plans
- Execute trades automatically using Jupiter Exchange
- Risk management and portfolio rebalancing
- Configurable trade parameters and risk settings
- Copy the example environment file:
cp .env.example .env
- Configure the required environment variables in
.env
:
RPC_URL= # Your Solana RPC URL
WALLET_PRIVATE_KEY= # Your wallet's private key
SOURCE_ADDRESS= # Address to copy trade
- Run with Docker:
docker compose up --build
See .env.example
for all available configuration options:
- Trade interval settings
- Risk management parameters
- Portfolio tolerance settings
- API configurations
MIT