# Priority Fees

With the increasing adaptation and use of the Solana chain, it may happen that the blockchain is "congested" and not all transactions can be processed. Although these problems have been addressed in Spring 2024, the feature is of course still there!

<figure><img src="/files/wHxcZPWLNin7UgLgLQi9" alt="" width="375"><figcaption><p>Solana is no ghostchain pal! Check the network status here: <a href="https://explorer.solana.com/">https://explorer.solana.com/</a></p></figcaption></figure>

In this case, you can increase the priority fees in the settings.

<figure><img src="/files/a3EvR6zvM97ckXLX20Ww" alt=""><figcaption><p>Top right corner...</p></figcaption></figure>

<figure><img src="/files/PW6ntfC9ZbDA6dCEuR9Z" alt="" width="349"><figcaption><p>Choose between Low, Medium, High or set your own fee</p></figcaption></figure>

Although this increases the chances of a transaction being processed, it does not guarantee that your transaction will land 100%. From a certain threshold value, it is irrelevant whether you pay 0.01 SOL or 10 SOL as a priority fee, as Solana still has room for improvement in this area. So don't pay too much!

If you are generally interested in priority fees, read more about it at: <https://www.helius.dev/blog/solana-fees-in-theory-and-practice>


---

# 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.sharptrade.fi/sharp-predictions/priority-fees.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.
