# Deployments

### Core Contracts <a href="#core-contracts" id="core-contracts"></a>

42 markets are currently live on **BNB Chain** (`ChainId: 56`) where all deployed addresses can be found below:

<table data-header-hidden><thead><tr><th width="447.9609375"></th><th></th></tr></thead><tbody><tr><td><strong>Address</strong></td><td><strong>Details</strong></td></tr><tr><td><a href="https://bscscan.com/address/0x88888888338e60bfB4657187169cFFa5c8640E42">0x88888888338e60bfB4657187169cFFa5c8640E42</a></td><td><strong>FTRouter</strong> – Handles all user market-related transactions.</td></tr><tr><td><a href="https://bscscan.com/address/0xF21b2D4F8989b27f732e369907F25f0E8D95Fe62">0xF21b2D4F8989b27f732e369907F25f0E8D95Fe62</a></td><td><strong>FTMarketController -</strong> Primary contract managing market logic and configurations.</td></tr><tr><td><a href="https://bscscan.com/address/0x0443E04e70E4285a6cA73eacaC5267f3B4cBb7Da">0x0443E04e70E4285a6cA73eacaC5267f3B4cBb7Da</a></td><td><strong>PowerCurve -</strong> Defines all the mathematical pricing mechanism behind 42 markets.</td></tr></tbody></table>

#### Collateral Used

<table data-header-hidden><thead><tr><th width="447.9609375"></th><th></th></tr></thead><tbody><tr><td><strong>Address</strong></td><td><strong>Details</strong></td></tr><tr><td><a href="https://bscscan.com/token/0x55d398326f99059ff775485246999027b3197955">0x55d398326f99059ff775485246999027b3197955</a></td><td><strong>BUSDT</strong> - Collateral asset used across all 42 markets.</td></tr></tbody></table>

### Additional Resources <a href="#additional-resources" id="additional-resources"></a>

* [42 Audit Reports](https://github.com/fortytwo-protocol/ft-contracts-public/tree/main/audits)


---

# Agent Instructions: 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://docs.42.space/api/deployments.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.
