Smart Contract Architecture

Every step of LIVO’s architecture supports our mission to Launch, Innovate, Vibe, and create Opportunity:

  1. Launch → Creator deploys token through LIVO-FACTORY.sol with bonding curve & graduation logic.

  2. Innovate → Unique price discovery & fee-split model encourages project creativity and sustainable growth.

  3. Vibe → Bonding curve phase promotes organic market engagement before going public on Uniswap V2.

  4. Opportunity → Permanent liquidity plus ongoing Uniswap trading fee rewards to incentivize participation.

Flow:

  1. Creator deploys token → Bonding Curve active

  2. Users trade → Fees split via FeeSplitter

  3. Graduation criteria met → Liquidity migrated

  4. LP burned → Post-graduation trading continues

Contracts:

  1. LIVO-FACTORY.sol – Deploys tokens, whitelists contracts

  2. TOKEN.sol – Handles buy/sell and graduation trigger

  3. BOUNDING-CURVE.sol – Calculates price

  4. Graduator.sol – Checks criteria, migrates to Uniswap

  5. FeeSplitter.sol – Splits buy/sell fees

  6. Chainlink PriceFeed – ETH/USD data

  7. Uniswap V2 Router – Creates pair & adds liquidity

Last updated