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

# FAQ

#### Does Dexifier require KYC?

No. Dexifier will never ask for any identifying information. As a matter of fact, Dexifier doesn't even use cookies or is tracking you in ANY way. Dexifier believes in freedom of money and separating it from state.&#x20;

#### Does Dexifier have support?

Yes. Dexifier team will help its users with any enquiries on its [Discord](https://discord.gg/efbEAzaQ3U) server. And, live chat support is in the pipeline.

#### How do I get support?

Simply, head to our [Discord](https://discord.gg/efbEAzaQ3U) and open a ticket, or ask a general question in the "#general" channel.

#### Does Dexifier support Native Bitcoin swaps?

Yes. Dexifier supports Native BTC swaps, as long as you connect a wallet that supports that, like XDEFI or EXODUS.

#### Can I swap using my phone?

Dexifier is a web application that only works on desktop web browsers. A mobile app is in the roadmap.

#### Does Dexifier have a token?

Not yet, but it is in the roadmap.&#x20;

#### Will there be an airdrop to early users and contributors?

Yes, there most definitely will be.

#### How do I get involved / contribute to Dexifier?

At Dexifier we need developers, marketers, and content creators. It is best to reach out on Discord. But, of course one of the best and easiest ways to contribute is by using our APP.

P.S. If you can contribute in another way, please let us know.

#### We're a project and we'd like to collaborate. Is Dexifier open to that?

Yes, depending on the kind of collab of course. Please reach out in our [Discord](https://discord.gg/efbEAzaQ3U).

#### How do I stay updated on everything Dexifier?

Stay up to date by following our Twitter account, Telegram, YouTube, and [Discord](https://discord.gg/efbEAzaQ3U) server.


---

# 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.dexifier.com/more-information/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.
