> For the complete documentation index, see [llms.txt](https://farmdoc.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farmdoc.acala.network/euphrates/unified-account.md).

# Unified Account

With the Unified Account system, users can use an Ethereum account to interact with contracts in EVM, Polkadot/Acala Substrate runtime, and a hybrid of these. Users can simply bind their Ethereum account with a Polkadot/Substrate account (serving as proof of ownership for both accounts), then the Ethereum account can be used to sign a Polkadot/Substrate transaction such as participating in native Polkadot liquid staking.

To enable Unified Account and use Acala EVM+, simply bind your Ethereum account with a Polkadot/Substrate account ***once***, and you can then use the Ethereum account via popular wallets like MetaMask and Wallet Connect. You can find the step-by-step guide [here](/how-to-guides/setup-wallet.md#step-by-step-guide).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/euphrates/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.
