# Anonymous Creator

## How Anonymity Works on Anoncoin

The core promise of Anoncoin is that **creators remain fully anonymous**. Here's exactly what the community can and cannot see about you.

***

## What's Visible to the Community

| Information            | Visible?   | Details                                                             |
| ---------------------- | ---------- | ------------------------------------------------------------------- |
| **Follower count**     | ✅ Yes      | Shown as a range (e.g., "10K+ followers")                           |
| **"Followed by" tags** | ✅ Optional | Notable accounts that follow you on X                               |
| **Wallet username**    | ✅ Yes      | Last 6 characters of your Anoncoin wallet address, powered by Privy |
| **Coins deployed**     | ✅ Yes      | All coins from the same wallet are linked                           |
| **X handle**           | ❌ No       | Not shown                                                           |
| **Real name**          | ❌ No       | Not shown                                                           |
| **Profile photo**      | ❌ No       | Not shown                                                           |

***

## "Followed By" Tags

Creators can optionally display **"Followed by"** tags on their coin page. These show notable X accounts that follow the creator, creating excitement and mystery around a launch.

**Example:**

> *"Followed by @elonmusk, @VitalikButerin"*

The community can see that influential people follow the creator - without knowing who the creator actually is.

### Rules for Large Accounts

> 📌 Creators with **1M+ followers** can only add "Followed by" tags **after 24 hours** of the coin launch.

This prevents immediate identification of high-profile creators through their unique follower combinations.

***

## Multiple Coins from the Same Creator

Since all coins are deployed from the same platform wallet, the community can see:

* How many coins the same wallet has launched
* The track record of that anonymous creator
* Whether previous coins graduated or not

This creates **reputation by track record** rather than by identity - a core philosophy of Anoncoin.

***

## Your Identity Is Protected By

1. **Wallet-based usernames** - only the last 6 characters shown
2. **No social links to your personal X** - only the coin's X page
3. **Privy wallet isolation** - each user gets a unique deployer wallet
4. **Dev Posting** - communicate without revealing who you are

***

Next → [7-Day Ticker Exclusivity](/platform-mechanics/ticker-exclusivity.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.anoncoin.it/platform-mechanics/anonymous-creator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
