# Ethereum

Creating a token on Ethereum will charge you 0.05 ETH as service charge for using the Web App or Bot.

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

🔵 Gas fees will to deploy your contract: \~ 0.2 ETH&#x20;

🔵 To create add LP on Uniswap: \~ 0.02 ETH&#x20;

🔵 To enable trading: \~ 0.002 ETH&#x20;

🔵 To lock LP on Unicrypt: \~ 0.1 ETH

Make sure you always have sufficient gas in your wallet to accommodate the networks gas fees.

So on average, when deploying on Ethereum maintain a minimum balance of 0.25 ETH + LP amount.

{% embed url="<https://t.me/contractdevai_bot>" %}

{% embed url="<https://app.contractdevai.com>" %}


---

# 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://devai.gitbook.io/whitepaper/know-your-fees/ethereum.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.
