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

# HashWorld Globe

HashWorld is an **interactive 3D globe** that maps the Hedera community around the world. Find builders, projects and community members, and **put yourself on the map**.

👉 Open it at [hash-ly.com/community](https://hash-ly.com/community), or pick **HashWorld** under **Community** in the sidebar.

***

## ⚙️ How It Works

HashWorld groups approved profiles **by country**. Each country with members is highlighted, and up to three profile pictures appear on it, with a `+N` counter when there are more. Featured ecosystem projects get a gold ring so they stand out.

The counter at the bottom of the globe shows how many members HashWorld has.

***

## 👥 Profile Types

| Type            | Description                                                                                 |
| --------------- | ------------------------------------------------------------------------------------------- |
| 🧑 **User**     | Individual community member                                                                 |
| 🛠️ **Builder** | Developer or technical contributor                                                          |
| 📦 **Project**  | Ecosystem project. Projects join through the Ecosystem application and appear once approved |

***

## 📝 Create Your Profile

1. Connect your wallet.
2. Go to [HashWorld](https://hash-ly.com/community).
3. Click **Join HashWorld**.
4. Fill in your profile:
   * **Profile image** (optional): up to 1 MB, 400×400 px recommended
   * **I am a...**: User or Builder. Choosing **Project** takes you to the [Ecosystem application](https://hash-ly.com/ecosystem/apply)
   * **Display name** (required): 2 to 30 characters
   * **Country** (required): places you on the globe
   * **X (Twitter) handle** (required): letters, numbers and underscores, up to 15 characters
   * **Bio** (optional): up to 160 characters
5. Click **Join HashWorld** to submit it for review.

### ✅ Approval

Profiles are reviewed by the Hashly team before they appear on the globe, which keeps spam off the map. Until then, HashWorld shows a notice that your profile is under review.

### ✏️ Edit or Delete

Once you have a profile, the button changes to **Edit Profile**. From there you can update your details or click **Delete profile** to remove yourself from the globe.

***

## 🎯 Mission Reward

> 🌍 **HashWorld Citizen**: **200 XP**, once per season, once an admin has approved your HashWorld profile.

See [Missions and XP](/hashly-docs/rewards/missions.md) for how mission XP is awarded.

***

## 📍 Project Pins

When an ecosystem project is approved, it automatically gets a **pin on the HashWorld globe** in the country chosen in its application. Its card includes a **View project** button that opens its page in the [Ecosystem directory](https://hash-ly.com/ecosystem), so the directory and HashWorld stay **connected**.

***

## 🖱️ Globe Interaction

* 🔄 **Rotate**: the globe turns slowly on its own. Click and drag to spin it.
* 🔍 **Zoom**: use the scroll wheel, or pinch on a phone.
* 📌 **Open a country**: click a highlighted country or its profile pictures to see its members, in a side panel on desktop or a bottom sheet on mobile.
* 👤 **Member cards**: each card shows the name, type, bio, a **Follow** button for their X account and, for projects, **View project**.


---

# 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/community/hashworld.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.
