> For the complete documentation index, see [llms.txt](https://about.vestige.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.vestige.fi/how-to-guides/connect-your-wallet.md).

# Connect Your Wallet

**The steps listed below will explain how to connect your wallet (in this example your Pera Wallet) to the Vestige site.** &#x20;

### Step 1

On the home page [Vestige.fi](https://vestige.fi/), at the top right of the page click on the Wallet Connect button.

![](/files/rdlYcgzAfjbIenwSpF3m)

### **Step 2**

Select the Wallet you would like to connect to and click the button.  &#x20;

{% hint style="info" %}
Note: For the Pera Wallet, this will open a QR code that you can scan with your device once connected to the app.
{% endhint %}

<figure><img src="/files/9fDpad1o5x1hnG6uqnK7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GD89ANv4olOYqVZffJ21" alt=""><figcaption></figcaption></figure>

### **Step 3**

From your Pera App on your Phone or Tablet, open the Pera App and Navigate to the Wallet Connect Session QR Code Scanner.

Pera Mobile App -> Settings -> Wallet Connect Sessions - > Click on the \[-] Icon at the top right. (step by step screenshots below)

**Settings -> Wallet Connect**

![](/files/0xRn0uvCVPExhcdSHxPQ)![](/files/B6UcdTLOplow26PKgECc)

**Select the \[-] Icon and Scan the QR code located on your screen.**

![](/files/ITCu4xc4Jmx89E3IP7pl)![](/files/1dmnM950C2L0mGTgeBp2)

### **Step 4**&#x20;

Once the QR code has been scanned from your device, you will be prompted to Connect to the vestige app.  Select the wallet you would like to connect with, and select the Connect button.

![](/files/S6V9Smn1tCLj03cEFEr4)![](/files/S2OSoCQEsMSERQqoz4Nj)

![](/files/W3tHvw68OKzY7WIGPnT7)![](/files/Qb4rofsrfUI4Jyi30xYb)

Success!  You have completed connecting your Wallet to the Vestige site.


---

# 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://about.vestige.fi/how-to-guides/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.
