TelexFree — Higher fidelity model

My previous post on TelexFree was the result of a quick spreadsheet model that assumed a geometric growth rate that was uniformly assumed for all members. On a recent flight, I built an object oriented model in MATLAB to more realistically show how telex works. This is a really fascinating system.

First, all my code is here on github, but I incorporated the following items:

  • A new recruit saturates their ‘warm market’ first (friend and family), but the number of conversations they have decreases to a trickle
  • I have no idea what historical conversion rates are, but things blow up when each recruit starts talking to more than 5 people with a probability of success of 0.1 or greater (expected value of 1/2 recruit per month).

There is a lot to talk about here, but I wanted to share the interesting nature of networks you get if you consider a stochastic conversation rate. Here are four plots at different levels of conversion probability:

telex free

And after a little more work, I incorporated some more dynamics and ran the model for a simulated year. In particular, now:

  • The game stops when the boss has less than 5 weeks of money to pay out
  • There is a population saturation of 500 people, after 500 people are recruited, the market doesn’t grow (yes, this should be bigger, but I’m interested in the dynamics that come from the fact that at some point the pool of interested investors is saturated)
  • I track cash flow between the members and the owner. I don’t yet include the binary compensation, but that is simple enough to add.
  • Payments (the \$20 return) come two weeks after submitting payment.

Here are my results:

network

You can see that in this scenario, I ran for 52 weeks with a conversion probability of 10{aaa01f1184b23bc5204459599a780c2efd1a71f819cd2b338cab4b7a2f8e97d4} (1 out of ten conversations would be a sale on average). Also, the participants attempt 6 sales the first week, then 5 the next,4,3,2,1 and one for the duration of the model as one’s contacts are exhausted. The end result is 79 winners (or roughly 16{aaa01f1184b23bc5204459599a780c2efd1a71f819cd2b338cab4b7a2f8e97d4}) with an average win of \$109.31. The other 421 individuals lost an average of \$-120.81. The owner walked away with roughly \$42,000. Obviously, each of these could increase, but they would increase proportionally.

winners losers

If I increase the network growth to a maximum of 5000, the curve starts getting much steeper with a big winner with around \$650, the owner now has \$487,216 (they would have had much more if they wouldn’t have waited until growth stopped). They shut down the operation at the 46th week when their cash flow diminished to 5 weeks of possible payment. As the network grew, the percentage of winners went down to 12{aaa01f1184b23bc5204459599a780c2efd1a71f819cd2b338cab4b7a2f8e97d4} and the losers lost an average of \$-127. However, see how very similar the curve shape is overall. The system behavior is very robust when compared with market size and membership fluctuations.

5000 members

This didn’t look right to me. I found the growth dynamics to behave way too optimistically. In reality, every movement is driven by zealots who go all in, who motivate and exploit the sheep. I decided to set up a random draw where 10{aaa01f1184b23bc5204459599a780c2efd1a71f819cd2b338cab4b7a2f8e97d4} of new members are zealots. You, the founder, are of course a zealot. Zealots saturate their local network and continue to pitch TelexFree each week. They recruit many non-zealots who have a 50{aaa01f1184b23bc5204459599a780c2efd1a71f819cd2b338cab4b7a2f8e97d4} chance of having a conversation with someone each week. Zealots also buy the AdCentral Family Pack for \$1,375 and earn \$100 back a week from the network. At this point there is huge variance in the model, so I will run three scenarios with the same parameters (52 weeks, 10{aaa01f1184b23bc5204459599a780c2efd1a71f819cd2b338cab4b7a2f8e97d4} chance of completing a sale on average).

zealot1
zealot2
zealot3

See how very differently the three scenarios developed. From a year the boss made either \$2770, or \$8860 or lost \$1360. This seems much more realistic as different individuals are going to have very different experiences, depending how aggressively they recruit and how lucky they are. In the zealot model, few nodes have large downstreams, which means that few individuals profit and not necessarily the earliest members. Also, most losers only lose a modest sum, but they are vast in number. The third scenario is the worst for the owner and that is when an individual goes all in, but fails to recruit other members. The network never gets anywhere and that member never becomes a profitable node. This tells me their strategy is to actively reward growth.

Please post to comments if anyone has dynamics they would like to see in the model.

If I have more time, I would like to better understand the following questions:

  • What rate of growth is necessary for profitability and when is the optimal exit strategy for participants and the owner (game theory)?
  • What probability of conversion is necessary for growth?
  • It looks like their compensation scheme has become more complex. Easy enough to model, but incentivizing growth. See this page.

Posted

in

by

Comments

6 responses to “TelexFree — Higher fidelity model”

  1. Felix Avatar
    Felix

    Wow! Great work! Keep it coming… Can You please send me the spreadsheet?

  2. […] I built a much better model with more realistic constraints available here […]

  3. Rondinele Avatar

    The problem is the Geometric growing. The last level is the most injuried. But I think There is something behind that we don’t know. Some surce supling the TelexFree I think. But with what intention? Create a new money? estabilish a better e-ecomerce with a better sistem? What do you thing about?

    1. tim Avatar
      tim

      I think there are some smart folks making a complex system that keeps the hope alive. I think they are moving money around and creating a “cult of belief” where individuals are getting money and they want everything to be true. The basic question everyone should ask is: “What do they have that no-one else does to meet the demand for what people want?” They don’t have any new technology for telephony. They don’t have a more efficient distribution system (they have 1000s of people manually creating ads, I can’t imagine a more inefficient system). They provide what many politicians provide: hope and some near term results. In the US, this is what our politicians are doing: they are making promises and paying the bills, but the system can’t deliver what they are promising.

  4. Christiam Aguilar Avatar
    Christiam Aguilar

    Can you please send me the spreedsheet? Very interesting article.

    1. tim Avatar
      tim

      I don’t have it handy — it is at an old office, but I can try to post more of the equations on this page. I just hate to do that, because the Matlab model is so much better. I know not many people can run that, but you can learn so much more from that than the spreadsheet. All that code is here: https://github.com/tbbooher/telex_free_model.

Leave a Reply

Your email address will not be published. Required fields are marked *