> For the complete documentation index, see [llms.txt](https://docs.closed.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.closed.fun/quick-start-guide/publish-your-docs.md).

# ℹ️ FAQ

<details>

<summary>How can I use the bot?</summary>

Goto <https://t.me/ClosedDotFunBot> to use our trading bot

</details>

<details>

<summary>Can I send tokens to closed.fun trading bot and sell them?</summary>

Yes you can! you just send the tokens to the wallet address provided

</details>

<details>

<summary> I transferred SOL, why don't I see it?</summary>

1. Check on-chain to see if you have sent the SOL to the correct address, you can do this using solscan or another explorer.  Ensure the transaction has landed on chain and the receving wallet is your CLOSED AI wallet. If the&#x20;

</details>

<details>

<summary>What are the trading fees</summary>

We charge a flat 1% fee on all successful trades, if the transaction fails, no fee is charged

</details>

<details>

<summary>Is closed.fun safe?</summary>

We’re committed to ensuring the highest level of security for our users, we have taken steps to ensure we have the most secure environment we can whilst keeping this in mind you should treat your wallets as hot wallets.

</details>

<details>

<summary>What slippage, gas, RPC settings do you recommend?</summary>

There is no one size fits all approach, each trading style is different and you should tailor your settings according to your strategy

</details>

<details>

<summary>Will I only be able to trade on daos.fun?</summary>

For now, we only allow trading on daos.fun, as we grow we will start to implement more and more apps

</details>


---

# 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.closed.fun/quick-start-guide/publish-your-docs.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.
