> For the complete documentation index, see [llms.txt](https://docs.chatastra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatastra.ai/ecosystem/astradex/core-features.md).

# Core Features

**Smart Swap** Swap any token on the same chain or across chains in a single transaction. Cross-chain swaps are handled automatically — no bridging, no extra steps. Cross-chain activity earns higher rewards in the T2E system.

<figure><img src="/files/l0f09HfqxodGmb91FGpc" alt=""><figcaption></figcaption></figure>

**Trading Desk** A full CEX-like trading experience on a DEX. Candlestick charts, order history, top holders, live price feeds, MEV protection, lightning-fast execution, and adjustable slippage — all while your keys stay in your hands.

<figure><img src="/files/1k4RlIEuI4fAJM67Q0vI" alt=""><figcaption></figcaption></figure>

**Auto-Generated Wallets** Sign up via Telegram and your wallet is instantly created. You receive the seed phrase and private keys — fully yours, fully extractable at any time. No browser extension, no MetaMask, no setup friction. Sign in and start trading in seconds.

<figure><img src="/files/RKsdM4aoUax4PAUzzdYo" alt=""><figcaption></figcaption></figure>

**Copy Trading** *(Coming Soon)* Copy any wallet or professional trader automatically. Set your allocation and mirror their trades in real time. Earns Stars in the T2E system.

<figure><img src="/files/fFisYEHCzb5owh9bHWC2" alt=""><figcaption></figcaption></figure>

**Astra League — Trade-to-Earn** Every trade on AstraDEX earns you Stars in the Astra League — AstraDEX's competitive ranking and reward system backed entirely by real platform revenue. Climb ranks, complete quests, earn multipliers, and claim your share of the season reward pool. See the [Astra League](/ecosystem/astradex/astra-league.md) page for full mechanics.

<figure><img src="/files/Sz4Tr0uaBInIFT54R2nv" alt=""><figcaption></figcaption></figure>

**Sniping** *(Coming Soon)* Automated token sniping for new launches. Get in before the crowd.

**Wallet Analyzer** *(Coming Soon)* Deep analysis of any wallet's trading history, PnL, and behavior patterns.

**Whales Tracker** *(Coming Soon)* Track large wallet movements and get alerted when significant positions are opened or closed.

**Token Unlocks** *(Coming Soon)* Monitor upcoming token unlock events across projects — know what's coming before it hits the market.


---

# 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.chatastra.ai/ecosystem/astradex/core-features.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.
