# FAQs

## What crypto and Blockchains does Xafer support?

Xafer currently supports the following blockchains and tokens, with ongoing expansion based on enterprise demand and ecosystem relevance.

| Chain        | Supported Tokens     |
| ------------ | -------------------- |
| **Tron**     | USDT, USDC, PHT, TRX |
| **Ethereum** | USDT, USDC, PHT, ETH |

## Do clients need to store private keys themselves?

No. With our MPC-based architecture, clients never hold the complete private key. Each party retains only an encrypted share, and the full key is never reconstructed or persisted, reducing operational risk while maintaining security and usability.

## What options are available for gas fee payments

Xafer supports flexible gas fee strategies, such as:

* Gas paid by user wallet (standard)
* Gas covered by enterprise wallet (meta tx model)
* Unified multi-chain gas pool with usage alerts

Ideal for user-friendly applications like games and social platforms\ <br>

\ <br>


---

# 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.apacx.io/xafer-waas/xafer-waas/faqs.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.
