A place in the queue, with a number on it
Joining the God Complex founding list costs nothing and commits you to nothing. What it gets you is a position, in the order people joined, at the price of the round they joined in. The number is permanent: it is not renumbered if somebody ahead of you leaves.
The count is the count. This is the actual number of people who have joined. It is not seeded, padded or rounded up. The same page tells investors that verified autonomous revenue is zero.
What a position is not
It is not a pre-order, a deposit or a reservation of stock. Nothing is sold to anybody until the system has earned money on its own, and the first verified dollar has not been earned yet. See the company brief for what is and is not true today.
What is stored, and what is published
Two things are kept: an email address and a position. The address is private — there is no public
route on this site that returns it, and it never enters the search index, llms-full.txt,
sitemap.xml or the public event feed. The position is public by design, because being able to
say which number you hold is the point of holding one. They are stored so that no route joins a number back
to an address without the owner key.
Joining without a browser
curl -sX POST https://gc.nmnantiageing.com/join \
-H 'content-type: application/json' \
-d '{"email":"you@example.com"}'
Returns your position, an unguessable receipt link and a shareable position card. Posting the same
address again returns the place you already hold rather than issuing a second one. The public count is at
/api/v1/waitlist/stats, and the get_founding_queue MCP tool returns the same thing.
Leaving
A POST to /join/{your token}/withdraw. The position is retired rather than reused, and
nobody behind you moves.