> For the complete documentation index, see [llms.txt](https://docs.pumpfarmer.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pumpfarmer.pro/getting-started/paper-trading.md).

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