> For the complete documentation index, see [llms.txt](https://hedgey.gitbook.io/hedgey-community-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hedgey.gitbook.io/hedgey-community-docs/support-docs/celo-specific-connecting-with-celo-terminal.md).

# (Celo Specific) Connecting with Celo Terminal

To connect to Hedgey with your Celo Terminal, you will be using the built in wallet connect functionality on Celo Terminal and Hedgey.&#x20;

**Steps 1.** Log into your Celo Terminal, and make sure you click the "beta" button on the bottom right.

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

**Step 2.** Go to the Hedgey app: [https://app.hedgey.finance](https://app.hedgey.finance/).

**Step 3.** On Celo Terminal, navigate to the WalletConnect section.

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

**Step 4.** Back on the Hedgey app, click the Connect Wallet button in the top left corner.&#x20;

<figure><img src="/files/fNrl5OzcYtltA4M8NIFf" alt="" width="274"><figcaption></figcaption></figure>

**Step 5.** Then choose the Wallet Connect Icon for your connection.

<figure><img src="/files/Zx5YVCIAIoAxJz5kNkaV" alt="" width="375"><figcaption></figcaption></figure>

**Step 6.** Choose 'Celo' when you are prompted by the network selector dropdown, and then click Connect.&#x20;

<figure><img src="/files/BLL06kJsMFXDFW0wsWpN" alt="" width="375"><figcaption></figcaption></figure>

**Step 7.** Copy the connection string from the top right hand corner of the WalletConnect modal.

<figure><img src="/files/220rS5evuD51jisru61f" alt="" width="367"><figcaption></figcaption></figure>

**Step 8.** Switch back to Celo Terminal, and paste that into the QRCode section.

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

**Step 9.** Click Connect, and then on the next Connect DApp section, click Approve.

<figure><img src="/files/TplOIh7opPexLXSIKRId" alt="" width="375"><figcaption></figcaption></figure>

**Step 10.** You can verify now that you are connected to the Hedgey App, going back to it and verifying the correct address in the top left.

\
![](/files/mCbhX7KMGmJ3Qv3XtvBn)

You are now connected and can navigate to the Vesting Plans tab and redeem your vested tokens!<br>


---

# 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://hedgey.gitbook.io/hedgey-community-docs/support-docs/celo-specific-connecting-with-celo-terminal.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.
