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

# FAQ

<details>

<summary><strong>How do I open XTrade in my phone’s browser instead of Telegram’s in-app browser?</strong></summary>

<mark style="color:$info;">Telegram opens links inside the app by default. To change this:</mark>

* <mark style="color:$info;">On Android: Go to</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Settings**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">></mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Chat Settings**</mark><mark style="color:$info;">, then turn off</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**In-App Browser**</mark>
* <mark style="color:$info;">On iPhone: Go to</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Settings**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">></mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Data and Storage**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">></mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Open Links In**</mark><mark style="color:$info;">, then choose your preferred browser. Or search “Open Links” in Telegram’s settings to find it faster.</mark>

</details>

<details>

<summary><strong>How secure is XTrade?</strong></summary>

<mark style="color:$info;">XTrade is built with</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**X-Gen – Key Enclave Technology**</mark><mark style="color:$info;">, a proprietary system that keeps your private keys encrypted, isolated, and inaccessible. It’s a fully non-custodial system designed to protect your assets.</mark>

<mark style="color:$info;">We use military-grade encryption, secure enclave isolation, and peer-to-peer encrypted communication to prevent unauthorized access or interception at every layer.</mark>

</details>

<details>

<summary><strong>What fees should I consider when trading?</strong></summary>

<mark style="color:$info;">Here’s a breakdown of what to consider (excluding gas fees):</mark>

* <mark style="color:$info;">**XTrade Fee**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">– 0.01% on perps, 1% on spot (up to 35% cashback depending on tier)</mark>
* <mark style="color:$info;">**Priority/Bribery Fee**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">– 0.001 SOL by default; adjustable in Settings</mark>
* <mark style="color:$info;">**Pumpfun Fee**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">– 1% for non-migrated coins, 0.25% for migrated ones</mark>
* <mark style="color:$info;">**Hyperliquid Fee**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">– $1 to bridge USDC from Hyperliquid to Solana</mark>
* <mark style="color:$info;">**Solana Account Fee**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">– 0.002 SOL on your first buy of a new coin (refundable via</mark> [<mark style="color:$info;">Sol Incinerator</mark>](https://sol-incinerator.com/)<mark style="color:$info;">)</mark>

</details>

<details>

<summary><strong>What currency are referral rewards paid in?</strong></summary>

<mark style="color:$info;">Rewards are paid in</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**SOL**</mark>

</details>

<details>

<summary><strong>If I trade perpetuals on XTrade, can I get the Hyperliquid airdrop too?</strong></summary>

<mark style="color:$info;">Yes! XTrade’s perpetuals are</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**powered by Hyperliquid**</mark><mark style="color:$info;">, so you’re earning points that may count toward a future Hyperliquid airdrop, plus XTrade</mark> [Points](/docs/getting-started/points.md) <mark style="color:$info;">too.</mark>

</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://xtrade.gitbook.io/docs/getting-started/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.
