> For the complete documentation index, see [llms.txt](https://docs.j.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.j.tools/reference/fee-schedule.md).

# Fee schedule

Every paid action costs two things: the Solana network fee, paid to validators, and a J Tools platform fee. The app always shows the platform fee on the review screen before you sign. Some utility tools are free.

{% hint style="warning" %}
**About fees.** Every action has two costs: the Solana **network fee** paid to validators, and the **J Tools platform fee**. The platform fee always shows in the app before you confirm, and nothing is charged until you sign. Fees can change over time, so trust the in-app summary rather than a number you saw once.
{% endhint %}

## The two parts of any cost

When you run a paid tool, your wallet pays:

* **The Solana network fee.** This goes to the network, not to J Tools. It is tiny and set by Solana, and it rises a little when the chain is busy. Some actions also need a one-time rent deposit for new on-chain accounts, like a fresh token mint, which is separate from the network fee.
* **The J Tools platform fee.** This is the fee for the tool itself. It shows in the tool before you confirm, and the admin sets it, so it can change over time. The platform fee is the part that funds the affiliate program.

For the longer explanation of each cost, see [Fees explained](/getting-started/fees-explained.md).

## Where to see the current fee

Open the tool, fill in the form, and the fee summary appears next to the review or confirm step.

{% stepper %}
{% step %}

### Open the tool

Pick any tool and connect your wallet ([how to connect](/getting-started/quick-start.md)).
{% endstep %}

{% step %}

### Fill in the form

Enter your inputs. For tools that act per item, like per wallet or per transfer, the fee summary updates as your inputs change.
{% endstep %}

{% step %}

### Read the fee summary before you sign

The review step shows the platform fee and the network cost together. This is the live, admin-set value for that run.
{% endstep %}

{% step %}

### Confirm in your wallet

Sign the transaction yourself. J Tools never holds your funds or your keys.
{% endstep %}
{% endstepper %}

## Fees by tool category

This table tells you which categories carry a platform fee and where to read the exact amount. It lists no numbers on purpose, because the fee is admin-set and can change. The tool itself is always the source of truth.

| Category                                                  | Platform fee        | Where to confirm the amount             |
| --------------------------------------------------------- | ------------------- | --------------------------------------- |
| Token launch (create, clone, mint)                        | Yes                 | In the tool, on the review step         |
| Liquidity (create and manage pools)                       | Yes                 | In the tool, on the review step         |
| Swaps and trading                                         | Yes, per swap       | In the tool, before each swap           |
| Wallet actions (multi-send, airdrops, bulk transfers)     | Yes, often per item | In the tool, as the fee summary updates |
| Bots and automation                                       | Yes                 | In the tool, before you start the run   |
| Secure and lock (revoke authorities, make immutable)      | Varies              | In the tool, on the review step         |
| Read-only utilities (balance checks, lookups, generators) | Free                | No platform fee                         |

{% hint style="warning" %}
Categories shift as tools are added and fees are tuned. If a row here disagrees with what the tool shows, the tool is correct. Always trust the in-app fee summary over any table.
{% endhint %}

## How the platform fee connects to referrals

If you arrived through a Partner's referral link, that Partner earns a share of the **platform fee** on your paid transactions. Never the network fee, and never an extra charge on top of what you already see. Your cost is the same either way. The share comes out of the platform fee that J Tools collects.

If you want to earn that share yourself, see the [Affiliate program](/affiliate/overview.md).

## FAQ

<details>

<summary>Does J Tools take a cut of my tokens or my swap output?</summary>

No. The platform fee is a separate amount shown on the review screen. It is not skimmed from your token supply or your swap proceeds.

</details>

<details>

<summary>Why does the network fee change between runs?</summary>

Solana sets it, and it ticks up when the chain is congested. J Tools does not control the network fee. Only the platform fee is admin-set.

</details>

<details>

<summary>Which tools are free?</summary>

Read-only utilities like balance checks, lookups, and wallet generators carry no platform fee. You still pay the small network fee for anything that writes to the chain.

</details>

<details>

<summary>Can the platform fee change after I have used a tool?</summary>

Yes. Fees are admin-set and can be tuned over time. The number shown on the review screen is always the one that applies to that specific run.

</details>

## Related

{% content-ref url="/pages/Rodo9tl731yuAyBheYkO" %}
[Error codes](/reference/error-codes.md)
{% endcontent-ref %}

{% content-ref url="/pages/x6fbrs2qLkxnZ19ZX0ci" %}
[How the affiliate program works](/affiliate/overview.md)
{% endcontent-ref %}

{% hint style="success" %}
**J Tools is non-custodial.** We never hold your private keys and never ask for them. Every transaction is built in your browser and signed by your own wallet. If any page ever asks you to paste a private key, stop, close it, and let us know.
{% 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://docs.j.tools/reference/fee-schedule.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.
