๐ Transparency
Contracts, proofs, payouts, and security โ everything you need to verify CLT is fair and transparent. All on-chain, all verifiable.
Last refresh:
--:--:--
Explorer Shortcuts:
๐ Solscan (Token)
๐งช Solscan (Pair)
๐ Raydium
๐ Birdeye
๐ DEXScreener
๐ Holders' Share โ Per Round
Latest Rounds
| Round | NetSales (USDT) | Holders' % | Pool (USDT) | Paid (USDT) | Block/Tx |
|---|---|---|---|---|---|
| Pending Verification | |||||
๐ฐ Referral Commissions โ Summary
Loading...
| Referrer | Accrued (USDT) | Paid (USDT) | Last Payout |
|---|---|---|---|
| Pending Verification | |||
๐ Payout Cycles โ Holders' Share
Latest Cycles
| # | Start | End | Holders % | Inflow (USDT) | Pool (USDT) | Settlement |
|---|---|---|---|---|---|---|
| Pending Verification | ||||||
๐ฒ Fairness & VRF Proofs
We use Chainlink VRF for verifiable randomness. Follow these steps to verify any draw:
- 1Open the VRF request transaction on Solscan.
- 2Open the corresponding fulfill transaction.
- 3Read the randomness output and apply the mapping formula.
- 4Match 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);
๐ Prize Pool & Payouts
Current Pool
$0 USDT
| Tier | Amount (USDT) | Winners | Per Winner |
|---|---|---|---|
| Pending Verification | |||
Recent Draws
| Draw | Winning # | Prize (USDT) | Tx |
|---|---|---|---|
| Pending Verification | |||
๐ Fees & Allocation
Clear breakdown of protocol fees and allocation with proof transactions.
- Prize Pool: 90% (primary rewards)
- Referrals: 5%
- Operations/VRF/Infra: 3%
- Buyback/Reserve: 2%
๐ Security
We prioritize safety. Multisig operations, least-privilege keys, and verifiable on-chain flows.
PLANNED
Audit scheduled for Q2 2026
PLANNED
Bug bounty program launching soon
Multisig Wallets
Pending Verification
Multisig wallets not yet configured. Will be updated before mainnet launch.
โ ๏ธ Risk & Disclaimers
On-chain data, indexer, or RPC delays may affect display freshness. Data shown may be delayed by up to a few minutes.
No guarantee of future returns. Cryptocurrency investments carry significant risks including total loss. Users are solely responsible for their decisions.
Smart contract risk exists. While audits reduce risk, they do not eliminate it entirely. Only invest what you can afford to lose.
Regulatory environments differ by jurisdiction. Users must ensure compliance with their local laws before participating.
๐ Contact & Support
Reach out to us through official channels. Beware of impersonators โ always verify links.
๐ก Status & Incidents
โ
All systems nominal. Data refreshes automatically every 60 seconds.
๐ Changelog
- v0.3 โ Added dynamic data loading, risk disclaimers, and contact section
- v0.2 โ Redesigned transparency page to match main site
- v0.1 โ Initial transparency page scaffolding