feat: Implement Configurable Fee System with Market Size and Activity Tiers (#66)#155
Merged
Conversation
Contributor
|
@Jagadeeshftw Merged! Thanks for the PR! Your contribution helps make Predictify better. Hope to see more amazing PRs from you soon! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a comprehensive Configurable Fee System with Market Size and Activity Tiers as specified in issue #66. The implementation provides dynamic fee calculation based on market characteristics, ensuring fair pricing and platform sustainability.
✨ Features Implemented
Core Dynamic Fee System
Required Functions
calculate_dynamic_fee(market_id: Symbol)- Dynamic fee calculationget_fee_tier_by_market_size(total_staked: i128)- Market size tier determinationadjust_fee_by_activity(market_id: Symbol, activity_level: u32)- Activity-based adjustmentsvalidate_fee_percentage(fee: i128, market_id: Symbol)- Fee validationget_fee_calculation_factors(market_id: Symbol)- Calculation breakdownupdate_fee_structure(admin: Address, new_fee_tiers: Map<u32, i128>)- Admin fee updatesget_fee_history(market_id: Symbol)- Fee change history🔧 Technical Implementation
Fee Tier Structure
Activity Level Adjustments
Fee Validation & Limits
💡 Key Benefits
1. Fair Pricing Model
2. Transparency & Audit
3. Economic Sustainability
🧪 Testing & Quality Assurance
Test Coverage
Code Quality
🔗 Integration Points
Existing Systems
Future Extensibility
📊 Impact & Metrics
Economic Impact
User Experience
🚀 Deployment Ready
The implementation is:
🔍 Code Review Checklist
📝 Related Issues
🔧 Implementation Details
New Structures Added
Key Functions
🎯 Usage Examples
Basic Fee Calculation
Fee Tier Determination
Activity-Based Adjustment
Fee History Tracking
Ready for review and merge! 🚀