# Processors

{% embed url="<https://www.youtube.com/watch?v=dE9todLre-s>" %}

Using a transaction processor allows your transactions to land significantly faster than relying on the RPC alone.

To leverage a processor, you’ll need to include a small fee—similar to a priority fee when submitting a standard transaction.

We recommend using **Zero**, as it allows you to set fees as low as **0.0001 SOL**, enabling faster transaction confirmation at a minimal cost.

We have all the blow processors built into the bot. However for Bloxs you will need your own API key. We provide an API in house for the rest of them.

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

**SOL Priority Fee**

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

Select Auto, high or Normal and the bot will calculate what fees are needed for the market at that time based on volume


---

# 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.leap-blockchain.com/leap-trading-sol-bot/leap-trading-bot-setup/processors.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.
