STEPN Level-Up Simulator (Level 0 to Level 30)

A simple simulator you can use to estimate the number of days you need to reach each level.

Ehsan Yazdanparast
Coinmonks
Published in
15 min readMay 5, 2022

--

A simple simulator you can use to estimate the number of days you need to reach each level.

In this story, I am going to build a simple STEPN simulator using which you can estimate how many days you need to level up your sneakers — from minimum level (0) to maximum level (30).

Of course, there are many factors involved in the level-up process:

  • Sneaker Class (Walker, Jogger, Runner, Trainer)
  • Sneaker Quality (Common, Uncommon, Rare, Epic)
  • Sneaker Base Points (Efficiency, Resilience)
  • Distribution of Gained Points on Each Level (4 additional points per level)
  • Energy Consumption Factors (Optimal Speed, GPS Signal, Randomness, etc.)
  • GST/GMT Ratio Conversion Rate (Levels 5, 10, 20, 29, and 30)

However, to make things simpler, and have a basis for the simulation process, here are my assumptions:

  • Sneaker Class: Jogger
  • Sneaker Quality: Common
  • Sneaker Base Point: Efficiency (7), Luck (5), Comfort (5), Resilience (4). This is a good enough Sneaker to start with for most users.
  • GST/GMT ratio: 2

--

--

Ehsan Yazdanparast
Coinmonks

Ph.D., Software Developer, Tech Enthusiast. Support my writing by joining Medium through my Referral Link bit.ly/3wQhMKZ (I will earn a small commission)