# Chain Architecture

BAS framework has already been providing development-ready EVM-compatible features like staking, RPC-API, and smart contracts. Also, BSC does not rely on the BAS security model and there is no default embedded production-ready bridge solution between the BSC and BAS networks. Therefore, to achieve a bridge between B2 and BSC, we aim to use either AnySwap or Celer Network Bridge (cBridge).

![Figure 2: Antimatter on BSC Application Side Chain](/files/IwjtBSNn2XOlDIBSY77l)

Later, once the native bridge between B2 and BSC is ready, we also aim to support the native bridge mechanism. B2 will be built with the BAS template (which was already developed by Ankr) with B2’s configurations.

![Figure 3: B2 Modules (Borrowed from BAS modules)](/files/EXdagbvwzgW54tLhl2Vx)


---

# 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.antimatter.finance/b2/chain-architecture.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.
