Help me find which Manifold account has lost the most Mana
No bounty left

I will award the Bounty after 25 submissions are collected. If a better answer comes up after I’ve award the Bounty I’ll figure out what to do (suggestions welcome); this is my first time making a bounty question and a part of my motivation was to become more familiar with it.

The Red number at the top of the account page will be the sole metric I use to resolve this question.

Get Ṁ600 play money
Sort by:
+Ṁ88

Here's what I get from the API:

The first one, @Leviathan, seems to be due to a bug. So I can confirm that the answer is indeed @IsaacKing.

By the way @JamesGrugett, the weird result can be reproduced with:

from manifoldpy import api users = api.get_all_users() print(sorted(users, key=lambda x: x.profitCached["allTime"])[0])