> For the complete documentation index, see [llms.txt](https://wiki.sidusheroes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sidusheroes.com/sidus-senate-token-utilities/sidus-bridge.md).

# Sidus Bridge

<figure><img src="/files/0jlhM6xJhx6S38KBJcg6" alt=""><figcaption></figcaption></figure>

Sidus Bridge is a service that enables users to transfer SIDUS and SENATE tokens seamlessly between different networks. It currently supports three blockchains: Ethereum, Binance Smart Chain (BSC), Base and Linea.

Users can access Sidus Bridge through three entry points:

1\. By clicking the "Bridge tokens" button on [Sidus Hub](https://play.sidusheroes.com/hub/).

<figure><img src="/files/GWhlIJWm4g0p9eWaJypp" alt=""><figcaption></figcaption></figure>

2. Via menu on [our website](https://sidusheroes.com/).&#x20;

<div align="left" data-full-width="false"><figure><img src="/files/cJKbcLaGNYAd1VcVAaw0" alt=""><figcaption></figcaption></figure></div>

3. Via the direct link: <https://play.sidusheroes.com/swap/>.

### Step-by-Step Guide

1\. Connect your MetaMask to access this functionality (skip if you access via Sidus Hub). To interact with Sidus Bridge on mobile devices, you will need the mobile version of MetaMask.

<figure><img src="/files/QKbwFcEoUhkppXQabMGX" alt=""><figcaption></figcaption></figure>

2\. Use the SIDUS/SENATE selector to choose a token for the bridge.

<figure><img src="/files/BgmT0kqo3weJbYmOdYwE" alt=""><figcaption></figcaption></figure>

3\. You can swap networks for SIDUS and SENATE separately, using the SIDUS/SENATE selector.

4\. Click on the drop-down list to change the "From" or "To" networks.

<figure><img src="/files/Sy3GagZLa7AxiLQcVmX1" alt=""><figcaption></figcaption></figure>

Permissible network switches:

* Ethereum → Binance
* Binance → Ethereum
* Ethereum → Linea
* Linea → Ethereum
* Binance → Linea
* Linea → Binance

5\. When selecting a network from the drop-down list, MetaMask will prompt for confirmation of the network switch.

<figure><img src="/files/NdSP8JIAgG5P2KLxjtJC" alt=""><figcaption></figcaption></figure>

6\. Estimated Gas Price indicates the expected fee for the transaction. The Gas field changes to reflect the gas associated with the selected "From" network.

<figure><img src="/files/g1j1tHBhauRixekRPlW3" alt=""><figcaption></figcaption></figure>

7\. The Swap button switches round the "From" network and the "To" network. After clicking, users receive a MetaMask confirmation prompt for the network switch.

<figure><img src="/files/l1pI5OGrfEcWCXW9ZqPH" alt=""><figcaption></figcaption></figure>

8\. Transaction Approval

* Enter the token amount in the “From” line.
* The amount you'll receive on the destination network will be displayed in the "To" line.
* Click on "Approve Transaction" to initiate the transaction process.
* MetaMask will request further confirmations.

<figure><img src="/files/qFrv81MqeshjKiyTe1iM" alt=""><figcaption></figcaption></figure>

* Once all confirmations are completed, the button text changes to "Bridge Token", indicating that the next click will start the network switching process.

<figure><img src="/files/A3WkJCrroM5D8yNXhvXU" alt=""><figcaption></figcaption></figure>

* Confirm to begin the bridging process.
* Successful completion triggers a notification of a successful transaction.

<figure><img src="/files/32DoGAS6gD8rgVKVGnMH" alt=""><figcaption></figcaption></figure>

* If the process is canceled/not initiated, a message acknowledging the canceled transaction appears inside the window.

<figure><img src="/files/OC6mOzhOIpBI1loUtx4e" alt=""><figcaption></figcaption></figure>

10\. Click on "OK” to return to the main window.

After completion, the transaction details are available in the Transaction History tab, along with details about other transactions.

<figure><img src="/files/X1vyInAw0aegO1ureBIr" alt=""><figcaption></figcaption></figure>

Enjoy bridging your SIDUS and SENATE tokens across three different networks without any limits!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.sidusheroes.com/sidus-senate-token-utilities/sidus-bridge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
