# Connect to the Right Network

To use the bridge function correctly, it is crucial to make sure that you connect with the right wallet and network.&#x20;

* If you want to participate in the SOON farming, you need to **wrap your SOON tokens from Shimmer Layer1 to Shimmer EVM**, meaning converting SOON to sSOON. To do so, make sure you connect with your **Tanglepay Shimmer wallet** (an address starting with smr).Otherwise, the assets will not be read correctly. **Metamask is not supported for this use case**.\ <br>
* If you want to wrap ETH and BTC from Ethereum to Shimmer EVM, make sure you connect with your **Tanglepay or Metamask EVM wallet** ( an address starting with 0x), and that the **Ethereum network** is selected. Otherwise, the assets will not be read correctly.\ <br>
* If you want to unwrap sETH and sBTC from Shimmer EVM to ETH, make sure you connect with your **Tanglepay or Metamask EVM wallet** ( an address starting with 0x), and that the **Shimmer EVM** network is selected. Otherwise, the assets will not be read correctly.<br>

For a detailed step-by-step guide, please check[ the next page](/bridge/bridge-eth-assets-to-shimmer-evm.md).


---

# 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://dexguide.iotabee.com/bridge/connect-to-the-right-network.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.
