> 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

> **The discovery hub on Hedera**: events, projects, tokens, NFTs and news, ranked by the community with votes recorded on-chain. 🌐

***

## 🎯 What Can You Do on Hashly?

|     | Feature                 | Description                                                                                                                                         |
| --- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| 📅  | **Discover events**     | NFT mints, forever mints, meetups, hackathons and X Spaces, all in one calendar.                                                                    |
| 🗳️ | **Vote on-chain**       | Star what you support. Every vote is recorded on the Hedera Consensus Service, and Santuario Hedera dragons and El Santuario NFTs add voting power. |
| 📈  | **Follow the markets**  | A live screener for Hedera tokens and NFT collections, and market cap comparisons you can share.                                                    |
| 🔥  | **Stake your dragons**  | Earn Embers with your dragons without moving them from your wallet, and use them to enter raffles.                                                  |
| 🎯  | **Earn XP each season** | Complete missions, climb the Season Pass and unlock cosmetics.                                                                                      |
| 🏛️ | **Show your NFTs**      | Build a 3D museum with the NFTs you hold and share it with the community.                                                                           |
| 🌍  | **Map the community**   | Put your pin on the HashWorld globe and find Hedera builders around the world.                                                                      |

***

## 💡 Why Hashly?

Hedera's ecosystem keeps growing, and before Hashly there was no single place to follow everything happening on it. Hashly gives **visibility to projects, events and creators**, with rankings decided by **the community**.

✅ Votes, event check-ins, Ember claims and raffle draws are recorded on-chain through **HCS**, so anyone can verify them. See [On-Chain Records](/hashly-docs/technical/hcs-voting.md).

***

## 🚀 Get Started

1. 🔗 [Connect your Hedera wallet](/hashly-docs/getting-started/connect-wallet.md)
2. 📅 [Explore the events calendar](/hashly-docs/discover/events-calendar.md)
3. 🗳️ [Cast your first vote](/hashly-docs/discover/voting-system.md)
4. 🎯 [Complete a mission and earn XP](/hashly-docs/rewards/missions.md)
5. 🔥 [Stake your dragons and earn Embers](/hashly-docs/rewards/staking.md)

***

> ⚖️ **Please note:** everything on Hashly is information, not financial or investment advice. Read the [Terms of Use](https://hash-ly.com/terms) and the summary in [Privacy & Terms](/hashly-docs/technical/privacy-terms.md).

**🌐 Web:** [hash-ly.com](https://hash-ly.com) **🐦 X:** [@hashly\_h](https://x.com/hashly_h) **💬 Discord:** [discord.gg/SK2Bc3uUJT](https://discord.gg/SK2Bc3uUJT) **✉️ Contact:** <hashlyh@proton.me>


---

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