# Solana

Creating a token on Solana will charge you 1 SOL as service charge for using the Web App.

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

🟣 Gas fees will to deploy your contract: \~ 0.015 SOL&#x20;

🟣 To create an Open market for LP on Raydium: \~ 2.8 SOL&#x20;

🟣 To add LP and enable trading: \~ 0.68 SOL&#x20;

🟣 To burn LP and revoke mint: \~0.001 SOL

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

So on average, when deploying on Solana maintain a minimum balance of 4.53 SOL + LP amount.

{% embed url="<https://sol.contractdevai.com>" %}
Deploy now on Solana
{% endembed %}


---

# 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/solana.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.
