# What is "Northbridge" ?

**Northbridge** is a bridge protocol that allows users to bridge back and forth between chains/networks. Currently available chains include Binance Smart Chain, Ethereum, BitKub Chain, Polygon(MATIC), KuCoinChain and REI chain.\
\
KillSwitch has designed a system where farmers transfer through a Bridge similar to an original chain.

![Bridge — Original Chain](/files/-MgPJijo3YOEFQkW1E34)

It’s working principle is to “Lock Token” in a Smart Contract and “Mint” out the tokens from the other side of another Chain. Once the action of transferring back, the bridge will “Burn” the tokens and “Unlock” the tokens that were locked.

*For Example:*

If users want to transfer MATIC from Polygon chain to BSC through Northbridge, they will need to use MATIC to bridge, users will then receive kMATIC tokens from BSC in which Northbridge will “Lock” MATIC token then “Mint” kMATIC to BSC. Users can also exchange kMATIC tokens with any other type of token through [https://foodcourt.finance](https://foodcourt.finance/).

Vice Versa, if you want to “Bridge” kMATIC (from BSC) back to the Polygon chain, the system will “Burn” kMATIC and unlock MATIC to transfer to your wallet.

Click for more information: [Medium](https://killswitch-official.medium.com/introducing-northbridge-seamless-cross-chain-protocol-898cf3516b5b)


---

# 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://killswitchofficial.gitbook.io/killswitch/what-is-northbridge.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.
