Omneon
  • Welcome
    • Introduction
  • Quick Start Guide
  • System Overview
    • Architecture
    • How Lending Works
  • Interest Rate Model
  • Liquidation Mechanism
  • Risk Management
  • Omneon Token
    • Tokenomics
  • Use Cases
  • developer resources
    • Contract Addresses
  • Audit
    • Audit Reports
Powered by GitBook
On this page
  • OMNEON Token Economics
  • 📊 Token Overview
  • 🎯 Token Distribution
  • 💰 Token Economics Model
  • 🔮 Economic Projections
  • 🏛️ Governance Economics
  • 📱 Token Utility Summary
  • 🎯 Launch Information
Export as PDF
  1. Omneon Token

Tokenomics

OMNEON Token Economics

The OMNEON token (OMN) is the native utility and governance token of the Omneon protocol, designed to align incentives and create sustainable value for all ecosystem participants.

📊 Token Overview

Basic Information

Parameter
Value

Token Name

OMNEON

Symbol

OMN

Total Supply

1,000,000,000 (1 Billion)

Decimals

9

Blockchain

IOTA Rebased

Token Standard

Move Coin

Contract Address

  • Testnet: 0x05b4c48658ea6aa63c9e847f6421cf7e903f9ae58eb5233597e460ad869fda7f::omneon::OMNEON

  • Mainnet: TBA (Q2 2025)

🎯 Token Distribution

Allocation Breakdown

TBD

💰 Token Economics Model

Staking Yield Model

Base Staking APY = 15-40% (varies by pool)

Factors Affecting Yield:
├── Pool Utilization: Higher utilization = higher rewards
├── Staking Ratio: Lower staking ratio = higher APY per staker
├── Protocol Revenue: More fees = more rewards to distribute
└── Governance Participation: Active voters earn bonus rewards

Emission Rate Formula

// Simplified emission calculation
function calculateEmission(poolType, timeElapsed, totalStaked) {
    baseEmissionRate = getEmissionRate(poolType);  // OMN per second
    newRewards = (timeElapsed * baseEmissionRate) / 10000;
    rewardsPerToken = (newRewards * 1e9) / totalStaked;
    return rewardsPerToken;
}

🔮 Economic Projections

Supply Dynamics (4-Year Projection)

Metric
Year 1
Year 2
Year 3
Year 4

Circulating Supply

275M

487.5M

725M

1B

Staking Participation

60%

55%

50%

45%

Effective Circulating

110M

219M

362M

550M

Token Velocity

2.0x

2.5x

3.0x

3.5x

🏛️ Governance Economics

Voting Power

Voting Power = sqrt(Staked OMN) + Time Weight Bonus

Benefits:
├── Fair representation (quadratic voting)
├── Long-term holder advantage
├── Prevents whale dominance
└── Encourages participation

Governance Rewards

  • Participation Bonus: +10% staking rewards for active voters

  • Proposal Rewards: OMN rewards for successful governance proposals

  • Committee Compensation: Payment for governance committee members

  • Bug Bounty: OMN rewards for finding governance exploits

📱 Token Utility Summary

Primary Uses

  1. Staking Rewards: Stake share tokens to earn OMN

  2. Governance Voting: Participate in protocol decisions

  3. Fee Discounts: Reduced fees for OMN holders

  4. Collateral: Use OMN as collateral for borrowing

  5. Premium Features: Access to advanced AI tools

Secondary Uses

  1. Liquidity Provision: LP tokens for OMN pairs

  2. Insurance Staking: Stake OMN to provide protocol insurance


🎯 Launch Information

Token Generation Event (TGE)

  • Date: Q2 2025 (with mainnet launch)

  • Initial Price: To be determined by market

  • Initial Liquidity: 50M OMN + matching IOTA

  • Listing Exchanges: TBA

Fair Launch Principles

  • ✅ No Pre-mine: All tokens minted at TGE

  • ✅ Community First: 67.5% for community and rewards

  • ✅ Transparent Vesting: All schedules public and enforced

PreviousRisk ManagementNextUse Cases

Last updated 3 days ago