# Connect Wallet

## Install a Web3 wallet on your devices&#x20;

Project Galapago works on the Algorand blockchain, to interact with the site you will need a Web3 wallet that supports Algorand. If your cryptocurrency is stored on a centralized exchange (such as Coinbase, Binance, and others), it does not count as a Web3 wallet, and will not work.&#x20;

### Connect your Web3 wallet&#x20;

You can easily find the “Connect wallet” button on the landing page.

{% embed url="<https://www.youtube.com/watch?v=3X9oldj3QTg>" %}
User Interface might be different to most recent version of app due to UI change.
{% endembed %}

1. Click “Connect wallet”&#x20;
2. Select a wallet you wish to connect with (e.g. Pera Wallet)&#x20;
3. Approve the connection from your wallet to app.galapago.app&#x20;


---

# 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://docs.galapago.app/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.
