# Universal Account & Owner Address

There are two key concepts within UniversalX:&#x20;

* The **Universal Account** is the account through which a user interacts with UniversalX and its underlying blockchains. Therefore, every deposit into UniversalX should be sent to this address.

{% hint style="info" %}
For more information on Universal Accounts, refer to [this page](https://developers.particle.network/landing/modular-l1/universal-accounts) on Particle Network's documentation.
{% endhint %}

* The **Owner Address** simply acts as the signer for the Universal Account, allowing users to control multiple blockchains with a single signature. Users do not need to interact with this address at all.

***

**What if I sent assets to my Owner Address?**

If you mistakenly transferred assets to your Owner Address, you can withdraw them through the following methods, depending on how you created your account:

* **If you connected a social account,** visit [Particle Wallet](https://wallet.particle.network/) and log in with the same social account you used to create your UniversalX account. You can retrieve your assets there.
* **If you used a wallet to log in,** your assets should now be in that wallet, as you would have deposited them to it. This is unless the wallet or exchange you used allows you to incorrectly try to transfer assets to a different VM (from Solana to EVM or vice-versa), in which case these assets would either still be in their source account or lost.
* **If you created a wallet with a mnemonic phrase,** export this phrase or your private key and add it to another wallet to view your assets. Please ensure the security of your mnemonic phrase and private key.


---

# 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.universalx.app/understand-1/universal-account-and-owner-address.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.
