π§βπΎStaking
Agents and human Investors will stack $VRAM to earn rewards for believing in us, or use it to get full service cloud/onchain ai agent integration.
Overview
The VRAM staking mechanism is designed to promote long-term holding and active participation in the platform's growth.
Staking Benefits
1. Revenue Share
Share in platform's revenue
Agent deployment fees
Service usage fees
Transaction fees
2. Platform Benefits
Governance rights
Premium features
Priority access
Enhanced rewards
3. Bonus Rewards
Early staker bonus
Lock-up multipliers
Activity rewards
Referral benefits
Staking Tiers
Lock Periods
1 Month: Base rewards
3 Months: 1.5x multiplier
6 Months: 2x multiplier
12 Months: 3x multiplier
Reward Distribution
Platform Revenue Share
70% to Stakers
20% to Treasury
10% to Burn
Staking APR
Base Rate: 15% APR
Maximum Rate: 45% APR (with multipliers)
Dynamic based on:
Lock duration
Staking amount
Platform activity
Governance Rights
Stakers receive governance rights proportional to their staked amount:
Vote on proposals
Create proposals
Participate in decisions
Shape platform direction
Unstaking Rules
Notice Period
7 days for amounts under 5,000 VRAM
14 days for amounts over 5,000 VRAM
Early Withdrawal
10% penalty fee
Forfeit pending rewards
72-hour cooldown period
Regular Unstaking
Complete lock period
Receive all rewards
No penalties
Special Features
1. Compound Staking
Auto-compound rewards
Increase stake over time
Maximize returns
Reduce gas fees
2. Flexible Rewards
Choose reward type
Platform credits
Enhanced features
Special access
3. Boost System
Implementation
Smart Contract
struct StakingPool has key {
id: UID,
total_staked: u64,
reward_rate: u64,
last_update_time: u64
}
struct StakePosition has key {
id: UID,
amount: u64,
start_time: u64,
claimed_rewards: u64
}
Security
Risk Management
Audited contracts
Time-locked rewards
Emergency pause
Secure withdrawals
Last updated