# 토크노믹스

## 토큰 분배

![](/files/Ckhy1bdzyr1vtppkT4FK)

* **Community Rewards (50%)**
  * 총 수량 5,000,000,000 KNS (50억개)
    * KAIA-KNS LP staking reward 3,000,000,000 KNS (30억개)
    * KNS governance staking reward 2,000,000,000 KNS (20억개)
  * 유동성 공급 보상, 스테이킹 보상 등으로 총 48개월에 걸쳐 분배됩니다.
* **Treasury (15.75%)**
  * 총 수량 1,575,000,000 KNS (15억 7500만개)
  * 거버넌스 출시 이후 DAO에 의해 운영되는 자금입니다.
* **Initial LP (0.75%)**
  * 총 수량 75,000,000 KNS (7500만개)
  * 최초 유동성 풀(KAIA-KNS) 형성시 사용됩니다.
* **Marketing & Partnership (5%)**
  * 총 수량 500,000,000 KNS (5억개)
  * 향후 마케팅 또는 타 프로젝트와의 협업에 사용됩니다.
* **Airdrop (0.5%)**
  * 총 수량 50,000,000 KNS (5000만개)
  * 2022년 3월 28일부터 2022년 4월10일까지 진행한 도메인 경매에서 도메인을 낙찰받은 분들에게 에어드랍됩니다.
* **Team (15%)**
  * 총 수량 1,500,000,000 KNS (15억개)
  * KNS 개발 팀에게 분배됩니다.
  * 6개월 락업 이후, 30개월에 걸쳐 선형 분배됩니다. (도합 36개월)
* **Investors (13%)**
  * 총 수량 1,300,000,000 KNS (13억개)
  * KNS 기관투자자들에게 분배됩니다.
  * 6개월 락업 이후, 30개월에 걸쳐 선형 분배됩니다. (도합 36개월)

## 수수료 분배

도메인 등록으로 지불된 KAIA의 10%는 KNS 팀에게, 40%는 Treasury로, 50%는 GradualDistributor로 분배됩니다.

![KNS 캐쉬 플로우 (Kaia 변경 이전 이미지입니다)](/files/fZK3NjY31hY2a5Kug7OJ)

구체적인 과정은 다음과 같습니다.

1. 도메인 등록이 발생하고 KaiaRegistrarController에 들어온 KAIA는 PrimaryDistributor로 이동합니다.
2. PrimaryDistributor는 받은 KAIA의 10%를 팀 지갑으로, 40%를 Treasury로, 50%를 GradualDistributor로 분배합니다.
3. GradualDistributor는 분배받은 KAIA를 도메인 등록 기간에 걸쳐 서서히 SecondaryDistributor로 보냅니다.
4. SecondaryDistributor는 받은 KAIA의 50%로 KNS를 매수하여 sKNS 홀더들에게 분배하고, 나머지 50%는 절반의 KAIA로 KNS를 매수하여 KAIA-KNS 풀에 유동성을 공급합니다. 해당 LP 토큰은 Treasury에 보관되어 POL(Protocol Owned Liquidity)가 됩니다.


---

# 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.klaytn.domains/token/kns/tokenomics.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.
