# 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> – (Deprecated) Supports all user market-related transactions (only V1 markets deployed by FTMarketController)</td></tr><tr><td><a href="https://bscscan.com/address/0x888888886619275d33c00D3BC62DF94D700DCD42">0x888888886619275d33c00D3BC62DF94D700DCD42</a></td><td><strong>FTRouterProxy</strong> – Supports all user market-related transactions (both V1 &#x26; V2 markets deployed by FTMarketController &#x26; FTMarketControllerV2)</td></tr><tr><td><a href="https://bscscan.com/address/0xF21b2D4F8989b27f732e369907F25f0E8D95Fe62">0xF21b2D4F8989b27f732e369907F25f0E8D95Fe62</a></td><td><strong>FTMarketController -</strong> (Deprecated) Primary contract managing market logic and configurations.</td></tr><tr><td><a href="https://bscscan.com/address/0x8Fe93361D2B8b9519C4d20d47a319288Feec9072">0x8Fe93361D2B8b9519C4d20d47a319288Feec9072</a></td><td><strong>FTMarketControllerV2 Proxy -</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><tr><td><a href="https://bscscan.com/address/0xa59096C20022a9ec5d7691E0DcDc7D46776b1b3d">0xa59096C20022a9ec5d7691E0DcDc7D46776b1b3d</a></td><td><strong>PowerLDACurve -</strong> PowerCurve but with a linear decaying auction mechanism.</td></tr><tr><td><a href="https://bscscan.com/address/0x495B31876c092c236d1b0Df5Cc953D45d41301F1">0x495B31876c092c236d1b0Df5Cc953D45d41301F1</a></td><td><strong>ClockCurve -</strong> Defines mathematical pricing mechanism for 42's price markets.</td></tr><tr><td><a href="https://bscscan.com/address/0x4AAd5A856941FB64df10362024e3Ece24023d4d1">0x4AAd5A856941FB64df10362024e3Ece24023d4d1</a></td><td><strong>FTLensV2</strong> - Read-only helper contract to fetch on-chain market data and simulate trades.</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/for-developers/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.
