(KR)
배경
Kaia v2.0 Prague 하드포크부터는 Consensus Liquidity 기능이 도입되어, CL DEX에 예치된 KAIA를 CL 파트너가 프로토콜에 스테이킹한 것으로 인식할 수 있습니다.
해당 기능과 관련하여, CL의 도입과 BORA, SCNR를 파트너사로 선정하는 KGP-11 안건이 통과되었으며, 이에 따라 Kaia 재단은 CL의 기술적 도입 작업을 진행 중입니다.
그 일환으로, CL DEX에 예치된 KAIA를 투표권으로 반영하기 위해 GC 승인 하에 온체인 보팅 룰을 변경하는 스마트 컨트랙트를 실행할 필요가 있습니다.
안건 요약
본 안건은 아래 트랜잭션을 실행함으로써 기존의 투표권 계산 컨트랙트인 StakingTracker를 V1 (0x9b8688d616D3D5180d29520c6a0E28582E82BF4d
) 에서 V2 (0xf45c37c265f148894d6d9a4c066afaab00557c9c
) 로 교체하려는 목적을 가지고 있습니다. 이 업데이트는 이후 투표부터 적용되며, 기존 안건에는 영향을 미치지 않습니다.
target = 0xca4ef926634a530f12e55a0aee87f195a7b22aa3 (Voting)
value = 0
calldata = 0x5be6eacc000000000000000000000000f45c37c265f148894d6d9a4c066afaab00557c9c (Voting.updateStakingTracker(0xF45c37c265f148894D6d9A4c066aFaAB00557c9c))
아래는 변경과 관련된 컨트랙트 소스코드입니다.
(EN)
Background
Starting from the Kaia v2.0 Prague hardfork, the Consensus Liquidity feature will be introduced. This allows KAIA tokens deposited into CL DEX pools to be recognized as staked assets by CL partners at the protocol level.
The adoption of this feature was formalized through the approval of KGP-11, which designated BORA and SCNR as official CL partners. Following this approval, the Kaia Foundation has been working on the technical implementation of Consensus Liquidity.
As part of this process, the on-chain voting rule must be updated by executing a smart contract that requires GC approval, in order to count KAIA deposited in CL DEX pools as voting power.
Proposal Summary
This proposal seeks to execute the following transaction to upgrade the current voting power calculation contract from StakingTracker V1 (0x9b8688d616D3D5180d29520c6a0E28582E82BF4d
) to StakingTracker V2 (0xf45c37c265f148894d6d9a4c066afaab00557c9c
).
The new tracker will take effect for proposals submitted after this upgrade and will not affect any existing proposals.
target = 0xca4ef926634a530f12e55a0aee87f195a7b22aa3 (Voting)
value = 0
calldata = 0x5be6eacc000000000000000000000000f45c37c265f148894d6d9a4c066afaab00557c9c (Voting.updateStakingTracker(0xF45c37c265f148894D6d9A4c066aFaAB00557c9c))
The related contract source codes are as follows: