> For the complete documentation index, see [llms.txt](https://docs.bit-bank.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs.md).

# Confidential Futures and Exchange Platform Tech Docs

- [Exchange Platform](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/exchange-platform.md): Swiss served, privacy based.
- [Futures](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures.md): Trade synthetic perpetual futures on Bit Bank
- [Basics of Futures Trading](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/basics-of-futures-trading.md): Learn the basics on how to trade Futures on Bit Bank
- [Spot vs Futures](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/basics-of-futures-trading/spot-vs-futures.md): Explaining the differences between Spot and Futures Trading
- [Jargon](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/basics-of-futures-trading/jargon.md)
- [Funding Rates](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/basics-of-futures-trading/funding-rates.md)
- [Liquidation](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/basics-of-futures-trading/liquidation.md)
- [Futures on Bit Bank](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/futures-on-bit-bank.md): Trade perpetual Futures on Bit Bank
- [Isolated Margin](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/futures-on-bit-bank/isolated-margin.md)
- [Trading Futures on Etherscan](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/futures-on-bit-bank/isolated-margin/trading-futures-on-etherscan.md)
- [Fee Structure](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/fee-structure.md): Bit Bank fees explained.
- [L2 Perpetual Contracts](https://docs.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs/futures/l2-perpetual-contracts.md): Detailed perpetual contracts explainer


---

# 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.bit-bank.io/confidential-futures-and-exchange-platform-tech-docs.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.
