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

# Fees

{% hint style="info" %}
Please note, all fees below are estimated, and subject to change.
{% endhint %}

## No activation fee

There is no charge or fee to activate your L2 account on ZKEX.

## No deposit fees

There are no fees for depositing money - but you may need to pay a 'gas fee' to the blockchain you're sending assets from.

## Gas fees

The 'gas fee' is a charge from the L1 chain when you move funds to/from L1 (on-chain) <> L2 (off-chain), which can vary depending on network congestion.

There are no gas fees once you are trading on L2.

## Trading fees

> #### Our fee structure is as follows:
>
> * The basic fee rate is set at 0.2% for taker orders and 0.1% for maker orders.
> * If the anticipated fee for an individual order falls below 0.2U, the fee will be standardized to 0.2U. In such instances, the effective fee rate will be calculated as 0.2 divided by the Order Amount.

> #### Why do we impose a minimum fee of 0.2U?
>
> To guarantee the security of all assets and to maintain trading fairness on our DEX, it’s necessary to record all assets and transaction data on the blockchain after zero-knowledge proofs are implemented. This process generates specific costs. Thus, we aim to fairly distribute these costs across each order. Once a user’s transaction value reaches 100U (or 200U for makers), the actual fee rate reverts to the base fee rate, which is 0.2% for takers and 0.1% for makers. These rates align with the fees charged by major centralized exchanges, while providing our users with the level of asset security that centralized exchanges are unable to offer.

## Withdraw fees

Fees associated with the withdrawal vary by the destination network and token used:

* Regular withdrawal - TBC
* Fast withdrawal - TBC


---

# 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.zkex.com/overview/readme-1.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.
