# Adding Agent Wallet

{% stepper %}
{% step %}
**Visit the accounts page**

Go to <https://app.based.one/accounts> on your desktop.
{% endstep %}

{% step %}
**Add a Hyperliquid account**

Click **Add Hyperliquid account** and connect your MetaMask or browser wallet.
{% endstep %}

{% step %}
**Set a nickname**

Enter a nickname (e.g. "BasedApp") and click **Add**.
{% endstep %}

{% step %}
**Link via the mobile app**

Scan the QR code with the Based mobile app:

* Open **Home**
* Tap your display picture
* Select **Create new wallet**
* Choose **Link to Hyperliquid wallet**
  {% endstep %}

{% step %}
**Start trading**

You can now trade with multiple accounts on both the app and the web.
{% endstep %}
{% endstepper %}


---

# 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://basedapp.gitbook.io/docs/guides-and-faq/adding-agent-wallet.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.
