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

# 로드맵

### Road map

<table><thead><tr><th width="150">년도</th><th width="150">분기</th><th width="403.2">내용</th></tr></thead><tbody><tr><td><strong>2021</strong></td><td>1Q</td><td>에이원토스(AOT) 결제시스템 개발</td></tr><tr><td></td><td></td><td>에이원페이 데모스테이션 진행</td></tr><tr><td></td><td></td><td>결제브랜드 에이원페이 정식 런칭</td></tr><tr><td></td><td>2Q</td><td>에이원 오프라인 유통회사 계약</td></tr><tr><td></td><td></td><td>에이원토스(AOT) 싱가포르 재단 설립</td></tr><tr><td></td><td></td><td>소상공인 전용 렌탈시스템 런칭</td></tr><tr><td></td><td>3Q</td><td>에이원토스(AOT) 백서 1.0버전 공개</td></tr><tr><td></td><td></td><td>에이원토스코인 발행 (KLAYTN기반)</td></tr><tr><td></td><td></td><td>글로벌거래소 1차 상장</td></tr><tr><td></td><td>4Q</td><td>에이원토스 코인 오프라인 상거래 결제 정식 런칭</td></tr><tr><td></td><td></td><td>에이원토스 DeFi 상품 런칭</td></tr><tr><td></td><td></td><td>소상공인 사업자 가맹점의 확정 매출 채권 담보 LOAN 상품 출시</td></tr><tr><td><strong>2022</strong></td><td>2Q</td><td>에이원토스(AOT) 코인 지갑내 에이원토스(AOT) ICO 진행(1.0 버전)</td></tr><tr><td></td><td></td><td>에이원토스(AOT) 코인 백서 1.5 공개</td></tr><tr><td></td><td>3Q</td><td>에이원토스(AOT) 글로벌거래소 추가상장</td></tr><tr><td></td><td></td><td>AOT 월렛 업데이트</td></tr><tr><td></td><td></td><td>토큰 결제 시스템 키오스크 공급</td></tr><tr><td></td><td>4Q</td><td>에이원페이 고도화</td></tr><tr><td><strong>2023</strong></td><td>1Q</td><td>에이원페이 결제 서버 3.0 개발 완료</td></tr><tr><td></td><td>2Q</td><td>컨소시엄블록체인 결제시스템 베타버젼 공개( 메인넷 코인공개) 예정</td></tr><tr><td></td><td>3Q</td><td>컨소시엄 블록체인 결제시스템 런칭(결제솔루션 글로벌 진행) 예정</td></tr><tr><td></td><td>4Q</td><td>에이원토스(AOT) 코인을 메인넷 토큰으로 전환(1:1) 예정</td></tr></tbody></table>


---

# 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://aonedata.gitbook.io/aot-token/roadmap.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.
