> For the complete documentation index, see [llms.txt](https://spacepugs.gitbook.io/space-pugs-wiki-2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacepugs.gitbook.io/space-pugs-wiki-2.0/platforms/dashboard.md).

# Dashboard

Our dashboard is our main hub to navigate the YetiVerse. It is a work in progress but everything will be found here.

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

## Multi-Sig Mints

Our minting has been done through our custom in house multi-sig platform. It's super seamless to use and creates a great experience for everyone. Simple, fast and clean!

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

## My Wallet

Our dashboard has a wallet feature that seamlessly allows you to deposit and withdraw tokens for use in minigames and services. However, please note that this wallet should not be mistaken for a custodial wallet. Therefore, we kindly request you to use it with caution, as its sole purpose is to facilitate your engagement in games, services, and reward redemption.

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

## Rewards

Our project's greatest utility lies in sharing rewards earned from fees across all tokens verified on our dashboard and used in Minigames and services. The total of 377 passes, combining VIP Passes and Utility Passes, participate in earning a share of each token. Passes can be stacked, meaning that the more passes you hold, the greater your potential for earning tokens. Payouts are structured based on the duration of pass ownership within the current month; holding your pass for the full month will result in increased earnings. Furthermore, we will continuously add more tokens over time to maximize the earning potential of all our pass holders.

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


---

# 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://spacepugs.gitbook.io/space-pugs-wiki-2.0/platforms/dashboard.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.
