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

# FAQ

## Why sometime it costs a little high fee?

We operate on the L2 network, but L2's transaction fees are also affected by Ethereum’s gas fees because L2 networks need to submit data batch to Ethereum to maks everything safe. During the peak period of Ethereum, the gas fee of Ethereum increased significantly, so the transaction fee of L2 also increased accordingly.

## Why my fund not reach target chain yet?

Don't worry, your fund must be safe. Just go to our [discord](https://discord.gg/bgKn2ZU6cH), open a ticket, ask for help. OKOK team will reach you as soon as possible.

## Which blockchains are supported?

Currently we only support arbitrum, base, zkfair and scroll.

## What tokens are supported in OKOK bridge network?

ETH, USDC

## How to ensure fund safety？

First, currently only use OKOK Network team own fund for liquidity. No other harm.

Second, you may deposit <=0.3 ETH every time, in this case, if some accidents happen, you only lose a little bit fund.

## Wallet in target chain do not receive ETH, how to get help?

Don't worry. Go to our [discord](https://discord.gg/bgKn2ZU6cH), open a ticket, ask for help. OKOK team will reach you as soon as possible.


---

# 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://doc.okok.network/faq.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.
