> For the complete documentation index, see [llms.txt](https://dogether.gitbook.io/dogether-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dogether.gitbook.io/dogether-wiki/using-the-dogether-bridge/supported-networks-blockchains.md).

# Supported Networks (Blockchains)

As part of our commitment to providing a seamless experience for our users, we offer a range of bridging options for transferring Dogether across various blockchain networks. The following transfers are currently supported:

### Available Transfers

* **Dogether Mainnet ↔ BSC (Binance Smart Chain)**
* **Dogether Mainnet ↔ Polygon Network**
* **BSC ↔ Polygon Network (via Dogether Mainnet)**

### Two-Step Transfer Process for BSC ↔ Polygon

To transfer Dogether between BSC and Polygon, please follow this two-step process:

1. **BSC to Dogether Mainnet:** Start by sending your Dogether from BSC to the Dogether Mainnet.
2. **Dogether Mainnet to Polygon:** Once the tokens are on the Dogether Mainnet, you can bridge them to Polygon.

#### Important Note:

Direct transfers between BSC and Polygon are not currently supported. All transfers must first go through the Dogether Mainnet as an intermediary step.

### Expanding Our Network Reach

We're constantly working to expand our bridging services. More network options will be added soon to enhance your experience and provide greater flexibility for your Dogether transactions.

Stay tuned for updates as we broaden our horizons and connect Dogether with more blockchains!

By utilizing our supported bridging options, you can ensure that your Dogether tokens move smoothly between networks, with more pathways coming in the near future.


---

# 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://dogether.gitbook.io/dogether-wiki/using-the-dogether-bridge/supported-networks-blockchains.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.
