Transparency
Contracts, proofs, payouts, and security — everything you need to verify CLT is fair and transparent.
Holders’ Share — Per Round (เมื่อข้อมูลพร้อม)
ส่วนนี้จะแสดงข้อมูลการกระจาย Holders’ Share ต่อรอบ จากแบ็กเอนด์/ออนเชน เมื่อปล่อยใช้งาน
Referral Commissions — Summary
Payout Cycles — Holders’ Share
Fairness & VRF Proofs
We use Chainlink VRF for verifiable randomness. Follow these steps to verify a draw:
- Open the VRF request transaction on Solscan.
- Open the corresponding fulfill transaction.
- Read the randomness output and apply the mapping formula.
- Match the winning number and check payout transactions.
Mapping Example (JS)
const N = 1000000; // ticket space
const rnd = BigInt('0x' + RANDOM_HEX);
const win = Number(rnd % BigInt(N));
console.log('Winning number:', win);
Fees & Allocation
Clear breakdown of protocol fees and allocation with proof transactions.
- Prize pool: 90% (primary rewards)
- Operations: 5%
- VRF/Infra: 3%
- Treasury/Reserve: 2%
Security
We prioritize safety. Multisig operations, least-privilege keys, and verifiable on-chain flows.
Audit
(TBD)
Bug Bounty
(TBD)
Multisig Wallets
We’ll populate these once multisig addresses are finalized.
Status & Incidents
All systems nominal. (This section summarizes uptime and any incidents.)
Changelog
- v0.1 — Initial transparency page scaffolding