Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Boltzmann Wealth Model

A simple model of agents exchanging wealth.

  • All agents start with the same amount of money
  • Every step, each agent with one unit of money or more gives one unit of wealth to another random agent
  • Wealth distribution starts perfectly uniform and moves to highly disproportionate

Run simulation

git clone [email protected]:lukehedger/token-simulator.git
cd token-simulator/examples/boltzmann/
yarn
yarn build
yarn start