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

# Token Economy

<figure><img src="/files/DVeTGNEpaZy0PohxUlJj" alt=""><figcaption><p>Fig 8, IBTC Token Economy</p></figcaption></figure>

<table data-full-width="false"><thead><tr><th width="130" align="center">구분</th><th width="151" align="center">수량</th><th width="75" align="center">비율</th><th width="158" align="center">락업스케줄</th><th width="268" align="center">내용</th></tr></thead><tbody><tr><td align="center">에코 시스템</td><td align="center">400,000,000</td><td align="center">40%</td><td align="center">60개월 균등분할</td><td align="center">블록체인 생태계 구축을 위해 배정</td></tr><tr><td align="center">판매</td><td align="center">150,000,000</td><td align="center">15%</td><td align="center">초기 10% 배분, 1년 락업 후 50개월 균등분할</td><td align="center">사전 예약 이벤트 및 생태계 구축</td></tr><tr><td align="center">개발,R&#x26;D</td><td align="center">100,000,000</td><td align="center">10%</td><td align="center">1년 락업 후 50개월 균등분할</td><td align="center">플랫폼 개발을 위해 배정</td></tr><tr><td align="center">운영</td><td align="center">100,000,000</td><td align="center">10%</td><td align="center">60개월 균등분할</td><td align="center">시스템 운영을 위해 배정</td></tr><tr><td align="center">마케팅</td><td align="center">100,000,000</td><td align="center">10%</td><td align="center">60개월 균등분할</td><td align="center">홍보 및 마케팅을 위해 배정</td></tr><tr><td align="center">어드바이저</td><td align="center">50,000,000</td><td align="center">5%</td><td align="center">1년 락업 후 50개월 균등분할</td><td align="center">생태계 구축을 위해 노력한 기여자에게 제공</td></tr><tr><td align="center">리저브</td><td align="center">100,000,000</td><td align="center">10%</td><td align="center">언락</td><td align="center">비상 상황에 대비하여 재단 보유</td></tr><tr><td align="center">합계</td><td align="center">  1,000,000,000</td><td align="center">100%</td><td align="center"></td><td align="center"></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://ibtc-whitepaper.gitbook.io/kor/token-economy.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.
