# Activate Account

To execute transactions on Demex, you have to activate your account.&#x20;

Activating your account requires you to sign a transaction that:

* Allows you to utilize Demex on Web3 wallets such as MetaMask
* Acts as a necessary step for you to perform in EVM transactions
* Enables you to link your native $SWTH balance transparently between Demex L1 and the EVM submodule—that means your $SWTH balance will be the same on both your `swth1...` address on Leap / Keplr as well as your `0x...`address on Metamask (assuming you use the same private keys or secret phrase).

Activation is a **one-time requirement**, meaning you only need to perform this step once.

## Walkthrough

The following instructions illustrate how to activate your account on Demex.

**Step 1:** Go to [Demex](https://app.dem.exchange/) and [connect your wallet](/welcome/getting-started/connect-wallet.md).&#x20;

**Step 2:** [Deposit](/welcome/getting-started/depositing.md) funds if needed.

**Step 3**: Perform your first action as per normal (e.g. trade, lend, add liquidity). When doing so, the following dialogue will appear, prompting you to activate your account. This will happen if you are a new user or have used Demex before **`03/07/2023`** and have not used it since.

<figure><img src="/files/yxeXbb8loDuGBRkL8WrF" alt="" width="563"><figcaption><p>Two transactions are required on you first action!</p></figcaption></figure>

**Step 3:** Follow the instructions in the pop-up to activate your account.&#x20;

{% hint style="success" %}
Congratulations, with your account activated and funded, you're ready to explore and trade on Demex!
{% endhint %}


---

# 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/activate-account.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.
