Tachyon Labs
  • Welcome to Tachyon Labs
  • Getting Started
    • Community & Support Links
  • Copy Bot Guide
    • Introduction to Copy Trading
    • Quick Start Guide
    • Pre-Requisites
    • Configuration
    • Optimized ENV Settings to Get started
    • Optimized Settings for Copy Bot jSON File
    • Wrapping Sol to wSOL
    • Copy Wallet Introduction
    • Wallet Scanner Bot
    • GMGN Copy Wallets Guide
    • Dune Copy Wallets Guide
    • Free/Low-Cost VPS Guide
    • Free/Low-Cost RPC Providers
    • FAQ (Frequently Asked Questions)
  • Our Partners - Recommended RPC Providers
  • Hetzner VPS Setup & NoMachine RDP Guide
Powered by GitBook
On this page

Was this helpful?

  1. Copy Bot Guide

Optimized Settings for Copy Bot jSON File

File Structure for Copy Bot jSON

Things to Remember: You can set individual quote amount for each wallet you want to copy. Example A: If you have multiple wallets you want to copy [

{ "wallet": "AAAAAAAXXXXXXXXXXXXXXXXXXX", "buyAmount": 0.05, "buySlippage": 300, "sellSlippage": 70 } , { "wallet": "BBBBBBBBBBXXXXXXXXXXXXXXXX", "buyAmount": 0.05, "buySlippage": 300, "sellSlippage": 70 } , { "wallet": "CCCCCCCCCCXXXXXXXXXXXXXXXXX", "buyAmount": 0.05, "buySlippage": 300, "sellSlippage": 70 }

] Example B: If you only want to copy one Wallet [

{ "wallet": "XXXXXXXXXXXXXXXXXXXXXXXXXXX", "buyAmount": 0.05, "buySlippage": 300, "sellSlippage": 70 }

]

PreviousOptimized ENV Settings to Get startedNextWrapping Sol to wSOL

Last updated 7 months ago

Was this helpful?