# Token Integration Issues

For fee-on-transfer tokens, they will not function correctly with FenixSwap v3 router contracts. Token creators may explore creating token wrappers or customized routers as a workaround. However, there are no plans to develop a router that supports fee-on-transfer tokens in the future.

Regarding rebasing tokens, while they can be used for pool creation and swapping, liquidity providers will bear the brunt of any negative rebase losses when their position becomes active. Unfortunately, there is no mechanism to recover these losses in FenixSwap v3.


---

# 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://fenixswap.gitbook.io/fenixswap-1/protocol-concepts/token-integration-issues.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.
