# FAQ

<details>

<summary><mark style="color:yellow;">What is Processor?</mark></summary>

**Jito** – Sends transactions through Jito’s block engine (includes bundles and MEV protection).

**Node** – Sends transactions through our custom staked node (no MEV protection).

**Both** – Submits transactions to both Jito and our node simultaneously.

If you’re using **Jito** or **Both**, be sure to include an MEV tip.

</details>

<details>

<summary><mark style="color:yellow;">What is Buy &#x26; Sell Tip?</mark></summary>

An additional payment sent to Jito’s network to prioritize your transaction, helping it get included in the next available block ahead of others.

</details>

<details>

<summary><mark style="color:yellow;">What is Buy &#x26; Sell Fee?</mark></summary>

The amount you choose to pay to ensure your transaction is processed promptly.

</details>

<details>

<summary><mark style="color:yellow;">What is Slippage?</mark></summary>

**What It Is -** The difference between the expected price and the actual price you pay for a token.

**Why It Happens -** Slippage occurs when token prices change between the moment you place your order and when it’s executed - especially common with highly volatile tokens.

**How to Set It -** If slippage is set too low, your transaction may fail. Setting a higher slippage (e.g., 40%–70%) increases the chance of success but may cause you to pay more than expected.

</details>

<details>

<summary><mark style="color:yellow;">What is a market cap?</mark></summary>

**Market Cap** = *Current Price of the Token × Total Supply of Tokens in Circulation*

</details>


---

# 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://light-docs.nova.trade/welcome/faq.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.
