> For the complete documentation index, see [llms.txt](https://howto.indexify.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.indexify.finance/getting-started/fees/solana-fees.md).

# Solana Fees

**Network Fees & Priority Tips**

Indexify sponsors **base gas fees**, so you don’t need to hold SOL to trade.\
However, there are additional costs that may apply when trading during high network activity.

***

**Slippage Tolerance**

* **Slippage** is the difference between the expected price of a trade and the actual execution price.
* Setting a slippage tolerance ensures your transaction still goes through if prices move slightly during confirmation.
* If the market moves beyond your tolerance, the transaction will **fail** instead of filling at a worse price.

<figure><img src="/files/Kny6doQw3fTYKpGURagj" alt="" width="287"><figcaption></figcaption></figure>

**Best practices:**

* Use **low slippage (0.1%–0.5%)** for stable pairs or low volatility.
* Use **higher slippage (1%–5%)** for volatile or low-liquidity tokens. some tokens may at times even require more.
* Balance safety (avoid bad fills) with execution certainty (avoid failed txns).

***

> ⚠️ **Warning**\
> Very high slippage can expose you to **front-running or poor execution**. Adjust carefully based on market conditions.

<figure><img src="/files/PLoqIM1mzHHr7dLrnIqs" alt="" width="363"><figcaption></figcaption></figure>

**Priority Tip**

* A **Priority Tip** is an optional extra payment made to validators.
* It helps increase the likelihood of **faster trade confirmations**, especially:
  * During high network congestion
  * On high-volume tokens

**How it works:**

* Enter the amount you are willing to pay for prioritization.
* **Default value:** `0.0015`
* Higher tips = higher chance of faster execution.

***

{% hint style="info" %}
**TIP:** If network congestion is high, increasing your priority fee can help confirm transactions faster! you can adjust the Priority Tip in the trading panel.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://howto.indexify.finance/getting-started/fees/solana-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
