> For the complete documentation index, see [llms.txt](https://hashly.gitbook.io/hashly-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashly.gitbook.io/hashly-docs/getting-started/quick-start.md).

# Quick Start Guide

Get going on Hashly in a few minutes. 🕐

***

## Step 1: 👛 Get a Hedera Wallet

You need a Hedera wallet to vote, submit events and earn rewards. If you don't have one yet, the [Get Started](https://hash-ly.com/onboarding) page walks you through three steps:

1. **Create a wallet** — HashPack or Kabila, as a browser extension or a phone app
2. **Get some HBAR** — it pays the network fee on every transaction
3. **Make a first swap** — on a decentralised exchange

> 💡 Browsing needs no wallet. The calendar, markets, news and every other page can be read without connecting.

***

## Step 2: 🔗 Connect and Sign In

Click **Connect** at the bottom of the sidebar (on a phone, open **Menu** first), choose your wallet and sign the **"Sign in to Hashly"** message. Signing it creates no transaction, so it costs nothing. The details are in [Connect Your Wallet](/hashly-docs/getting-started/connect-wallet.md).

***

## Step 3: 🔍 Find Your Way Around

* 🖥️ **Desktop:** the sidebar shows Home, Get Started, News and Calendar, then the **Markets**, **Rewards** and **Community** groups
* 📱 **Phone:** the bottom tab bar has **Home**, **Calendar**, **Missions**, **Staking** and **Menu**
* ⌨️ **Search:** press **⌘K** (Ctrl+K) or **/**, click **Search** at the top of the sidebar, or tap 🔍 on a phone

With the search box empty you get shortcuts to Home, Calendar, Markets, Ecosystem, Mindshare, News, Season Pass, Missions and Get Started. Type two or more characters to search events, ecosystem projects, tokens, NFT collections and articles at once. Use ↑ ↓ to move, Enter to open and Esc to close.

***

## Step 4: 📅 Explore the Calendar

The [Calendar](https://hash-ly.com/calendar) lists NFT mints, meetups, hackathons, X Spaces and other events. It opens on upcoming events; the chips and **More filters** change the type, state, source and sort order. See [Events Calendar](/hashly-docs/discover/events-calendar.md).

***

## Step 5: ⭐ Give Your First Star

Open an event and press **Give a Star**, or star a token or NFT collection on [Markets](https://hash-ly.com/markets) and a project on [Ecosystem](https://hash-ly.com/ecosystem).

* Each star is worth **1**, plus **1 per Dragon** and **5 for El Santuario**
* You have **5 votes a day** (20 with an active Hashly Premium), shared across everything you can vote on
* Votes reset at **00:00 UTC** and every one is recorded on HCS

See [Voting System](/hashly-docs/discover/voting-system.md).

***

## Step 6: 🎯 Complete Missions

The [Missions](https://hash-ly.com/missions) page tracks daily, weekly and season missions. A few of the daily ones:

| Mission           | What to do                       | XP     |
| ----------------- | -------------------------------- | ------ |
| 📆 Daily Check-in | Log in                           | **5**  |
| 🗳️ Cast a Vote   | Vote on at least 1 event today   | **10** |
| 🔥 Active Voter   | Vote on 3 different events today | **50** |

Completed missions are credited automatically when you open the Missions page, and your XP counts toward the season on the [Season Pass](https://hash-ly.com/season-pass). See [Missions & XP](/hashly-docs/rewards/missions.md).

***

## Step 7: 🧭 Explore More

* 📈 [**Markets**](https://hash-ly.com/markets) — live token and NFT data, and market cap comparisons
* ♾️ [**Forever Mint**](https://hash-ly.com/forever-mint) — every live Forever Mint pool on Hedera
* 🏢 [**Ecosystem**](https://hash-ly.com/ecosystem) — projects building on Hedera
* 🧠 [**Mindshare**](https://hash-ly.com/mindshare) — where the community's attention is going
* 📰 [**News**](https://hash-ly.com/news) — the latest from the ecosystem
* ⚡ [**Staking**](https://hash-ly.com/staking) and 🎁 [**Raffles**](https://hash-ly.com/raffles) — earn and spend Embers
* 🌍 [**HashWorld**](https://hash-ly.com/community) and 🏛️ [**Museum**](https://hash-ly.com/museum) — the community side of Hashly

> ⚠️ Prices, rankings, comparisons and mindshare scores are information, not financial advice, and much of the data comes from third parties. Do your own research before you act. See the [Terms of Use](https://hash-ly.com/terms).

***

## 💡 Tips

1. 🗓️ **Spend your votes before 00:00 UTC.** Unused votes don't carry over to the next day.
2. 📅 **Come back to events you support.** You can star the same event again every UTC day, and each star adds up.
3. 🎙️ **Run X Spaces?** Ask to be added from the Top hosts panel on the calendar. Once an admin approves your account, your new Spaces are added automatically.
4. 📝 **Know an event that's missing?** [Submit it](/hashly-docs/for-event-organizers/submit-event.md).


---

# 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://hashly.gitbook.io/hashly-docs/getting-started/quick-start.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.
