# Link your address (associate)

## Linking Sei and EVM / 0x Addresses

\
Each Sei address in Sei V2 has a corresponding EVM / 0x address, and vice versa. When you use Sei V2 for the first time, it is necessary to link these two addresses.

{% hint style="info" %}
**Important Note:** You cannot decide which Sei and 0x addresses are linked together. Each Sei account has exactly one specific Sei address, and one specific EVM / 0x address, associated with it. They are like 2 sides of the same coin, and cannot be combined with other addresses.
{% endhint %}

You can link your Sei and EVM / 0x addresses using the Sei app: [https://app.sei.io/(opens in a new tab)](https://app.sei.io/)

1. Navigate to [https://app.sei.io/(opens in a new tab)](https://app.sei.io/) using your web browser.
2. On the Dashboard, look for the "Addresses" box.
3. Complete captcha, if required.
4. Click the "Link Addresses" button.

<figure><img src="/files/ZeTb08JDOuEXZPHxiTNR" alt="" width="375"><figcaption></figcaption></figure>

This will prompt you to sign a message with your wallet - it's not a transaction, and will not charge you any gas fees.

<figure><img src="/files/PhJi6Gyal226kNMEKCHh" alt=""><figcaption></figcaption></figure>

4. Once you have signed that message, your accounts will be linked!

<figure><img src="/files/UZXtidRVqSw0QNFcoU6Z" alt=""><figcaption></figcaption></figure>

### Advanced

Every account on Sei has a unique public key. In Sei V2, this public key translates into two different types of addresses:

* **EVM Address**: This address starts with `0x` and is used for EVM-based activities.
* **SEI Address**: This address starts with `sei` and is used for Sei-native activities.

<figure><img src="/files/sqdbCaz9PWqZDKkF9ZDb" alt=""><figcaption></figcaption></figure>

Although these addresses appear different, they actually share the same underlying account. This means whatever action you take with one address will also affect the other.

If you deposit funds into your EVM address, you can access and use those same funds with your SEI address, and vice versa. They are linked together as one account, ensuring seamless integration between the EVM and SEI ecosystems.


---

# 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.pit.finance/get-started/get-started-on-sei-network/link-your-address-associate.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.
