# CZero Pay 설계

CZero Pay(CP) 토큰 리워드 발행 및 배당 기준은 1일(24시간)이 당일 발전량을 기준으로 발행된 CP 코인을 당일 스테이킹한 사람들이 보유시간에 따라 배당 받게 된다. 다만 실제 배당일과 지급준비금 매입일은 CZero Pay의 발전수익이 들어오는 익월 30일로 한달간 배당 받게된 금액을 합산하여 지급한다.(단, 지갑으로 수령은 Phase 2부터 가능)

### CP 발행수량(CPIQ(d))

* CPIQ(d) = GQ(d) \* IC

### CP 총 발행량 중 리워드로 배당 되는 수량(TD(d))

* CPTD(d)=CPIQ(d) \* (CSQ(d)/CTQ)

### CP 총 발행량 중 소각되는 수량(RQ(d))

* CPRQ(d)=CPIQ(d) – CPTD(d)

### CP 개인 배당 수량(PD(d))

* CPPD(d)=IQ(d)\*(PSQ(d)/TQ)

### 리워드 기준 당일 CZERO 지분율

* SH=PSQ(d)/TQ

### CP 지급 준비금(DR)

* DR=IQ\*DR

> CPIQ : CP 발행 수량(EA)&#x20;
>
> GQ : 발전량(kWh)&#x20;
>
> IC : CP 토큰 발행 적용 계수(현재 0.1)&#x20;
>
> CPTD : CP 총 발행량 중 리워드로 배당 되는 수량&#x20;
>
> CSQ : 총 CZERO 스테이킹(sCzero) 수량&#x20;
>
> CTQ : 총 CZERO 발행 수량&#x20;
>
> CPRQ : CP 총 발행량 중 소각되는 수량&#x20;
>
> CPPD : CP 개인 배당 수량&#x20;
>
> PSQ : 개인 보유 스테이킹 CZERO(Sczero) 수량&#x20;
>
> SH : 리워드 기준 당일 CZERO 지분율&#x20;
>
> DR : 지급 준비율 계수(현재 100%)&#x20;
>
> 1CP=1DAI

> 리워드 보상 기준은 1일(24시간). 1일 5,000kWh 발전량이 발생하고 총 500EA의 CP코인이 발행됐다면 스테이킹 토큰의 지분율 0.1%sCzero 따라서 보유자가 받게 될 CP 코인은 500\*0.001=0.5CP가 됨


---

# 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.czero.finance/developers/undefined-1/czero-pay.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.
