# Codev

[Codev](https://codev.gg/) lets you launch coins with friends. Instead of creating a coin individually, creators can team up - and everyone who co-devs together shares the creator fee.

## How It Works

### Shared Creator Fees

When a coin is launched through Codev, the creator fee is distributed among all co-devs in proportion to their contribution to the launch pool, rather than going to a single creator. This allows groups of friends to collaborate on a launch and share the upside together.

### Launch Pool

Codev uses a launch pool to fund coin creation:

1. One person creates a Codev coin
2. Share the Codev link with friends
3. Friends join by contributing SOL to the launch pool
4. Once the pool reaches **20 SOL**, the coin is automatically created on Anoncoin

| Parameter            | Value    |
| -------------------- | -------- |
| Minimum contribution | 1 SOL    |
| Maximum contribution | 5 SOL    |
| Pool target          | 20 SOL   |
| Time limit           | 24 hours |

> 📌 If the launch pool doesn't reach 20 SOL within 24 hours, all contributors receive a full refund.

### Token Lock

When a coin is launched via Codev, the launch pool tokens are **locked** until one of the following conditions is met:

* The coin **graduates** (reaches 420 SOL market cap)
* **24 hours** have passed since launch

Once unlocked, tokens are released directly into the wallet each contributor used to join the launch pool.

### Identity & Privacy

* **No X (Twitter) login required** - you connect your wallet directly
* All coins launched through Codev appear as **Created with Codev**
* Your wallet address is **not displayed** on the Anoncoin platform
* However, wallet addresses can be retrieved from on-chain transaction data by anyone

## How to Launch via Codev

1. Visit [codev.gg](https://codev.gg/)
2. Connect your Solana wallet
3. Create a new Codev coin (set name, ticker, image, description)
4. Share the Codev link with friends
5. Friends join and contribute between 1–5 SOL each
6. Once the pool hits 20 SOL, the coin launches on Anoncoin automatically
7. Launch pool tokens are locked until the coin graduates or 24 hours pass
8. Once unlocked, tokens are released directly into each contributor's wallet
9. Creator fees from trading are shared among all co-devs

## Creator Fees

Creator fees for coins launched via Codev are identical to those for coins launched directly on Anoncoin. The same fee percentages and distribution rules apply, with each co-dev earning creator fees proportional to their contribution to the launch pool. You can view your proportional distribution on [codev.gg](https://codev.gg/). See [Fees](/platform-mechanics/fees.md) for the full breakdown.

Codev may charge its own service fees for using the platform. Please check [codev.gg](https://codev.gg/) for details on Codev's pricing. Anoncoin has no influence on fees charged by Codev.

***

*Codev is an independent third-party tool not operated by Anoncoin. Anoncoin makes no guarantees regarding creator fee distribution, token locking/unlocking, refund mechanics, or any other functionality provided by Codev. Parameters such as pool targets, contribution limits, lock durations, and fees within Codev may change at any time without notice - please verify all details directly on the platform before use. Use at your own risk.*


---

# 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/devving-tools/codev.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.
