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

# Learn to Earn

When new technology is introduced to a legacy industry, it not only brings about novel benefits but often changes the entire dynamics of the industry. The invention of Bitcoin has altered how people perceive the source of monetary value, leading to the emergence of decentralized finance—an entirely new field in finance. Blockchains and NFTs in the art industry have transformed how artists and creators monetize their work, empowering them to enjoy more freedom and independence from intermediary platforms.

The academic field is no exception. With the wave of Web3, it is about to witness a fundamental shift in what holds educational and academic values. One of the potentially groundbreaking ideas that could change the paradigm in the academic field is the “learn-to-earn” model of services.

“Learn-to-earn” is the concept of rewarding learners with tokens for learning, with the primary aim of motivating them to engage in more educational pursuits. Learners can earn tokens as they progress in their academic journey, as though their knowledge accumulation were being quantified. AnyCampus rewards learners with our native token, which can be used like any other tokens—learners can exchange them, deposit them to earn interest, purchase goods and services, and much more.

The Web3 trend has spawned a variety of “X-to-earn” or “X2E” models, with the “X” representing various human activities such as play-to-earn, watch-to-earn, or even sleep-to-earn. Among these, we believe the ‘learn-to-earn’ model is the most accessible and potentially the most valuable, paving the way for the widespread adoption and establishment of X-to-earn services.


---

# 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.anycampus.io/key-concepts/learn-to-earn.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.
