1. Authentication & Security
- Master Password:
- On first launch you create a password that is used only to encrypt your private keys locally.
- Do not lose it! If you forget it, clicking “Reset password” on the login screen will delete all of your encrypted private keys, making your wallets permanently inaccessible.
- Terms of Service: You must check the box to accept the Terms of Service before logging in. This choice is stored in the embedded browser’s local storage.
2. Interface Overview
A fixed top navigation bar with five tabs:
Tab | Icon | Description |
---|---|---|
Configuration | ⚙️ | Global bot settings and your execution wallet. |
Wallets | 👛 | Manage wallets (names & private keys). |
Targets | 🎯 | List of trader addresses to copy. |
Execution | ▶️ | Control the script (start/stop), real-time tracking & logs. |
History | 📈 | History of closed positions (P&L, fees, durations, etc.). |
3. Wallet Management (Wallets Tab)
- Add a wallet:
- Enter a friendly name (e.g. “Main Wallet”).
- Paste your private key (Base58 / 60–90 characters).
- Click
Add wallet
. It is encrypted immediately with your master password.
- Edit / Delete: Modify name or key (re-encrypt on save), or remove a wallet entirely.
Warning: Losing your master password means permanent loss of access to all stored private keys.
4. Global Configuration (Configuration Tab)
- Main Wallet: Select one of your configured wallets.
- Solana RPC URL: Your Solana endpoint (Helius RPC recommended).
- Discord Webhook URL: Where bot logs, errors & alerts are sent.
- Tracking Parameters:
Maximum number of positions tracked
: max concurrent open positions. Maximum number of target positions the bot will copy and keep open at once.Minimum value of claim fees ($)
: minimum USD value before claiming fees. Prevents claiming tiny fee amounts when your copy-wallet is smaller than the target’s.
Leaving it at the $1 default will usually skip dust-level claims while still capturing meaningful fees; raise it if you’d rather batch larger withdrawals. - Advanced Settings:
- Position Risk (%): fraction of the target’s risk you wish to copy.
- Target risks 30% of their SOL and you set 100% → you also risk 30%.
- At 50% → you risk 15% (30% × 50%).
- Target risks 80% and you set 25% → you risk 20% (80% × 25%).
- PumpFun only: only copy positions in “PumpFun” pools.
Applies your chosen percentage to the risk level used by the target. Useful if you follow multiple targets from one wallet or if your target takes very high-risk positions.
5. Script Execution (Execution Tab)
- Script Status: Running or Stopped indicator.
- Start / Stop: Main toggle button.
- Real-time Stats:
- Tracked vs max positions
- Number of targets
- Execution time
- Wallet SOL balance
- Position List: Overview + per-position details (pool, wallet, amounts, P&L).
- Logs: Timestamped errors, successes, warnings & info.
6. History (History Tab)
- Filters: All / Profit only / Loss only.
- Sort: Closing date / Profit amount / Pool name.
- Global Stats: Total closed positions, net profit, fees collected, profit/loss ratio.
- Details: Duration, amounts, P&L (SOL & USD), fees for each closed position.
7. Best Practices
- Never share your master password or private keys.
- Keep your bot up-to-date (check version in the top right corner).