# Contracts

Below are the contracts used on Beam mainnet:

| Contract                                                                     | Address                                    |
| ---------------------------------------------------------------------------- | ------------------------------------------ |
| **GatewayContract**                                                          | 0x663b4B3a1dBe50bD031d792F2d004f97aF88e5C4 |
| **SwapRouterWrapper** (used for swaps with native zeta for auto wrap/unwrap) | 0xCad412df586F187E0D303dD8C5f3603d4c350B5f |
| NativeRouter                                                                 | 0x538214f3eb65fB59A8faee31Cf9519f3050E4ce1 |
| BridgeRouter                                                                 | 0x27257E703d3adE2576a2b74fcCB973d6B5c42dFC |
| CrossChainRouter                                                             | 0x778e94268db1ce91768c884E103748b8ec22811e |
| ClientRegistry                                                               | 0x3FA3394Dd140Eb341E3b81E5a49c7bA3fd80F295 |

Beam makes use of Algebra contracts for many of its functions. These contracts can be found here:\
<https://github.com/cryptoalgebra/Algebra/blob/beam-dex-integral-v1.0/deploys.json>

Additionally, Beam's technical documentation can be found here:\
<https://public-beam-docs.codemelt.codes/contracts/swap-router>


---

# 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.beamdex.xyz/security/contracts.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.
