# FAQ

### What is PUMPFARMER?

PUMPFARMER is an automated cryptocurrency trading bot that provides sophisticated trading capabilities across multiple chains including Solana, Ethereum/EVM, and HyperLiquid.

### Which chains are supported?

Live Trading is supported on:

* Solana (PumpFun and Raydium)
* Ethereum & EVMs
* HyperLiquid (Perps, Spot and HyperEVM)
* Binance Smart Chain (Four.Meme)

Paper Trading is supported on Solana only, but other chains coming soon.

## Paper Trading

### What is paper trading?

Paper trading is a simulation mode that allows you to practice trading with virtual funds (10 SOL) without risking real money. It's perfect for learning the bot's features and testing strategies.

### How do I start paper trading?

1. Click "Settings"
2. Select "Paper Trading"
3. Click "Enable Paper Trading"
4. Receive 10 SOL in simulated funds

### Is paper trading completely risk-free?

Yes, paper trading uses simulated funds only. No real assets are at risk during paper trading.

## Security

### Is 2FA mandatory?

No, but highly recommended if you do live trading! When activated, your two-factor authentication code is required for:

* Restoring access to Telegram if you lost access
* Starting/Stopping Live Trading
* Withdrawing Funds

### What if I lose access to my account or my Telegram is compromised?

If your telegram account is compromised or you lost access to it, there is still hope! If you had 2FA enabled in the settings, you can restore your trading bot wallets and settings on a new Telegram account.

On your old Telegram account (if you still have access):

1. Lock your account (Settings > Other > Emergency Lock)
2. Contact support

On your new Telegram account:

1. Open our Telegram bot
2. Restore your account (Settings > Other > Restore Account)
3. Enter your 2FA recovery code

### How secure are my wallets?

We implement multiple security layers:

* 2FA verification for critical operations
* Individual chain-specific wallets
* Secure profit vault system
* Private keys and wallet credentials are stored 2048bit encrypted in a secrets vault. This machine is not accessible from the public internet and secured by common practices for secret key-value storage systems.

## Live Trading

### How much does it cost?

* Our trading bot can be setup for free, but you need to request an invite first.
* 5% Profit Share: This fee is applicable on profitable trades only.\
  Example: For a trade with $8.06 (11.96%) profit we charge you a 5% profit share fee of $0.40. Your final NET profit is $7.66!
* No transaction fees, no hidden fees.

### What is the minimum trade size?

* 3% of equity (Default/Recommended)
* 5% of equity (Moderate)
* 10% of equity (Maximum)

### How are positions managed?

Position management options:

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

### What's the average bot performance?

Currently (Feb 2025) our metrics average around

* Win Rate: 62%
* Average Win: $31.41
* Average Loss: $10.64
* Profit Factor: 2.95
* Daily Trades: 1862

## Wallet Management

### How many wallet types are available?

User accounts have 6 different wallets types:

1. Paper Trading Wallet (10 SOL initial balance)
2. SOL Wallet (Solana live trading)
3. ETH/Base Wallet (EVM live trading)
4. BNB Wallet (BSC live trading)
5. Hype Wallet (HyperEVM, live trading)
6. Stablecoin Vault (USDC, USDT, DAI)

### How do I secure my profits?

Either withdraw profits directly to your personal wallets, or use the Stablecoin Vault:

* Supports USDC, USDT and DAI on all chains
* Is not used by trading bots
* Can be swapped to any token across multiple chains
* Coming Soon: Liquid Staking Option

### How do deposits work?

* Deposit the native token on the desired chain\
  Example: SOL for Solana, BNB for Binance Smart Chain, etc.
* If you ever send a wrong crypto/token to your trading wallet, relax and don't worry. The bot automatically swaps unsupported assets to USDC and moves them to your Stablecoin vault.

### How do withdrawals work?

You can move funds without limits or restrictions:

* You can withdraw your funds directly with any web3 browser wallet (if you imported the wallet)
* You can initiate a withdrawal anytime from within the telegram bot,

{% hint style="success" %}
Withdrawal transactions are instant since they are not reviewed by us. This is why we recommend you to enable 2FA Security in your bot settings to avoid unauthorized access.
{% endhint %}

## Best Practices

### What are the recommended settings for beginners?

If you are new, start with:

* Paper trading mode
* 3% Equity per trade
* 100% Position Exit
* Automatic Sell Enabled
* Single chain focus initially

### How should I start trading?

1. Begin with paper trading
2. Use default settings
3. Monitor closely
4. Learn bot functionalities
5. Start with one chain before expanding

## 🆘 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/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.
