BalancerV2 Simulations
  • Getting Started
  • Understanding BalancerV2
    • Balancer Basics
    • Use cases
  • Simulation Packages
    • Model Overview
    • Pool Functions
    • Pool Exploration
  • Code & Instructions
    • BalancerV2: The Python Edition
      • StableMath.py
      • StablePool.py
      • WeightedMath.py
      • WeightedPool.py
      • BalancerConstants.py
      • util.py
Powered by GitBook
On this page

Was this helpful?

  1. Simulation Packages

Pool Exploration

With our demos, we show an example analysis of Balancer Pool.

a) Pool Energy :

  • TVL (Total Value Locked) vs. Invariant V (Pool energy, over time)

  • Token Balances (individual token balances)

b) Pool Characteristics:

  • Sources of Pool Growth (BPT, Fees)

  • Action Types

PreviousPool FunctionsNextBalancerV2: The Python Edition

Last updated 4 years ago

Was this helpful?