> For the complete documentation index, see [llms.txt](https://docs.luxy.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxy.io/help-center/getting-started/connect-to-luxy.md).

# Connect to LUXY!

The process to connect your wallet on the Desktop and mobile app it's slightly different. Below you can find guides for both!

## Desktop

1. On any page on LUXY, if your wallet is not connected, you'll see a "**Connect** "button in the top right corner.

![](/files/wp7VAa3FUCSUSXwknAi2)

2\. A popup will appear asking you to select your wallet:

![](/files/eBkCIuyqiUOLy8GiD2ZE)

3\. If you aren't connected Polygon Mainnet, a popup will ask for your permission to add the Network to your wallet and switch to it.

![](/files/xadyRJiIuXU6kpUR9gXp)

4\. To continue "**sign**" the signature request for account ownership verification.

![](/files/6RhALfLOQY40a4BveLEp)

## Mobile

On mobile, in addition to connecting the wallet on Luxy, you may need to add some of the networks Luxy supports to your Metamask wallet.&#x20;

To make this process smoother, you can use [Chainlist](https://chainlist.org/). Here is a simple guide we recorded about the process to add the Syscoin Mainnet network to a Metamask wallet:

{% embed url="<https://youtu.be/R1XbAWk7Exs>" %}

Once this is done, you can access the Luxy application directly from the built-in browser in the Metamask mobile application:

![](/files/RgDIa4M3m5WWb9kv1XWs)

The next steps are similar to the ones described in the Desktop section:

1. You can click on the three stripes menu in the top right corner of your screen to open the menu:

![](/files/GgFnb2GQ1CBt2RmBe8in)

2\. Next, click on "Connect". It will open the modal for you to select which application you'd like to use to connect your wallet:

![](/files/o4UiGdfcjEGZ1wvFPBhU)

3\. The same popups on the Desktop version are also on mobile. Once you "**sign**" the signature request for account ownership verification, you're good to go!


---

# 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.luxy.io/help-center/getting-started/connect-to-luxy.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.
