Trading Contests
Overview
RedCarpetHQ runs epoch-based trading contests that reward active traders with a share of trading fees. Contests incentivize market activity and liquidity while distributing value back to the community.
How Contests Work
Epoch System
Contest Periods:
Tracking:
Reward Pool
40% of trading fees go to contests:
Example:
Distribution:
Participation
How to Participate
1. Trade during contest epoch
2. Buy campaign tokens (only buys count)
3. Accumulate volume
4. Meet minimum threshold
5. Claim rewards after epoch
No registration required - automatic participation
Minimum Threshold
Qualification Requirements:
Example:
Volume Calculation
What Counts:
What Doesn't Count:
Rewards Distribution
Pro-Rata Calculation
```
Your Reward = (Your Buy Volume / Total Qualified Volume) × Contest Pool
Example:
Claiming Rewards
After Epoch Ends:
1. Navigate to Contests page
2. View your rewards
3. Click "Claim Rewards"
4. Confirm transaction
5. Receive USDC
Timing:
Multiple Epochs
Participate in multiple contests:
Contest Strategy
Maximizing Rewards
✅ Effective Strategies:
ROI Consideration:
``
Net Profit = Contest Reward - Trading Fees Paid
Trading Fees = Buy Volume × 2.5%
Example:
Common Mistakes
❌ Avoid:
Anti-Manipulation
Wash Trading Detection
Monitored Patterns:
Consequences:
Fair Play Rules
Prohibited Activities:
Enforcement:
Leaderboard
Real-Time Tracking
View Current Standings:
Information Displayed:
Privacy
Anonymization:
Contest Types
Standard Contests
Regular epochs:
Special Events
Occasional special contests:
Announcements:
Tax Implications
Contest rewards are taxable:
Considerations:
Record Keeping:
Technical Details
Contest Contract
Key Functions:
`solidity
// Track buy volume
function addBuyVolume(
address token,
address trader,
uint128 volume
) external;
// Claim rewards
function claim(
address token,
uint32 epoch
) external;
// View rewards
function getClaimableAmount(
address token,
address trader,
uint32 epoch
) external view returns (uint256);
``
Integration
Connected Systems:
Best Practices
For Traders
✅ Do:
❌ Don't:
Risk Management
Protect Yourself:
Frequently Asked Questions
Q: Do sell transactions count for contests?
A: No, only buy volume counts toward contest rewards.
Q: Can I participate in multiple epochs?
A: Yes, each epoch is independent and you can participate in all of them.
Q: What if I don't meet the minimum threshold?
A: You won't qualify for rewards that epoch, but you can try again next epoch.
Q: When can I claim my rewards?
A: Anytime after the epoch ends. Rewards don't expire.
Q: Are contest rewards taxable?
A: Yes, contest rewards are typically taxable income. Consult a tax professional.
Q: Can I see other traders' volumes?
A: Yes, the leaderboard shows anonymized wallet addresses and their volumes.
Q: What happens if wash trading is detected?
A: Disqualification from contest, reward forfeiture, and potential account penalties.
Related Resources
Need Help?
If you have questions about trading contests, contact our support team at support@redcarpethq.org.