DeCleanup-Network / DeCleanup-Network/Farcaster-Mini-App
$bDCU Token Integration - Action Plan
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Phase 1: Token Launch
- Deploy $bDCU token on clanker.world/deploy (Base Mainnet)
- Configure token: Name "bDCU", Symbol "bDCU"
- Set up token image, description, website, social links
- Configure tokenomics
- Set up Creator Vault
- Execute Dev Buy
- Save token contract address
- Transfer dev buy tokens to bDCURewardDistributor contract
Phase 2: Contract Deployment
- Deploy bDCURewardDistributor contract to Base Mainnet
- Set token address in bDCURewardDistributor constructor
- Transfer dev buy tokens to bDCURewardDistributor contract
- Test token distribution functions (level, streak, referral, impact form)
- Verify contract has sufficient token balance
Phase 3: Environment Setup
- Add
NEXT_PUBLIC_BDCU_TOKEN_ADDRESSto.env.local - Add
NEXT_PUBLIC_BDCU_REWARD_DISTRIBUTOR_ADDRESSto.env.local - Update production environment variables
- Verify token balance reading works in frontend
Phase 4: Frontend Integration
- Verify "$bDCU" displays correctly (already done ✅)
- Test token balance reading from Clanker contract
- Verify automatic token distribution on user actions
- Test fallback to points system if token not deployed
- Add Clanker token page link (optional)
Phase 5: Testing
- Test level claim → 10 $bDCU distribution
- Test streak maintenance → 2 $bDCU distribution
- Test referral → 3 $bDCU (both parties)
- Test impact form → 5 $bDCU distribution
- Verify tokens appear in user wallet automatically
- Test on Base Mainnet (after testnet verification)
Phase 6: Migration (If Needed)
- Snapshot existing points balances (if any users have points)
- Plan 1:1 points-to-tokens conversion
- Execute airdrop or claim function for existing points
- Update UI to hide old points system
Phase 7: Launch
- Announce token launch
- Update documentation
- Monitor token distributions
- Monitor contract balance (refill if needed)
Timeline:
- Token deployment: 1 day
- Contract deployment: 1 day
- Testing: 2-3 days
- Migration (if needed): 1-2 days
Total: ~1 week from token launch to full integration
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the bDCURewardDistributor contract and the frontend code that reads NEXT_PUBLIC_BDCU_TOKEN_ADDRESS and NEXT_PUBLIC_BDCU_REWARD_DISTRIBUTOR_ADDRESS; no file paths or tests are named. Confirm the deployment and migration scope, then use the Phase 5 user-action checks as completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100