> For the complete documentation index, see [llms.txt](https://docs.eywa.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eywa.fi/eywa-token/eywa-nft-collection/dashboard-interface.md).

# Dashboard interface

## Description of the Dashboard interface <a href="#description-of-the-dashboard-interface" id="description-of-the-dashboard-interface"></a>

To start working with the **CrossCurve** app, go to the **Dashboard** tab. In the top right corner, click «**Connect wallet**», select your desired wallet type from the list, and confirm the connection, making sure that you are on the official <https://app.crosscurve.fi/dashboard> page.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdf9dm1sHxcdsiD2poHb5hMSK7mYgQSuB0A2w726O1saxsog323Y6iEKX7jF0V3AtnEBmEecXOKt3TB7U_1xD0N9H3wM7uWTJ0KTLExXxH_uMByHhQfwjVzBxWghnTLbmfcXLLlDg?key=K_GWsFu8u9Tj97heScunVa80" alt=""><figcaption></figcaption></figure>

After successfully connecting your wallet, expand the NFT tab.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXciw2OLSY5U9_8qUfLTbBn0uom7rXisDykKvLqUg9bjmv8nAOm3KmuSmkQKOZEmcpV5zgkfNdE-4RLkI-LttpHNfS0VQF25l5x-d2HguXIUibawqoTttmPCSwCeW7cChUL9MnQHlw?key=K_GWsFu8u9Tj97heScunVa80" alt=""><figcaption></figcaption></figure>

In the “**Awaiting TGE/vesting**” field, you will see the number of EYWA tokens uncoupled from the NFT after the migration from Aurora to Arbitrum. To manage vesting safes, go into the [**NFT Manager**](https://docs.crosscurve.fi/user-documentation/eywa-nft/eywa-nft-manager-interface) by clicking “**View**”.


---

# 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.eywa.fi/eywa-token/eywa-nft-collection/dashboard-interface.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.
