> For the complete documentation index, see [llms.txt](https://uliquid-1.gitbook.io/uliquid-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uliquid-1.gitbook.io/uliquid-docs/connect-your-wallet.md).

# Connect Your Wallet

Connect and, when needed, link a wallet for Web3, funding, and vault workflows.

Connect a wallet only when you want to use Web3, funding, or vault features. A wallet and an exchange API account are different systems: one does not replace the other.

## Connect and Link

1. Use the wallet control in the header or open **Wallet & Funding**.
2. Connect the intended wallet and check the displayed address.
3. Use **Settings** if you need to link that wallet to your signed-in account with a Sign-In with Ethereum signature.
4. Before an onchain workflow, check the requested network, amount, and destination.

The wallet flow can use Arbitrum, HyperCore, and HyperEVM depending on the feature. The app shows the network and readiness requirements for the selected action.

## What a Wallet Connection Does Not Do

Connecting or linking a wallet does not grant uLiquid Desk permission to move assets arbitrarily. A capital-changing onchain action requires a separate wallet signature that you must review.

{% hint style="danger" %}
Never share a seed phrase or private key. uLiquid Desk should never ask you to enter either one.
{% endhint %}

## Before You Sign

* Confirm the address, network, asset, amount, and destination.
* Keep enough gas for the selected network when the interface indicates it is required.
* Do not repeat a transaction while the first one is pending.
* Treat a submitted transaction as pending until the relevant destination balance and product status are confirmed.

{% hint style="info" %}
TODO: Add a verified current screenshot of the wallet connection and funding readiness screen when a sanitised capture is available.
{% endhint %}

Continue with [Wallet, Funding, and Vaults](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/wallet-funding-and-vaults.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://uliquid-1.gitbook.io/uliquid-docs/connect-your-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
