# Settings

<figure><img src="/files/o4Xu1fWmAy7mckoutzym" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="262">Setting</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Solana RPC HTTP Endpoint</td><td>The HTTP endpoint URL for your Solana RPC. Do not use the default one!</td><td></td></tr><tr><td>Solana RPC WS Endpoint</td><td>Solana RPC Websocket Endpoint. Do not use the default one!</td><td></td></tr><tr><td>Skip Preflight</td><td>Skip preflight checks before sending transactions. This can speed up transaction sending. Some RPCs do not support preflight checks so we recommed this to be on.</td><td></td></tr><tr><td>Jito Location</td><td>The Jito location for validating transactions. Select the closest location to you for optimal performance.</td><td></td></tr><tr><td>Jito Bundle Max Tip</td><td>The maximum allowed tip (SOL) for Jito bundles. If you set this too low bundles may not land.</td><td></td></tr><tr><td>Jito Transaction Max Tip</td><td>The maximum allowed tip (SOL) for single Jito transactions. If you set this too low transactions may not land.</td><td></td></tr></tbody></table>

<figure><img src="/files/p4wGkv8Feg4av8Tbjl9I" alt=""><figcaption></figcaption></figure>

| Setting                       | Description                                                                                                 |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------- |
| Astralane Location            | Astralane location for validating transactions. Select the closest location to you for optimal performance. |
| Astralane API Key             | This is purely optional. If you don't have one don't worry Astralane will still work.                       |
| Astralane Min Priority Fee    | The min priority fee in SOL for Astralane transactions.                                                     |
| Astralane Max Priority Fee    | The max priority fee in SOL for Astralane transactions.                                                     |
| Astralane Transaction Max Tip | The maximum allowed tip in SOL for Astralane transactions.                                                  |

<figure><img src="/files/rekwCNzHKVEovLOj2u9G" alt=""><figcaption></figcaption></figure>

| Setting                 | Description                                                                                                                                                                |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Proxies                 | Optional. Proxy in the format: `host:port:username:password`. Separate each proxy with a new line. You do not need proxies as Astralane handles everything for you.        |
| Launchpad Buy Slippage  | Allowed slippage for launchpad buy orders. If you set this too low, orders may not fill due to price volatility. If you set it too high you can possibly lose to MEV bots. |
| Launchpad Sell Slippage | Allowed slippage for launchpad buy orders. If you set this too low, orders may not fill due to price volatility.                                                           |
| DEX Buy Slippage        | Allowed slippage for DEX buy orders. You typically want this to be set low because you need to have `x + (x * slippage)` to fill the order.                                |
| DEX Sell Slippage       | Allowed slippage for DEX sell orders.                                                                                                                                      |

<figure><img src="/files/kJUktZz5gtMBf81zoMTf" alt=""><figcaption></figcaption></figure>

| Settings                  | Description                                                                                                                                             |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Executor          | Jito or RPC for preferred default executor. You can toggle this per task if you change your mind during launch.                                         |
| Quick Buy/Sell Options    | Set your default quick buy and sell buttons to the presets of your liking.                                                                              |
| Auto Open Links on Launch | A tab with your preferred charting platform will open with your current launch as soon as the token is created so you can immediately monitor activity. |
| Hide Addresses            | Hide your addresses by default. This is great for content creators who record their usage of the app.                                                   |

{% hint style="warning" %}
You must purchase an RPC subscription and replace the Solana RPC HTTP Endpoint and Solana RPC WS Endpoint. We <mark style="color:yellow;">**DO NOT**</mark> recommend public RPC's. Our partner, Shyft, has a 48 hour FREE trial, click the button and open a ticket, and mention you are from FWT and would like a trial.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://froglabsio.gitbook.io/terminal/the-details/markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
