# FAQ

<details>

<summary>Do I need to fund the Fee Wallet?</summary>

In order for the distribution functions to work, you are required to fund the fee wallet. ( Minimum to keep 0.5 sol funds )

</details>

<details>

<summary>Do I need to connect my wallet to use the utilities?</summary>

The only feature that needs wallet connecting is the Basic SPL Token creation, but other than that all you need to start using our utilities is access to our telegram bot. <https://t.me/Deployr_sol_bot>

</details>

<details>

<summary>Is the utility access free?</summary>

The bot and web app is free to access however there are different fees and you can check it out on [Deployr Fees section.](https://deployr.gitbook.io/deployr/custom-token-features/deployr-fees)

</details>

<details>

<summary>How does the project make money?</summary>

The project makes money by collecting taxes on the tokens created by the ecosystem.

</details>

<details>

<summary>Who will cover gas fees for token deployment using deployer?</summary>

Gas fees will be covered by the deployment fee paid out by the user.

</details>

<details>

<summary>Is there a set number of max tokens that I can launch with Deployr?</summary>

No, you can launch as many as you like!

</details>

<details>

<summary>How does Revenue Sharing work?</summary>

30% of both accrued taxes from the token and from the deployr bot will be given to holders that holds at least 0.4% of the $DEPLOYR token supply. You can [read more about this at this section.](https://deployr.gitbook.io/deployr/deployr-token/revenue-share)

</details>


---

# 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://deployr.gitbook.io/deployr/community/faq.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.
