# Fees

{% hint style="info" %}
Fees are necessary for transactions to be processed faster on the Solana network.
{% endhint %}

<details>

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

The amount of Solana paid extra for validators to pick up your transaction. This helps your transaction process faster.

We recommend using an amount from 0.001 - 0.01 SOL depending on the volatility of the token.

</details>

{% tabs %}
{% tab title="High Feev" %}
0.01 **SOL**
{% endtab %}

{% tab title="Average Fee" %}
0.005 **SOL**
{% endtab %}

{% tab title="Low Fee" %}
0.001 **SOL**
{% endtab %}
{% endtabs %}

<details>

<summary>What is a Buy Tip?</summary>

An additional tip on top of the Buy Fee to incentivise validators to pick up your transactions faster.

We recommend using an amount from 0.005 - 0.02 SOL depending on the volatility of the token.

</details>

{% tabs %}
{% tab title="First Tab" %}
0.02 **SOL**
{% endtab %}

{% tab title="Average Tip" %}
0.01 **SOL**
{% endtab %}

{% tab title="Low Tip" %}
0.005 **SOL**
{% endtab %}
{% endtabs %}

## How to access and change Fees? <a href="#how-to-access-and-change-fees" id="how-to-access-and-change-fees"></a>

{% stepper %}
{% step %}

### Click on ⚙️ `Settings` <a href="#click-on-settings" id="click-on-settings"></a>

Opens the Settings page.
{% endstep %}

{% step %}

### Click on ⛽ `Fee` <a href="#click-on-fee" id="click-on-fee"></a>

Opens the Fee panel.
{% endstep %}

{% step %}

### Click on ⛽ `Buy Fee :` <a href="#click-on-buy-fee" id="click-on-buy-fee"></a>

Changes the Buy Fee.
{% endstep %}

{% step %}

### Click on ⛽ `Sell Fee :` <a href="#click-on-sell-fee" id="click-on-sell-fee"></a>

Changes the Sell Fee.
{% endstep %}

{% step %}

### Click on ⛽ `Processor Tip :` <a href="#click-on-processor-tip" id="click-on-processor-tip"></a>

Changes the Buy Tip.
{% endstep %}
{% endstepper %}


---

# 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/configuration/settings/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.
