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

# 2022

### Q1 2022 \[1월 - 3월]

* [x] 네스트리 메신저 : 메타마스크 지갑을 앱에 연결 지원
* [x] NFT 애그리게이터 웹사이트 오픈
* [x] 네스트리몰 모바일 앱 출시 (안드로이드/iOS)
* [x] 네스트리 쇼핑몰 통합 관리 시스템 개발

### Q2 2022 \[4월 - 6월]

* [x] 네스트리 메신저: 사용자 소유의 NFT 콘텐츠를 볼 수 있는 갤러리 개발
* [x] Nestree: 전문 NFT 뉴스 서비스 출시
* [x] 네스트리 캘린더: NFT 캘린더 서비스 출시
* [x] 네스트리 몰 스토어 수 증가
* [ ] 거래소 추가 상장 (4분기로 연기)

### Q3 2022 \[7월 - 9월]

* [x] 네스트리 뉴스: 뉴스 제휴사 추가
* [x] 네스트리 메타버스: 메타버스를 개발할 수 있는 파트너사와 계약 체결 (1개사)
* [x] 네스트리 앱: 앱 개편 및 리뉴얼 (뉴스, 캘린더, 마켓)
* [x] 네스트리 앱: 캘린더 구독 서비스 출시
* [x] 콘텐츠 소유자와의 공동 NFT 프로모션

### Q4 2022 \[10월 - 12월]

* [ ] NFT 전용 커뮤니티 리뉴얼 출시
* [ ] 네스트리 앱: 프로젝트 홈 출시(프로젝트 정보 수집)
* [x] 네스트리 메타버스: 메타버스를 개발할 수 있는 파트너와 계약 체결(1개사)
* [x] 네스트리 메타버스: 메타버스 공간 오픈(더 샌드박스 오픈 일정과 연동, 더 샌드박스의 오픈 일정에 따라 시기가 변경될 수 있음)
* [ ] 네스트리 메인넷의 일부 전환
* [ ] SNS 연결: NFT 홍보 채널 오픈
* [ ] 거래소 추가 상장

<br>


---

# 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/roadmap/2022.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.
