> For the complete documentation index, see [llms.txt](https://docs.dexkit.com/premium-products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexkit.com/premium-products/dex-aggregator/faq.md).

# FAQ

**Q: Which crypto wallet should my clients use?**\
A: Your clients needs to use Metamask wallet for now. We're working on more integrations but now Metamask leads in adoption.

**Q: How much fees should I collect from my DSWAP clients?**\
A: There is no limit for this, but a good practice is 1-3%.

**Q: Why I cannot see my DEX aggregator, only the plain shortcode?**\
A: Perhaps you have not yet entered your unique code purchased at Codecanyon. If yes, then go to DexKit's plugin section and check the code status. You should see "**Plugin activated for domain xxxxxx.xxx with purchase code xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx".**

**Q:  Why my shortcode attributes aren't working?** If you are facing this issue, and you confirmed that attributes are well filled, please try the follow options:\
A: - Open the page where the shortcode plugin is in incognito mode on the browser, this will load the plugin without cache. \
\- Clear cache on browser and any other object cache that may cause malfunction (Cloudflare, Kinsta, W3, Fragment, among others). \
\- Check WordPress permissions to access files from plugins.

### Advanced support

If your issue is not above, head us in our [Discord server](https://discord.gg/f5FqR4xPuP), or any other of [our contact channels](https://dexkit.com/contact-us/).


---

# 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.dexkit.com/premium-products/dex-aggregator/faq.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.
