> 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/faq.md).

# Faq

Quick answers to common questions. If you are new, start with [Getting Started](/getting-started.md#what-you-need-first), which walks through your first deposit and trade.

<details>

<summary>Do I need to sign up or pass KYC?</summary>

No. You connect a wallet and trade. There is no signup form and no email or password to trade through the vault.

</details>

<details>

<summary>What do I need to start?</summary>

A BNB Smart Chain wallet such as MetaMask or Rabby, at least 10 USDT to meet the minimum deposit, and a little BNB for network fees.

</details>

<details>

<summary>Who is on the other side of my trade?</summary>

The Jetbit liquidity pool. There is no order book. The pool is the counterparty to every position, so there is always a market.

</details>

<details>

<summary>Where do prices come from?</summary>

An oracle streams the mark price and funding rate into the engine. The same price drives fills, charts, and funding.

</details>

<details>

<summary>Is my money safe on Jetbit?</summary>

Your USDT sits in an on-chain vault that only you control, and you can check the balances on BscScan. No third party holds your keys. As with any leveraged trading, your funds are still exposed to market risk and liquidation.

</details>

<details>

<summary>How much leverage can I use?</summary>

It depends on the market. Leverage is set per market, and the maximum for each one is shown in the Markets table and on the trade screen.

</details>

<details>

<summary>How often is funding charged?</summary>

Every four hours, at the current rate, between longs and shorts. On Jetbit it flows into the liquidity pool.

</details>

<details>

<summary>What is JB?</summary>

JB is Jetbit's reward point. You earn it by trading, keeping streaks, clearing quests, and referring others. It has no cash value and cannot be traded at this time.

</details>

<details>

<summary>What do I earn by providing liquidity?</summary>

You earn the house edge, which is trader losses plus trading fees. It is not a fixed yield. Your stake rises when traders lose and falls when they win.

</details>

<details>

<summary>Why is my withdrawal in a review queue?</summary>

Large withdrawals above a set size are reviewed and released by a multisig as a safety check on unusually large outflows. Smaller withdrawals pay out right away.

</details>


---

# 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/faq.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.
