# FAQ

### General

**What is Pangeon?** Pangeon is a decentralized exchange (DEX) built on Solana. It offers token swaps, a dust sweeper, a profile system with ranks, badges and Dino Coins, and Zilla Engine — a zone-based DCA bot.

**Is Pangeon free to use?** Yes. Pangeon charges no platform fees. You only pay Solana network fees (usually less than $0.01 per transaction).

**Which wallets are supported?** Phantom, Solflare and Magic Eden are supported on desktop and mobile.

**Is Pangeon safe?** Pangeon is non-custodial — your funds never leave your wallet. We never have access to your private keys.

### Swap

**Why did my swap fail?** The most common reason is slippage — the price moved too much during the transaction. Try increasing your slippage tolerance in the settings.

**Why do I need SOL in my wallet?** SOL is needed to pay Solana network fees. Always keep at least 0.01 SOL in your wallet.

**What is the minimum swap amount?** The minimum order size is $10.50 due to DEX requirements.

### Dust Sweeper

**What tokens can I sweep?** Any Solana token detected in your wallet can be swept, as long as its value is below your selected threshold ($1, $5, $10, $50 or custom).

**Can I choose my output token?** Currently all sweeps are converted into SOL. USDC and other output tokens are coming in a future update.

### Profile & Ranks

**How do I earn XP?** Every swap and dust sweep contributes to your total trading volume, which determines your rank and level. Each new level also rewards you with 1 Dino Coin.

**How do I earn Dino Coins?** You earn Dino Coins by completing weekly quests, leveling up, and unlocking badges. See the Dino Coins page for the full breakdown.

**Are ranks and badges live?** Yes! Ranks, levels, weekly quests and badges are all active. Connect your wallet on your profile page to start earning.

### Zilla Engine

**Is Zilla Engine executing real trades?** Not yet. Phase 1 is simulation only. Phase 2 with live execution is coming soon.

**What tokens does Zilla Engine support?** Currently SOL. More tokens will be added in future updates.

**Where can I try Zilla Engine?** Soon.


---

# 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://pangeon.gitbook.io/pangeon/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.
