# Connecting Your Wallet

## Connecting Your Wallet

To start using Loopring DeFi, you first need to connect and sign in with your cryptocurrency wallet.

***

### Supported Wallets

Loopring DeFi currently supports:

* **MetaMask**
* **WalletConnect-compatible wallets** (such as Trust Wallet, Rainbow Wallet)

***

### How to Connect

1. Click the **Connect Wallet** button at the top right of the Loopring DeFi app.
2. A **WalletConnect modal** will open, allowing you to select your preferred wallet.
3. If your wallet is locked, unlock it by entering your password or biometric authentication.

***

### How to Sign In

After connecting your wallet:

1. Click the **Sign In First** button.
2. Approve the signature request that appears in your wallet.\
   (No gas fees are required — this simply proves wallet ownership.)

Once you sign the message, you are officially signed in and can start depositing, trading, and exploring Loopring DeFi.

{% hint style="info" %}
**Wallet Connection Flow**\
Connect Wallet ➔ Unlock Wallet (if needed) ➔ Sign In First ➔ Start Using Loopring DeFi
{% endhint %}

***

### Network Reminder

Before interacting with the platform, make sure your wallet is connected to a **supported network**:

* **Ethereum**
* **Base**
* **Taiko Alethia**
* **Sepolia Testnet** *(for development and testing purposes only)*

You can easily switch between supported networks directly through the **WalletConnect modal** — no need to manually change networks inside your wallet extension.

***

<details>

<summary>What is WalletConnect?</summary>

WalletConnect is a secure open-source protocol that allows you to connect your cryptocurrency wallet to decentralized applications (dApps) without exposing your private keys.

When you click **Connect Wallet** on Loopring DeFi, a **WalletConnect modal** will open, allowing you to choose your preferred wallet and authorize the connection safely.

* No passwords or private keys are shared.
* You can easily switch networks inside the modal.
* Signing a message to **Sign In** does not cost gas fees — it simply proves wallet ownership.

</details>

***

{% hint style="success" %}
💡 If you encounter issues connecting your wallet, try refreshing the page or reconnecting your wallet from your browser extension.
{% endhint %}

***

## 🔗 Quick Access

* [Visit Loopring DeFi](https://defi.loopring.io)
* [Learn how to deposit assets](/getting-started/depositing-assets.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://docs-defi.loopring.io/getting-started/connecting-your-wallet.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.
