> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals/capital-formation-layer/pre-buy-token.md).

# 토큰 선매수

프리바이(Pre-buy) 모듈을 통해 창립자는 생성 단계 동안 총 토큰 공급량의 최대 50%까지 구매할 수 있습니다. 이 모듈은 무료입니다.

***

#### 작동 방식

사전 구매한 토큰은 다음과 같습니다:

* Agent Launch Page의 토크노믹스 섹션에 투명하게 공개됨
* 기본값인 1개월 클리프와 12개월 선형 베스팅 일정이 적용됨
* 거래 시작 전 커뮤니티에 완전히 공개됨

이 옵션을 통해 창립자는 초기 시장을 안정화하고, 스나이핑을 방지하며, 직접 참여를 통해 확신을 보여줄 수 있습니다.

***

#### 베스팅

기본값: 1개월 클리프, 12개월 선형 베스팅.

이 매개변수는 출시 전에 조정할 수 있어, 참가자에게 완전한 투명성을 유지하면서도 유연성을 제공합니다.

***

#### 자본 조달과의 상호작용

Capital Formation 모듈도 활성화되어 있고 창립자가 TGE 시점에 2M FDV를 초과하여 자가 매수를 하면, 일반적으로 Automated Capital Formation에 따라 즉시 풀릴 토큰 수량은 즉시 분배되는 대신 팀 할당으로 재분류됩니다.

이를 통해 초기 창립자 참여가 자본 해제를 앞당기는 것을 방지합니다.

***

#### 제한 및 재출시 로직

Agent Card가 라이브되면, 팀은 에이전트를 재출시하지 않고는 Pre-buy를 실행할 수 없습니다.

팀이 Agent Card 배포 후 Pre-buy를 포함하고자 한다면, 기존 출시를 취소하고 새로 시작해야 합니다. 이 취소와 재출시는 예정된 출시 시간의 최대 1일 전까지만 가능하며, 이미 지불한 모듈 수수료는 환불되지 않습니다.


---

# 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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals/capital-formation-layer/pre-buy-token.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.
