VRAM.AI
  • Overview
    • 🀝Introduction
    • πŸ€–Vision
  • Agent Protocol
    • 🏭Framework
    • 🎡VRAP Agent
  • Platform
    • πŸ“—Architecture Overview
    • πŸ•ΈοΈFuture Architecture
    • πŸ’°Revenue & Services
  • Tokenomics
    • πŸͺ™Token Model
    • πŸ§‘β€πŸŒΎStaking
    • πŸ§‘β€πŸ”¬Testnet and tVRAM
    • πŸ€‘AI Reserve
    • 🦾Agent Economy
  • NFT Collection
    • 🟒Genesis NFT
    • 🧬Axolotl Standard
    • πŸ“šNFT Utilities
Powered by GitBook
On this page
  • Overview
  • Staking Benefits
  • 1. Revenue Share
  • 2. Platform Benefits
  • 3. Bonus Rewards
  • Staking Tiers
  • Lock Periods
  • Reward Distribution
  • Platform Revenue Share
  • Staking APR
  • Governance Rights
  • Unstaking Rules
  • Special Features
  • 1. Compound Staking
  • 2. Flexible Rewards
  • 3. Boost System
  • Implementation
  • Smart Contract
  • Security
  • Risk Management
  1. Tokenomics

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.

PreviousToken ModelNextTestnet and tVRAM

Last updated 5 months ago

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

  1. Notice Period

    • 7 days for amounts under 5,000 VRAM

    • 14 days for amounts over 5,000 VRAM

  2. Early Withdrawal

    • 10% penalty fee

    • Forfeit pending rewards

    • 72-hour cooldown period

  3. 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

πŸ§‘β€πŸŒΎ