Generic Simulation Tool Docs
  • 👋Welcome to the Cenit tokenomics simulation platform
  • âœī¸Basic Editor
    • âš™ī¸Set up your Token Economy
    • 🔍Analyze and improve your Token Economy
  • 📊Advanced Editor
    • Introduction
      • Converting from the Basic editor
      • Creating from scratch with the Advanced editor
    • Advanced editor workflow
      • Allocation and Vesting
      • Agents and Token Flows
      • Input Parameters
      • Simulation Equations
      • Metrics
      • Sidebar Configuration
      • Results Graphs Configuration
    • How to adjust parameters in the simulation
    • How to add new token mechanics
  • OTHERS
    • Stuff to be aware of
      • Timestep length
      • Staker behavior
      • Market Liquidity
      • Token price
    • â„šī¸Formulae
Powered by GitBook
On this page
  1. OTHERS
  2. Stuff to be aware of

Token price

The token market is modeled as a single AMM (Automated Market Maker) pool representing all the aggregated liquidity available from various CEX and DEX where the token may be traded. The pool is between the protocol native token and an arbitrary USD-valued token, with an AMM law of X * Y = K, where K remains constant for a certain liquidity.

All token purchases and sales are executed against this pool, altering the amount X of the protocol token and Y of USD so that K remains the same (K = X' * Y'). These trades cause a change in the token price, defined as P = Y / X.

PreviousMarket LiquidityNextFormulae

Last updated 9 months ago