# 가치 세대

일반적으로 F2P 프로젝트에서 개발자는 플레이어에게 상품과 리소스를 판매합니다.

2040WORLD에는 플레이어만 참여하는 폐쇄형 사이클이 있습니다. 일부 플레이어는 자원을 채굴하고 다른 플레이어에게 판매하여 이 자원을 활용하여 상품을 생산할 수 있습니다.

단계적으로 우리는 플레이어에게 특정한 도전을 제공하고 목표를 설정하며 이를 달성하기 위한 수단을 제공하는 시스템을 만들고 있습니다. 그러나 게임 경제에 투자하고 다양한 역할과 기능을 수행해야만 플레이어가 이러한 목표를 함께 달성하고 발전할 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://docs.2040world.io/korean/undefined-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
