# FAQ

<details>

<summary>What is Processor?</summary>

`Jito` - submits transactions through Jito's block engine (bundles & mev protect)

`Node` - submits transactions through our custom staked node (**no mev protect**)

`Both` - submits to both jito and node concurrently

If you are using jito or both, make sure to add a mev tip in settings

</details>

<details>

<summary>What is Buy &#x26; Sell Tip?</summary>

Extra payment made to JITO's network to make sure your transaction gets through faster in the next available block over others.

</details>

<details>

<summary>What is Buy &#x26; Sell Fee?</summary>

The fee you want to pay to get your transaction processed.

</details>

<details>

<summary>What is Slippage?</summary>

* **What It Is:** The difference between the expected price and the actual price you pay for a memecoin.
* **Why It Happens:** It occurs due to price fluctuations between the time you place the order and when it’s executed, especially in highly volatile memecoins.
* **How to Set It:**
  * If slippage is set too low, your transaction might fail.
  * A higher slippage (e.g., 1%-10%) ensures the transaction goes through but may result in paying more than expected.

</details>

<details>

<summary>What is a market cap?</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://docs.tradeonnova.net/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.
