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

# Fees

Jetbit keeps fees simple. There are only two places a fee can go. Either it is protocol revenue that goes to the treasury, or it is part of the house edge that goes to the liquidity pool. This page lists every fee and where it ends up.

## Fees that go to the treasury

These are charged on-chain when you move funds, and they are pure protocol revenue.

* Depositing USDT into your vault is free.
* Withdraw carries a fee when you take USDT out.
* Staking into the liquidity pool carries a 1% fee.
* Unstake carries a fee when you remove it.

Each of these custody fees is currently 1%. Rates are adjustable by the protocol but are hard-capped in the contracts, so they can never move beyond a set limit.

## Fees that go to the liquidity pool

These are the trading fees, and they are the house edge that makes providing liquidity worthwhile. They settle inside the engine as part of your profit and loss.

* Trading commission is charged on every fill, at a taker or maker rate.
* Funding is exchanged every four hours at the current rate and flows into the pool.
* Liquidation commission is charged when a position is force-closed.

## No surprises

Fees are shown where they apply. The stake window shows the exact fee and the net amount before you confirm, and funding rates are published per market on the Markets page and the trade screen.

The two streams never mix. Trading fees reward the people providing liquidity. Custody fees fund the protocol.


---

# 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.jetbit.com/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.
