๐ Riddlen v5.1 Testnet Deployment
Amoy Testnet (Polygon) Deployment - Live!
Deployment Date: September 29, 2024
Network: Polygon Amoy Testnet (Chain ID: 80002)
Deployer: 0x73a7f88ccdF7E172EcAb321500cb7C77C81fD040
๐ Deployed Contracts
๐ช RDLN Token (Primary Currency)
- Address:
0x133029184EC460F661d05b0dC57BFC916b4AB0eB - Type: ERC20 Upgradeable with integrated treasury system
- Features:
- โ Rug-proof treasury with 1M RDLN monthly releases
- โ Emergency limits: Max 5M RDLN per year
- โ Autonomous operations funding
- โ Built-in burn mechanisms for gameplay
- โ Biennial halving economics
๐ RON Token (Reputation System)
- Address:
0xD86b146Ed091b59cE050B9d40f8e2760f14Ab635 - Type: ERC20 Upgradeable governance token
- Features:
- โ Tier-based access control
- โ Governance voting power
- โ Oracle network participation
- โ Anti-Sybil protection
๐ฎ RiddleNFTAdvanced (Gaming System)
- Address:
0x529e3076cB9A48D6FAd086abE5d23ea76159e9E3 - Type: ERC721 Upgradeable with advanced mechanics
- Features:
- โ TIERED REWARDS: First 25% get 2x, middle 50% get 1x, last 25% get 0.5x
- โ Progressive difficulty system
- โ Anti-cheat mechanisms (30s solve delay)
- โ Cross-contract RON integration
๐ฏ Core Innovation: Tiered Reward System
Revolutionary player incentives that prevent NFT hoarding:
Example: 20 Winners Total
โโโ Tier 1 (Positions 1-5): 2.0x rewards โ ~88,888 RDLN each
โโโ Tier 2 (Positions 6-15): 1.0x rewards โ ~44,444 RDLN each
โโโ Tier 3 (Positions 16-20): 0.5x rewards โ ~22,222 RDLN each
Total Distribution: 1,000,000 RDLN prize pool
Incentive Ratio: First solver gets 4x more than last solver
Result: Players rush to solve quickly instead of sitting on NFTs!
๐ก๏ธ Rug-Proof Treasury System
Unbreakable holder protections built into smart contracts:
Immutable Constants (Cannot be changed by anyone)
MONTHLY_OPERATIONS_RELEASE = 1,000,000 RDLN // Fixed monthly releases
RELEASE_INTERVAL = 30 days // Fixed schedule
MAX_EMERGENCY_RELEASE = 5,000,000 RDLN // Max emergency per year
EMERGENCY_COOLDOWN = 365 days // 1 year between emergencies
What Holders Can Trust
- โ Predictable supply: Maximum 12M RDLN per year from operations
- โ Emergency transparency: Max 5M with detailed reasoning
- โ No surprise dumps: All releases are time-locked and limited
- โ
Full transparency: Real-time tracking via
getSupplyProtectionInfo()
๐ Player Progression System
Access Tiers
- EASY Riddles: Open to everyone (entry point)
- MEDIUM Riddles: Requires SOLVER tier RON (earned from EASY)
- HARD Riddles: Requires EXPERT tier RON (advanced players)
- ORACLE Riddles: Requires ORACLE tier RON (governance elite)
Progression Flow
New Player โ EASY Riddles โ Earn RON โ SOLVER Tier โ MEDIUM Riddles
โ
Advanced Player โ EXPERT Tier โ HARD Riddles โ ORACLE Tier โ Governance
๐งช Testing Instructions
For Frontend Integration
// Contract ABIs and addresses
const RDLN_ADDRESS = "0x133029184EC460F661d05b0dC57BFC916b4AB0eB"
const RON_ADDRESS = "0xD86b146Ed091b59cE050B9d40f8e2760f14Ab635"
const RIDDLE_NFT_ADDRESS = "0x529e3076cB9A48D6FAd086abE5d23ea76159e9E3"
// Test the tiered reward system
await riddleNFT.previewTieredReward(prizePool, totalWinners, solvePosition)
// Check user's access tier
const userTier = await ron.getUserTier(userAddress)
// Execute monthly treasury release (anyone can call)
if (await rdln.canExecuteMonthlyRelease()) {
await rdln.executeMonthlyOperationsRelease()
}
Complete User Journey Test
- Start: User gets RDLN tokens
- Entry: Mint EASY difficulty riddle NFT
- Solve: Submit answer and earn RON + tiered RDLN rewards
- Progress: Use RON to access MEDIUM/HARD riddles
- Governance: Participate in DAO with ORACLE tier
๐ Verification
Polygonscan (Amoy) Links
- RDLN: https://amoy.polygonscan.com/address/0x133029184EC460F661d05b0dC57BFC916b4AB0eB
- RON: https://amoy.polygonscan.com/address/0xD86b146Ed091b59cE050B9d40f8e2760f14Ab635
- RiddleNFT: https://amoy.polygonscan.com/address/0x529e3076cB9A48D6FAd086abE5d23ea76159e9E3
Test Network Info
- Network: Polygon Amoy
- Chain ID: 80002
- RPC: https://rpc-amoy.polygon.technology/
- Faucet: https://faucet.polygon.technology/
๐ Whatโs New in v5.1
Major Innovations
- ๐ฏ Tiered Rewards: Solve fast = earn more (2x/1x/0.5x system)
- ๐ก๏ธ Rug-Proof Treasury: Unbreakable holder protections
- ๐ค Autonomous Operations: Self-sustaining monthly funding
- โก Integrated Systems: No more separate TreasuryDrip contract
- ๐ Battle-Tested Security: Emergency limits and transparency
Removed/Deprecated
- โ TreasuryDrip contract (integrated into RDLN token)
- โ Equal reward distribution (replaced with tiered system)
- โ Manual treasury operations (now autonomous)
๐ Next Steps
- Frontend Integration: Connect to these contract addresses
- User Testing: Test complete journey from EASY โ ORACLE
- Community Testing: Invite users to test tiered rewards
- Monitoring: Track treasury releases and player progression
- Mainnet Preparation: Final optimizations based on testnet feedback
๐ฎ Ready for players! The future of riddle gaming starts here.