> For the complete documentation index, see [llms.txt](https://docs.edustar.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edustar.io/service/undefined.md).

# 보상과 동기부여

▣ 즉각적인 보상 인센티브 시스템&#x20;

다채로운 콘텐츠를 즐기며 학습하는 과정에서 얻을 수 있는 심리적 성취감 이외 즉각적인 EDT토큰 보상  시스템을 도입하여 학습자의 집중력을 증대시키고, 끊임 없는 동기부여를 합니다.

기존의 교육은 프로그램의 구매를 통해서만 학습 가능하므로 경제적 부담이 가중되는 시스템이었다면, EduStar 솔루션은 기존 교육 콘텐츠와 다른 학습 커리큘럼을 채택하여 학습을 통해 획득한 보상(리워드)으로 지속적인 학습이 가능한 차별화된 시스템입니다.

사용자들은 학습 진도 및 학습 성과를 통해 평균 교육비의 50% 이상까지 보상받을 수 있습니다. ​


---

# 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://docs.edustar.io/service/undefined.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.
