> For the complete documentation index, see [llms.txt](https://docs.seedify.fund/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seedify.fund/seedify-vibecoins/vibecoins-by-seedify/vibecoins-key-parameters.md).

# Vibecoins Key Parameters

***

While community-voted Vibecoins will follow fixed, standard tokenomics models, Seedify-curated Vibecoins will feature customizable tokenomics tailored to each project’s specific needs. This approach allows us to support a wider range of projects while ensuring every Vibecoin has the opportunity to successfully kick off its operations.

***

### Community Voted Vibecoins

* Total Supply: 1,000,000,000 tokens
* Fixed Tokenomics model

<table><thead><tr><th>Category</th><th width="112">Supply</th><th width="154">Tokens</th><th>Vesting Terms</th></tr></thead><tbody><tr><td>Bonding Curve Sale</td><td>60%</td><td>600,000,000</td><td>Linear</td></tr><tr><td>Liquidity / Market Making</td><td>21%</td><td>210,000,000</td><td>Full Unlocked</td></tr><tr><td>Team Allocation</td><td>7%</td><td>70,000,000</td><td>6 months cliff, 12 months vesting</td></tr><tr><td>Ecosystem Growth</td><td>10%</td><td>100,000,000</td><td>3 month cliff, 24 months vesting</td></tr><tr><td>Seedify Reserves</td><td>2%</td><td>20,000,000</td><td>3 months cliff, 8 months vesting</td></tr></tbody></table>

| Key Parameters     | Value                                                      |
| ------------------ | ---------------------------------------------------------- |
| Currency           | $SFUND                                                     |
| Multiplier         | 2x                                                         |
| Starting Price     | $0.0000625                                                 |
| Ending Price       | $0.000125                                                  |
| Starting FDV       | $62,500                                                    |
| Ending FDV         | $125,000                                                   |
| Starting Vesting   | <p>40% unlocked at TGE, </p><p>60% vested over 2 weeks</p> |
| Ending Vesting     | 100% unlocked at TGE                                       |
| FDV at DEX Listing | $128,812                                                   |
| Total Raise        | $54,101                                                    |
| Liquidity          | $27,050                                                    |
| Team Funding       | $21,640                                                    |

***

### Seedify Curated Vibecoins

* Total Supply: 1,000,000,000 tokens
* Customizable tailored to each project’s specific needs

***

### Use of Funds

<table><thead><tr><th width="188">Category</th><th width="225">Allocation</th><th>Notes</th></tr></thead><tbody><tr><td>Liquidity</td><td>50% of the total raise</td><td>Vibecoins are paired with $SFUND</td></tr><tr><td>Team</td><td><p>50% of the total raise </p><p>minus platform fees</p></td><td>Subject to milestone-based vesting</td></tr><tr><td>vibe/vibe Fees</td><td>Deducted from team funds</td><td>Supports Seedify operations</td></tr></tbody></table>

***

### Utility

* Subscription access to app features
* Premium feature unlocks
* Buyback mechanics using revenue generated by the app


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.seedify.fund/seedify-vibecoins/vibecoins-by-seedify/vibecoins-key-parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
