# Connect Wallet

To interact with the LYNX protocol, you'll need a Hedera-compatible wallet. LYNX suggests using one of these wallets: **HashPack** and **Kabila**. Both connect directly to the LYNX interface and allow you to mint, burn, and participate in the DAO.

***

### Suggested Wallets

| Wallet                               |
| ------------------------------------ |
| [HashPack](https://www.hashpack.app) |
| [Kabila](https://www.kabila.app)     |

***

### How to Connect

#### Step 1 — Open the LYNX App

Navigate to [token.lynxify.xyz](https://token.lynxify.xyz). In the top right corner of the navigation bar, click the **Connect Wallet** button.

***

#### Step 2 — Choose Your Wallet

A wallet selection prompt will appear. Choose **HashPack** or **Kabila** depending on which wallet you have installed.

**HashPack**

1. Select **HashPack** from the wallet options.
2. Your HashPack browser extension or app will open and display a connection request.
3. Review the request and click **Approve**.
4. Your wallet address will appear in the top right corner of the LYNX interface confirming the connection.

Don't have HashPack yet? Download it at [hashpack.app](https://www.hashpack.app) and create or import a Hedera account before connecting.

**Kabila**

1. Select **Kabila** from the wallet options.
2. Kabila will prompt you to approve the connection — confirm within the app.
3. Once approved, your wallet address will appear in the navigation bar confirming you're connected.

Don't have Kabila yet? Download it at [kabila.app](https://www.kabila.app) and set up your Hedera account before connecting.&#x20;

***

#### Step 3 — You're Connected

Once connected, your wallet address will display in the top right of the navigation bar. You can now:

* **Mint LYNX** — deposit a basket of assets and receive LYNX tokens
* **Burn LYNX** — redeem your LYNX for the underlying assets
* **Vote in the DAO** — participate in LYNX governance

Always make sure you are on the official LYNX app at **token.lynxify.xyz** before approving any wallet connection. Never connect your wallet on an unfamiliar or unverified site.

***

### Disconnecting Your Wallet

To disconnect, open your wallet extension or app and revoke the connection to token.lynxify.xyz, or use the disconnect option within the wallet interface. Disconnecting does not affect your funds or positions in any way.  You can also click on the wallet info in the upper right hand corner of the homepage to disconnect.


---

# 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://lynxify.gitbook.io/lynxify-docs/getting-started/connect-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.
