# Overview

ARCHONE is an AI-native Telegram trading terminal for Solana. Build, deploy, and monetize autonomous AI trading agents — all from your Telegram chat.

This documentation details everything you need to know about using ARCHONE. Whether you're just getting started or looking to master advanced features like AI agents and copy trading, this guide covers it all.

***

## What You Can Do With ARCHONE

### Trade Any Solana Token

Buy and sell any Solana token directly through Telegram. ARCHONE connects to Jupiter, the leading DEX aggregator, to find the best prices across Solana's liquidity sources. Paste a token address or use a link from DexScreener, pump.fun, or Jupiter — ARCHONE handles the rest.

### Deploy AI Trading Agents

Let an autonomous AI agent manage your positions. Set your risk tolerance, market focus, and spending limits. The agent continuously monitors markets, evaluates tokens, and executes trades on your behalf — 24/7.

### Mirror Top Traders

Not ready to trade solo? Follow successful traders and automatically mirror their trades in your own wallet. Set your copy ratio from 0.1x to 1.0x and let the system handle the rest.

### Automate Your Strategy

Set up DCA (Dollar Cost Averaging) to accumulate tokens gradually. Use limit orders to buy at specific price points. Enable sniper mode to auto-buy new tokens the moment they launch.

### Track Everything

View your complete portfolio — all positions, P\&L, trade history, and wallet balance — in one place. Set take profit and stop loss targets to protect your gains.

***

## Core Concepts

### Wallets

ARCHONE manages Solana wallets with military-grade encryption. You can generate a new wallet or import an existing one. Private keys are encrypted with AES-256-GCM before storage — they never leave the system unencrypted.

### Trading

All trades execute through Jupiter, which aggregates liquidity from multiple DEXs to find the best rates. Every token is scanned for safety before trading. You can set custom slippage, priority fees, and auto-sell targets per trade.

### AI Agents

Agents follow the OODA loop: Observe → Orient → Decide → Act. They read market signals, apply your strategy rules, make decisions via AI, and execute trades automatically. Agents start in paper mode so you can test them risk-free.

### Copy Trading

Copy trading lets you automatically replicate another trader's moves. When they buy, you buy proportionally. When they sell, you sell. You control the copy ratio and can unfollow anytime.

***

## How Data Flows

When you paste a token address:

1. ARCHONE looks up the token (symbol, name, decimals)
2. Fetches the current price from market feeds
3. Runs a safety scan to check for risks
4. Displays token info and safety results
5. Lets you configure buy amount, slippage, and TP/SL
6. Executes the trade through Jupiter
7. Creates a position record and notifies you

All trades are processed asynchronously to ensure reliable execution, even during high network activity.

***

## Getting Started

New to ARCHONE? Here's your path:

1. [**Quick Start**](https://docs.archone.trade/getting-started/quick-start) — Get up and running in 5 minutes
2. [**Bot Commands**](https://docs.archone.trade/getting-started/commands) — Every command available to you
3. [**Trading**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/features/trading.md) — How swap trading works
4. [**Wallet & Security**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/wallet/wallet.md) — Understanding wallet security

## Diving Deeper

Once you're comfortable with the basics:

* [**Sniper Mode**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/features/sniper.md) — Auto-buy new tokens at launch
* [**DCA**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/features/dca.md) — Dollar cost averaging strategies
* [**Limit Orders**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/features/limit-orders.md) — Set price targets
* [**Copy Trading**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/features/copy-trading.md) — Mirror top traders
* [**Agent Mode**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/features/agent.md) — Deploy AI trading agents
* [**Portfolio**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/features/portfolio.md) — Track your positions
* [**Security**](https://github.com/optilyr/archone-docs/blob/master/docs/getting-started/wallet/security.md) — Best practices for protecting funds
