> For the complete documentation index, see [llms.txt](https://nestree.gitbook.io/nestree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nestree.gitbook.io/nestree/token-economy/hellomarket.md).

# HelloMarket

## **Coming Soon**

Hello Market과 Nestree Web3 생태계의 통합 토큰 이코노미는 현재 개발 및 설계 중입니다.

**준비 중인 주요 요소**

* EGG 토큰 활용 방안
* 중고거래 보상 시스템
* 커뮤니티 참여 인센티브 구조

**설계 원칙**

실제 거래 활동 기반의 지속가능한 토큰 이코노미를 목표로, 실사용 유틸리티에 중점을 둔 설계를 진행하고 있습니다. Hello Market의 검증된 사용자 기반과 거래 데이터를 바탕으로, Web3 리워드가 실질적 가치를 창출할 수 있는 구조를 구축 중입니다.

***

💡 **Note**: Nestree는 검증되지 않은 약속보다 실현 가능한 계획을 단계적으로 공개하는 것을 원칙으로 합니다. Hello Market 토큰 이코노미에 대한 구체적 정보는 확정된 내용이 준비되는 대로 투명하게 공유하겠습니다.


---

# 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://nestree.gitbook.io/nestree/token-economy/hellomarket.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.
