# Check Unified Account Status

### Using Euphrates

1. Go to [farm.acala.network](http://farm.acala.network/) and click connect wallet

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

2. In the ‘Unified Account” section click the hyperlink ‘here’

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

3. Paste in either your Ethereum address or Substrate address then click “Check”

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

4. If your account is bound, it will display the binded address in the empty field. If your account isn’t bound, it will display “no bound account” in the empty field.

<figure><img src="/files/5I3mIaXRprJcMifMBoUz" alt=""><figcaption></figcaption></figure>

### Using Polkadot.js

At the Polkadot.js UI you can easily query Unified Account with a Substrate or Ethereum account, just step by step below, follow this link to skip steps 1-3 and start from step 4.

1. Browse <https://polkadot.js.org>,
2. Select Acala network,&#x20;
3. Go to Developer tab on top menu and select Chain State
4. Select "EVM accounts" and "accounts(H160): Option\<AccountId32>"

When you try to bind a Substrate account to an Ethereum account and it states that it's already bound, then you can&#x20;

* use the above method to find out which Ethereum account it is
* log in with that Ethereum account instead OR
* use a different Substrate account to bind

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


---

# 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://farmdoc.acala.network/how-to-guides/setup-wallet/do-i-have-an-unified-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.
