> For the complete documentation index, see [llms.txt](https://katoshi.gitbook.io/katoshi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://katoshi.gitbook.io/katoshi-docs/app/fees-and-credits.md).

# Fees & Credits

***

## Fee Tiers

We offer 6 distinct fee tiers based on your 30-day rolling volume on Hyperliquid:

| Plans      | 30d Volume | Perps Fees | Spot Fees\* |
| ---------- | ---------- | ---------- | ----------- |
| **Wood**   | --         | 0.060%     | 0.600%      |
| **Bronze** | >50K       | 0.050%     | 0.500%      |
| **Silver** | >25k       | 0.040%     | 0.400%      |
| Gold       | >1M        | 0.030%     | 0.300%      |
| Platinum   | >5M        | 0.020%     | 0.200%      |
| Diamond    | >25M       | 0.010%     | 0.100%      |

{% hint style="info" %}
Spot fees only applies to sell orders (no fees are charged for buys)
{% endhint %}

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

***

## Volume Boost

We offer additional 20% boost to help you reach fee tiers faster when using our Hyperliquid Referral code.

* Add the referral code <mark style="color:green;">**`KATOSHI`**</mark> to your [Hyperliquid account](https://app.hyperliquid.xyz/referrals)
* Visit the Bots page and click the "unlock" button to apply the volume boost
* Once applied, your bot will receive a permanent 20% volume boost on all volume traded.&#x20;
* You will also receive a [4% discount](https://hyperliquid.gitbook.io/hyperliquid-docs/referrals#how-do-i-use-a-referral-code) on your Hyperliquid fees for your first $25M in volume.

{% hint style="info" %}
Only Hyperliquid accounts with < $10K in volume can add a referral code. We recommend creating new wallets for every bot to enjoy the volume boost.
{% endhint %}

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

***

## Vaults

Hyperliquid vaults are fully supported and easy to implement, but since Hyperliquid currently doesn't allow builder fees for vaults, we have implemented an alternative pricing system:

* Trading fees are effectively reduced to 0% for perps
* Each vault bot cost 1 credit per day (e.g. 3 bots will cost 3 credits per day)

| Vault Plans | Credits/Day/Bot | Perps Fees |
| ----------- | --------------- | ---------- |
| Vault       | 1               | 0%         |

{% hint style="info" %}
Hyperliquid Vaults can only trade Perps at this time.
{% endhint %}

{% hint style="warning" %}
If your account credit balance reaches 0, all your vault bots will be temporarily paused until credits are recharged. Signals sent to your bots during this time will be missed, make sure you have enough credits.
{% endhint %}

***

## Credits

To run Hyperliquid vaults, you will be required to purchase some credits.&#x20;

* Credits are purchased with USDC via your Hyperliquid perps or spot accounts.
* Each credit costs 1 USDC (1 Credit = 1 USDC)
* Credits will be deducted from your account automatically every 24h hours for every active bot with a vault address linked.

{% hint style="success" %}
Every new accounts gets **10 free credits** when singing-up to test your vault setup.
{% endhint %}

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


---

# 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:

```
GET https://katoshi.gitbook.io/katoshi-docs/app/fees-and-credits.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.
