# Paper Trading

Paper trading allows you to practice and test our trading bots without risking real funds. This feature is perfect for new users to understand the bot's functionality and validate its performance.

## Enable Paper Trading

1. Navigate to **Settings** in your Telegram bot
2. Click on **Paper Trading**
3. Click **Enable Paper Trading**
4. You'll receive 10 SOL in simulated funds to start trading

## Paper Trading Features

* **Simulated Balance**: Start with 20 SOL ($3,442.98) in paper trading funds
* **Real Market Data**: Trade with real-time market prices
* **Full Feature Access**: Access all bot features and settings
* **Performance Tracking**: Monitor your paper trading performance
* **Risk-Free Learning**: Practice without financial risk

## Trading Settings

During paper trading, you can configure:

### Trade Size

* 1% of equity
* 3% of equity (Default)
* 5% of equity
* 10% of equity

### Position Management

* Close Positions: 25%, 50%, or 100% (Default)
* Sell Behavior: Automatic (Default) or Manual

### Supported Chains

Paper Trading is currently only enabled for Solana.\
We are going to add the other chains soon.

## Moving to Live Trading

Once you're comfortable with paper trading and have achieved consistent results, you can:

* Disable paper trading mode
* Set up your trading wallets
* [Start live trading](/trading/live-trading.md)

## Important Notes

* Paper trading uses simulated funds, no real assets are at risk
* Use paper trading to:
  * Test strategies
  * Learn bot features
  * Practice risk management
  * Validate performance

## 🆘 Need Help?

If you need help or you have questions, don't hesitate to contact us:

* 💬 [24/7 Telegram Support](/support/contact.md)
* 👥 [Community (Private Group)](/member-only/private-group.md)


---

# 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.pumpfarmer.pro/getting-started/paper-trading.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.
