# Connect Wallet

## Introduction

As a decentralized exchange, no registration or login is required. Trading is done directly from your cryptocurrency wallet. The following wallets are currently supported on Demex:

* [Ledger](/welcome/getting-started/connect-wallet/ledger.md)
* [MetaMask](/welcome/getting-started/connect-wallet/metamask.md)&#x20;
* [Leap](/welcome/getting-started/connect-wallet/leap.md)&#x20;
* [Keplr](/welcome/getting-started/connect-wallet/keplr.md)
* [Encrypted Key](/welcome/getting-started/connect-wallet/encrypted-key.md)
* More options, such as WalletConnect are coming soon.

<figure><img src="/files/9IP9JpyWXxGB3wHpGYuJ" alt=""><figcaption><p>Supported wallets</p></figcaption></figure>

{% hint style="info" %}
Please note that you can deposit tokens from a **different** wallet from your "trading wallet". The wallet you first connect with is your "trading wallet". After connecting, you will be presented with [various deposit methods](/welcome/getting-started/depositing.md) for transferring funds into your trading wallet in your account deposit page.
{% endhint %}

## Wallet Comparison

<table data-header-hidden><thead><tr><th width="203">Connection Method</th><th width="131">Wallet Type</th><th width="107">Security</th><th>Notes</th></tr></thead><tbody><tr><td>Ledger (Cosmos)</td><td>Hardware</td><td>Very High</td><td>Very secure, but requires interfacing with your hardware device for every transaction. Great for use staking.</td></tr><tr><td>MetaMask</td><td>Browser Extension</td><td>High</td><td>Popular wallet that most  Web3 users are familiar with. Allows you to interface with the EVM portion of Carbon as well, without having to manage multiple wallets.</td></tr><tr><td>Leap</td><td>Browser Extension</td><td>High</td><td>Cosmos and Ethereum wallet that supports Carbon natively. Can be used to stake Carbon token natively.</td></tr><tr><td>Keplr</td><td>Browser Extension</td><td>High</td><td>Cosmos focused wallet - adding Carbon as a chain is required.</td></tr><tr><td>Encrypted Key</td><td>Encrypted Key</td><td>Low</td><td>This connection method is insecure and is no longer recommended.</td></tr><tr><td>Social Login</td><td>Web3Auth</td><td>Medium</td><td>Login with popular social media accounts with a fully self-custodial approach using Multi-Party Computation (MPC).</td></tr></tbody></table>


---

# 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://guide.dem.exchange/welcome/getting-started/connect-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.
