> For the complete documentation index, see [llms.txt](https://docs.zaros.fi/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zaros.fi/overview/using-zaros/first-steps/connecting-your-wallet-in-zaros-dapp.md).

# Connecting your wallet in Zaros dapp

Access <https://www.zaros.fi/> and click on Launch dApp button. Click Connect Wallet and choose the wallet that you want to connect. For this example, we use Metamask but feel free to use another wallet of your preference **(Arbitrum Sepolia Network is not available for Rabby Wallet).** <br>

Confirm the access in your wallet. If you’re not connected to Arbitrum Sepolia Network it will ask you to change the network like in the second picture below. Once you confirm you’re ready for the next step. How to mint USDC & Create a Trading Account.

<img src="https://lh7-us.googleusercontent.com/ETnBUD255aCMZVYj0DSVXmj3uLF4CEY3vWfbG40-PcT5K6lxwGrl_TIRbWu4_a1xLTUSFz5Aq0lDAs4mR9uSruqgZNsTTr_TEJwL0DF3mznihNK2w0VQMbtk4f1AgguM5aWfaLVWVu0lkJEjMEvmoSw" alt="" data-size="original">![](https://lh7-us.googleusercontent.com/gMlOjaHVSN63xEcb0rH-ebU2JscJSYWGW3qTRPawAC9688Mra-AQRnuiGE9q1zz5JDn06p-ZsTcplR_xur0LsEmFKLM_Mkhi19PoJC5YO4dYG2yaVoytKu_BDdG4svGfGLlW-HBIQxTcBFUKMxSjExo)


---

# 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://docs.zaros.fi/overview/using-zaros/first-steps/connecting-your-wallet-in-zaros-dapp.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.
