> 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/anti-sniper-protection.md).

# 안티-스나이퍼 보호

### 개요

안티 스나이퍼 보호는 TGE 시 동적 매수세금을 적용하여, 출시 초기의 중요한 몇 분 동안 봇 활동과 기회주의적 스나이핑을 무력화하는 런치 모듈입니다.

이 모듈은 기본적으로 활성화되어 있으며 무료입니다.

<figure><img src="/files/cd4ce44f0539a8ed9ce1da475d4203fd079e5618" alt=""><figcaption></figcaption></figure>

### 작동 방식

* 매수 측 세금은 99%에서 시작하여 창립자가 선택한 보호 기간 동안 1%까지 감소합니다.
* 보호 기간은 0초에서 98분까지 설정할 수 있습니다.
* 매도 측 세금은 전체 기간 동안 1%로 고정됩니다.
* 보호 기간 동안 수집된 모든 스나이퍼 세금은 온체인에서 에이전트 토큰을 자동으로 재매입하는 데 사용됩니다.
* 재매입된 토큰은 3개월 클리프와 9개월 선형 베스팅 일정에 따라 팀 지갑으로 분배됩니다.

이 구조는 봇과 기회주의적 스나이퍼로부터 초기 유동성을 보호하는 동시에, 초기 변동성을 프로젝트 창립자에게 장기적인 정렬로 전환합니다.

### 설정

창립자는 생성 단계에서 보호 기간을 설정합니다. 감소율은 선택한 기간이 끝날 때 1%에 도달하도록 자동으로 조정됩니다.

예시:

* 60초 기간: 세금은 60초 동안 99%에서 1%로 감소합니다.
* 98분 기간: 세금은 98분 동안 99%에서 1%로 감소합니다(분당 1%).
* 0초: 스나이퍼 보호가 적용되지 않습니다. 거래 세금은 출시 시점부터 1%로 고정됩니다.

### FAQ

<details>

<summary>스나이퍼 세금 재매입은 세금이 1%로 떨어진 직후에 시작되나요?</summary>

구성된 보호 기간이 끝나고 매수 측 세금이 기준선인 1%에 도달하면 재매입이 자동으로 시작됩니다.

</details>

<details>

<summary>수집된 스나이퍼 세금은 한 번의 매수에 사용되나요, 아니면 시간에 걸쳐 사용되나요?</summary>

재매입은 24시간에 걸쳐 점진적으로 실행됩니다.

</details>

<details>

<summary>출시 후 보호 기간을 변경할 수 있나요?</summary>

아니요. 보호 기간은 생성 시 설정되며 에이전트 런치 페이지가 게시된 후에는 수정할 수 없습니다.

</details>


---

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

```
GET https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals/capital-formation-layer/anti-sniper-protection.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.
