> For the complete documentation index, see [llms.txt](https://codegreen.gitbook.io/codegreen/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codegreen.gitbook.io/codegreen/getting-started/pump-snipping-bot-tutorial/step-3-configure-settings.md).

# Step 3: Configure Settings

1. **Select `Configure Settings`** to start customizing your bot.
2. Use the arrow keys to navigate through the fields and enter values as prompted.

**Configuration Fields:**

* **`privateKey:`**\
  Enter your wallet’s private key. *(Ensure your private key is accurate and stored securely.)*
* **`solAmountIn:`**\
  Enter the amount of SOL to allocate per trade.\
  *Example:* `0.001`.
* **`jitoBuyFee:`**\
  Set the fee for buying via Jito for optimal speed.\
  *Example:* `0.0002`.
* **`jitoSellFee:`**\
  Set the fee for selling via Jito.\
  *Example:* `0.0002`.
* **`profitPercentage:`**\
  Set your desired profit percentage.\
  *Example:* `100` (this doubles your investment).
* **`stopLoss:`**\
  Set your stop-loss percentage to manage risk.\
  *Example:* `99`.
* **`triggerProfit:`**\
  Enter the minimum profit percentage to lock in if the market pulls back.\
  *Example:* `25`.
* **`maxOpenTrades:`**\
  Define the number of simultaneous trades allowed.\
  *Example:* `10`.
* **`minSolThreshold:`**\
  Set the minimum SOL threshold for developer buys during token launches.\
  *Example:* `1`.
* **`maxSolThreshold:`**\
  Set the maximum SOL threshold for developer buys.\
  *Example:* `20`.
