OriginTrail Deep Dive
  • Introduction
  • Applications
    • Artificial Intelligence
      • ChatGPT vs ChatDKG
    • Supply chains
      • BSI
      • BSI - SCAN
      • Swiss Federal Railways
      • OneAgrix
      • Trusted Bytes
      • Oracle
      • Sustainable Agriculture
        • Ekopakt
        • SmartAgriHubs
        • DEMETER
        • The Food Safety Market
    • Healthcare
      • BSI Healthcare – AidTrust
      • World Federation of Hemophilia
      • Sustainable Medicines Partnership (SMP)
    • Construction
    • Financial analysis
    • Web3
      • Metaverse
      • Content Creators
      • NFTs & Knowledge Assets
      • Semantic Web
      • Ontochain
    • Fashion & Apparel
    • Education & Research
      • Scientific and Academic Research
  • Foundation
    • Core Values
    • Global Standards
    • Tokenomics
      • TRAC Utility Mechanics
    • OriginTrail V8
    • NeuroWeb AI
    • Decentralized Knowledge Graph
    • Network Operating System (nOS)
    • Advisors
    • Trace Alliance
      • Canadian Firms
    • Competitors
      • Blockchain & Supply Chain Solutions
      • OriginTrail and The Graph
      • Decentralized Knowledge Graphs
  • Announcements
    • Notable Events
      • DKG Conference 2023
      • Frictionless International Trade
      • EU Blockchain Summit
    • News & Updates
      • On TRAC(k) Podcast
    • Press & Mentions
    • Timeline (deprecated)
  • Guides
    • Staking Instructions
    • Node Instructions
      • Multichain setup
      • Gnosis setup
    • Node APR
    • Teleportation Guide
    • New V6 node requirements
    • Trace Labs, OriginTrail and TRAC
    • Definitions
    • OTP Claiming FAQ (deprecated)
    • Team AMA (deprecated)
      • November 2022
      • September 2022
      • August 2022
  • Others
    • OriginTrail Club Proposals
      • OTC-Proposal-1
    • Additional Resources
      • Trinizone
      • BRX
      • Shys70
    • How to Contribute
    • Disclaimer
    • Donations
  • 📊OTHub Statistics
  • 👥Community
  • ❔Support
Powered by GitBook
On this page
  • Publishing Mechanics
  • Node Operation and Staking Mechanics
  • Node Selection and Reward Process:
  • Delegator Earnings and Fees:

Was this helpful?

Edit on GitHub
  1. Foundation
  2. Tokenomics

TRAC Utility Mechanics

Explaining the utility of TRAC token in details

The mechanics of TRAC within the OriginTrail ecosystem are designed to ensure a transparent, efficient, and decentralized knowledge economy. Here’s a breakdown of the key components:

Publishing Mechanics

The publisher, such as a poultry producer wishing to showcase their farm’s certifications and practices, determines the length of the service in terms of epoch (1 epoch = 90 days), sets a bid price, and the asset is measured by size (1 byte per character).

The service cost in $TRAC is calculated as follows:

Service cost ($TRAC) = Bid Price * Asset Size (KB) * Number of Epochs * Number of Nodes

Number of Nodes: 3 (always 3 winning nodes per asset published per epoch)

Example:

If a poultry producer wishes to publish a Knowledge Asset of 10KB for 2 epochs, at a bid price of 0.02 $TRAC, the calculation is:

Servicecost=0.02∗10∗2∗3=1.2TRACService cost = 0.02 * 10 * 2 * 3 = 1.2 TRACServicecost=0.02∗10∗2∗3=1.2TRAC

Node Operation and Staking Mechanics

To begin accepting services, OriginTrail node runners must stake a minimum of 50,000 TRAC. This acts as collateral to foster reliability and integrity. Nodes set an ask price, which is the minimum they are willing to accept for storing assets. The bid from publishers must meet or exceed this ask price to ensure their assets are stored.

Nodes are selected based on their 'score', determined by their proximity to the asset and the amount of TRAC they have staked.

Nodescore=Distance+NodestakeNode score = Distance + Node stakeNodescore=Distance+Nodestake

Node Selection and Reward Process:

Every epoch, 3 nodes are chosen based on the highest scores to submit storage proofs. If successful, they receive a reward. The process ensures that only the most reliable nodes store the Knowledge Assets.

Delegator Earnings and Fees:

TRAC holders have the option to delegate their stake to node runners, sharing in the earnings without managing a node. Earnings for delegators are calculated based on the proportion of their stake to the total node stake, minus any operator fees for node maintenance and expenses.

Delegatorearnings=TRACwon∗(delegatorshare/totalnodestake)∗(1−opfee)Delegator earnings = TRAC won * (delegator share / total node stake) * (1 - op fee)Delegatorearnings=TRACwon∗(delegatorshare/totalnodestake)∗(1−opfee)

Example:

If you delegate 200,000 TRAC to a node with a total stake of 2 million TRAC, and the node wins a reward of 400,000 TRAC (representing a 20% APY) with a 10% operator fee:

Delegatorearnings=400,000∗(200,000/2,000,000)∗(1−0.1)=36,000TRACDelegator earnings = 400,000 * (200,000/2,000,000) * (1 - 0.1) = 36,000 TRACDelegatorearnings=400,000∗(200,000/2,000,000)∗(1−0.1)=36,000TRAC
Operatorfee=400,000∗0.1=40,000TRACOperator fee = 400,000 * 0.1 = 40,000 TRACOperatorfee=400,000∗0.1=40,000TRAC

This model encourages active participation within the ecosystem, promotes the reliability of asset storage, and ensures a fair distribution of rewards based on contribution and performance.

PreviousTokenomicsNextOriginTrail V8

Last updated 1 year ago

Was this helpful?