# Introduction

Profitsla is a comprehensive cryptocurrency trading platform designed to help traders automate their strategies, backtest trading algorithms, and manage their portfolio across multiple exchanges. Built with modern technologies and security best practices, Profitsla provides both novice and experienced traders with powerful tools to enhance their trading performance.

## What is Profitsla?

Profitsla is a FastAPI-based trading platform that offers:

* **Automated Trading Bots**: Deploy sophisticated trading strategies that run 24/7
* **Advanced Backtesting**: Test your strategies against historical market data
* **Paper Trading**: Practice trading with virtual funds before risking real money
* **Multi-Exchange Support**: Connect to major exchanges like Binance and Bybit
* **Real-time Analytics**: Monitor performance with detailed analytics and reporting

## Core Features

### 🤖 Trading Bots

* **TP/SL Strategy**: Take Profit and Stop Loss automated trading
* **Liquidation Strategy**: Advanced position management with liquidation protection
* **Multi-timeframe Support**: Trade on 1h, 6h, 12h, and 1d timeframes
* **Risk Management**: Built-in position sizing and risk controls

### 📊 Backtesting Engine

* **Historical Data Analysis**: Test strategies using real market data
* **Multiple Strategy Support**: Backtest TP/SL and Liquidation strategies
* **Comprehensive Metrics**: ROI, win rate, drawdown analysis
* **Visual Results**: Charts and graphs for strategy performance

### 🔗 Exchange Integration

* **Binance Support**: Full integration with Binance Spot and Futures
* **Bybit Support**: Complete Bybit trading capabilities
* **Secure API Management**: Encrypted storage of API credentials
* **Real-time Balance Tracking**: Monitor your exchange balances

### 👤 User Management

* **Secure Authentication**: JWT-based authentication with 2FA support
* **Google OAuth**: Quick registration and login with Google
* **Profile Management**: Comprehensive user profile and settings
* **Subscription System**: Flexible pricing plans and features

## How It Works

{% stepper %}
{% step %}

### Registration & Setup

```
User Registration → Email Verification → Exchange API Connection → Ready to Trade
```

{% endstep %}

{% step %}

### Strategy Development

```
Backtest Strategy → Analyze Results → Optimize Parameters → Deploy Bot
```

{% endstep %}

{% step %}

### Live Trading

```
Create Bot → Configure Parameters → Start Trading → Monitor Performance
```

{% endstep %}
{% endstepper %}

## Supported Trading Pairs

Profitsla supports major cryptocurrency pairs including:

* BTC/USDT, ETH/USDT, BNB/USDT
* ADA/USDT, XRP/USDT, SOL/USDT
* DOT/USDT, DOGE/USDT, AVAX/USDT
* MATIC/USDT and more

## Trading Strategies

### TP/SL Strategy

A comprehensive Take Profit and Stop Loss strategy with three modes:

* **Long Only**: Buy low, sell high with TP/SL protection
* **Short Only**: Sell high, buy low with TP/SL protection
* **Hedge Mode**: Simultaneous long and short positions

### Liquidation Strategy

Advanced position management strategy that:

* Monitors liquidation risks in real-time
* Implements dynamic position sizing
* Uses multiple take profit levels
* Provides comprehensive risk management

## Getting Started

{% stepper %}
{% step %}

### Create Account

Register with email or Google OAuth.
{% endstep %}

{% step %}

### Verify Identity

Complete email verification process.
{% endstep %}

{% step %}

### Connect Exchange

Add your Binance or Bybit API credentials.
{% endstep %}

{% step %}

### Choose Subscription

Select a plan that fits your needs.
{% endstep %}

{% step %}

### Start Trading

Create your first bot or run a backtest.
{% endstep %}
{% endstepper %}

## Support & Community

ProfitSla provides comprehensive support through:

* Detailed documentation and guides
* Error logging and debugging tools
* Community forums and discussions
* Direct customer support

Ready to start your trading journey? Let's move on to [User Registration](broken://pages/0fb6a5c021d5d29dbd49e1edd9d4b062fb85558e) to create your account.


---

# 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.profitsla.com/introduction.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.
