> 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/readme.md).

# Welcome to Hashly

> **Your Hedera ecosystem hub** — discover, vote, and rank everything happening on Hedera Hashgraph. 🌐

***

## 🎯 What Can You Do on Hashly?

|     | Feature                   | Description                                                                                                                         |
| --- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| 📅  | **Discover events**       | Explore NFT mints, meetups, hackathons, and forever mints in a unified calendar.                                                    |
| 🗳️ | **Vote on-chain**         | Every vote is recorded on Hedera Consensus Service (HCS). Total transparency! Dragon or El Santuario holders get more voting power. |
| 🔍  | **Explore the ecosystem** | Find and rank Hedera projects, tokens, and NFT collections.                                                                         |
| ⭐   | **Earn XP and compete**   | Complete daily and weekly missions, climb the seasonal leaderboard, and win prizes.                                                 |
| 🌍  | **Map the community**     | Place your pin on the HashWorld 3D globe and discover Hedera builders around the world.                                             |
| 💎  | **Check NFT rarity**      | Instantly view rarity rankings for Santuario Hedera Dragon NFTs.                                                                    |

***

## 💡 Why Hashly?

Hedera has a constantly growing ecosystem, but **there was no central place** to discover everything that's happening. Hashly fills that gap by giving **visibility to projects, events, and creators** — with rankings decided by **the community**, not by algorithms.

✅ All votes are recorded on-chain via **HCS**, making Hashly one of the few platforms where community rankings are **verifiable and transparent**.

***

## 🚀 Get Started

1. 🔗 [Connect your Hedera wallet](/hashly-docs/getting-started/connect-wallet.md)
2. 📅 [Explore the events calendar](/hashly-docs/core-features/events-calendar.md)
3. 🗳️ [Cast your first vote](/hashly-docs/core-features/voting-system.md)
4. ⭐ [Complete a mission and earn XP](/hashly-docs/community/missions.md)

***

**🌐 Web:** [hash-ly.com](https://hash-ly.com) **🐦 Twitter/X:** [@hashly\_h](https://x.com/hashly_h) **💬 Discord:** [discord.gg/hashly](https://discord.gg/hashly)


---

# 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/readme.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.
