Just wanted to share the payment status for this proposal so everyone’s aware of the progress:
-
Initial Down Payment: 360,231 CKB — completed on August 8, 2025
-
Milestone 1 Payment: 1,928,641 CKB — completed on October 23, 2025
Just wanted to share the payment status for this proposal so everyone’s aware of the progress:
Initial Down Payment: 360,231 CKB — completed on August 8, 2025
Milestone 1 Payment: 1,928,641 CKB — completed on October 23, 2025
Milestone 2 focuses on:
Implementations of advanced API based on Netlify Functions and Proxied validation that are core to new modules including identity verification, achievement, reward tracking, streak bonus;
Implementation of the tipping system with multi-signature peer approvals;
Work during this iteration centres on expanding the identity system beyond the initial wallet-only approach, introducing community-facing leaderboards, and building the multi-signature tipping rail that unlocks peer recognition. Significant progress landed across the dApp, smart contracts, and serverless functions, while several components remain in active development for the final stretch of the milestone.
Telegram login, wallet binding, and server-side attestation via Netlify function (dapp/app/verify/page.tsx, dapp/netlify/functions/telegram-authenticate.ts)
Unified verification status hook with campaign gating helpers (dapp/lib/hooks/use-verification.ts)
Verification dashboard surfaces current bindings, pending actions, and manual review intake UI
Chain-backed leaderboard page with live Points UDT aggregation and per-user positioning (dapp/app/leaderboard/page.tsx, dapp/lib/services/leaderboard-service.ts)
Contributor dashboard summarizes submissions, campaign progress, token balances, and activity timeline (dapp/app/dashboard/page.tsx)
Navigation and layout updates expose leaderboard, tipping, and verification entry points across the dApp
Streak bonus implemented
Achievement implemented
ckboost-tipping-type contract skeleton with business rules for supporter whitelists and approval thresholds (contracts/contracts/ckboost-tipping-type/src/recipes.rs)
SSRI-enabled tipping service/provider capable of proposing or updating tips, fetching approved proposals, and reading funding pools (dapp/lib/services/tipping-service.ts, dapp/lib/providers/tipping-provider.tsx)
Community tipping pages with proposal form, Nostr-backed long descriptions, and detailed proposal cards (dapp/app/tipping/*, dapp/components/tipping-card.tsx)
Protocol administration components expose tipping configuration, script hashes, and pending changes (dapp/components/admin/protocol/*)
Deployment documentation for Telegram identity infrastructure (dapp/DEPLOYMENT.md)
Updated deploy-contracts.sh to recognize tipping contracts alongside existing script bundle
Generic identification data structure is available for DID/KYC.
Multiplier as not meaningful after bonus streak is implemented
Expand verification methods: integrate Telegram admin review, prepare DID/KYC hooks for later.
Design simple leaderboards and user profiles with progress tracking.
Add streak bonuses, difficulty multipliers, and badge milestone features.
Develop the tipping system with multi-signature peer approvals.
Improve user profiles: public achievements, contribution logs.
Build out admin dashboard for better submission management and analytics.
Thanks @Alive24 for your continued work on this. I have conducted testing and feedback for M2 features and would advise it is ready for M3. @poshboytl
I have also requested that the CKB milestone payment be adjusted to reflect the USD value in a separate thread.
Dear community, a quick update, CKBoost’s M2 funds have been paid by the DAO Treasury: https://explorer.nervos.org/transaction/0x07aef49a7290a534a901bb1e1bb701c141976cb4a7843cd3c4772e88ed12dfcb
Details: 4635652.81*0.3 = 1,390,695.843 CKB
Additionally, according to Transitional Policy Statement (Community Fund DAO v1.1), Terry subsidized the funds: https://explorer.nervos.org/transaction/0x028bbd907370ff4f703fc794adf1d6542bea995381c7e3245d964779fa9a5ced
Details: 6000 - (1,390,695.843 * 0.002315) = 2,780.539123455
2,781 / 0.002315 = 1,201,295.8963282937
亲爱的社区成员,快速更新一下,CKBoost 的 M2 资金已由 DAO 金库支付:https://explorer.nervos.org/transaction/0x07aef49a7290a534a901bb1e1bb701c141976cb4a7843cd3c4772e88ed12dfcb
详情:4635652.81 * 0.3 = 1,390,695.843 CKB
此外,根据 Transitional Policy Statement (Community Fund DAO v1.1) 的信息,Terry 提供了资金补贴:https://explorer.nervos.org/transaction/0x028bbd907370ff4f703fc794adf1d6542bea995381c7e3245d964779fa9a5ced
详情:6000 - (1,390,695.843 * 0.002315) = 2,780.539123455
2,781 / 0.002315 = 1,201,295.8963282937
Milestone 3 focused on shipping the remaining core implementation work, followed by a structured testing campaign to validate real-world flows and polish the product based on feedback. At this stage, the main code deliverables are completed; the remaining work is primarily around organizing end-to-end real campaign testing and iterative improvements based on test results which would be organized by Neon very soon.
In addition beyond milestone 3, we also implemented a major UI update thanks to the awesome design from Ahrom.
The main milestone site has been promoted to M3 at https://ckboost.netlify.app/.
The previous site is available at https://milestone-2-preview--ckboost.netlify.app/ but many features that rely on on-chain data and domain configuration won’t work.