# Fees

<figure><img src="/files/f1ZejUQ1TB0sOC7xej1X" alt=""><figcaption></figcaption></figure>

### Virtual Trading Fees V2 Bonding Curve

| ID            | Virtual Fees (Buy/Sell) % |
| ------------- | ------------------------- |
| SIMPLE / ZERO | 1.0                       |
| BASIC         | 1.0                       |
| ADVANCED      | 1.0                       |

### ERC-20 V2 Graduated Tax Tokens

Once the ERC-20 token has been minted and is live on UNI-V2, and has graduated with a tax rate between 1-5%.

| Creator | Platform % | Tax    |
| ------- | ---------- | ------ |
| 90%     | 10%        | 1 - 5% |

### Liquidity Pool Trading Fees V4&#x20;

Direct UNI-V4 launched pools are able to receive a liquidity pool fee that's claimed by the creator for life. The fee can be set between 1 - 5%.

| Creator | Platform % | LP fee |
| ------- | ---------- | ------ |
| 80%     | 20%        | 1 - 5% |

### Token Creation Costs Ethereum Network (ERC-20)&#x20;

{% hint style="info" %}
Please note that ETH is used as the native gas token, and therefore all costs mirror the outlined fees listed below for Creation and Add-ons.
{% endhint %}

<table><thead><tr><th width="172">Type</th><th width="128">ID</th><th width="211.9998779296875">SteakHouse Fee ETH / $</th><th>Gas Units / Estimate ($)</th></tr></thead><tbody><tr><td>Zero Simple</td><td>ZERO</td><td>0.00033 eth ~$1</td><td>400k / $0.34</td></tr><tr><td>Super Simple</td><td>SIMPLE</td><td>0.0005 eth ~$1.50</td><td>450k / $0.38</td></tr><tr><td>Basic</td><td>BASIC</td><td>0.0008 eth ~$2.50</td><td>550k / $0.46</td></tr><tr><td>Advanced</td><td>ADVANCED</td><td>0.001 eth ~$3</td><td>640k / $0.54</td></tr><tr><td>Direct </td><td>V4</td><td>free</td><td>Bootstrap ETH : 0.001e ~$3</td></tr></tbody></table>

{% hint style="info" %}
The following costs are based on eth @ $3000 and gas being at 0.2 GWEI. The dollar values may fluctuate with network usage and price of eth and only the base units in ETH should be used to derive pricing.
{% endhint %}

### Add-On's

<table><thead><tr><th width="249">Extra </th><th>Function</th><th>SteakHouse Fee ETH / $</th></tr></thead><tbody><tr><td>HEADERLESS</td><td>Removes header Steak branding from Contract address.</td><td> 0.001e / $3.00</td></tr><tr><td>STEALTH</td><td>Creates Stealth mode hiding the deployment from storage and public.</td><td>0.003e / $9.00</td></tr><tr><td>AUTO-BRANDING</td><td>Creates a automated color palette based on your token logo / banner to set primary, secondary and button colors on your token curve page.</td><td>0.015e / $45</td></tr><tr><td>MP3 SOUNDTRACK</td><td>Creators can add vibes to their token page by adding an mp3 soundtrack to play upon the opening of the token curve profile.</td><td>Free</td></tr><tr><td>CUSTOM VANITY ADDRESS</td><td>Creators can choose up to 4 characters on the suffix of the contract address of the deployed real token in compliance with the hexadecimal format EVM standard.</td><td>0.0005e / $1.50</td></tr></tbody></table>

### Trending Slots

| Position | Duration | SteakHouse Fee ETH / $ |
| -------- | -------- | ---------------------- |
| 1-3      | 4h       | 0.03e  / $90           |
| 1-3      | 12h      | 0.05e  / $150          |
| 4-10     | 4h       | 0.015e  / $45          |
| 4-10     | 12h      | 0.02e  / $60           |

### Graduation / Locker Fees

Graduation fee is 0.1e ($300) and is paid from the pool prior to creating the liquidity pool for the token. Its Automatic and happens during graduation.

If the LP lock is set as opposed to burning liquidity during creation, a 0.08e ($240) fee is charged for the lockers. This fee is debited from the pool and is carried out Automatically just like the graduation fee.


---

# 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://cookbook.steakhouse.finance/user-basics/fees.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.
