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