> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ziplime.limex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> What Ziplime is and who it's for

Ziplime is an AI-powered algorithmic trading platform. It lets everyday investors design a trading strategy, test it against historical data, understand the results, and launch it on a real account — without needing to be a professional programmer.

The core idea behind Ziplime is **democratizing algorithmic trading**. Capabilities that used to be reserved for hedge funds and quant teams with large budgets are now available to retail investors.

In one sentence: **describe a trading idea in plain language, and a team of AI agents turns it into a working strategy, backtests it, and helps you launch it in live trading.**

## The problem we solve

Algorithmic trading has historically been out of reach for most people for three reasons:

<CardGroup cols={3}>
  <Card title="Programming skills" icon="code">
    Strategies are written in code, and the barrier to entry is high.
  </Card>

  <Card title="Quality data" icon="database">
    Historical, fundamental, and alternative data are expensive and scattered across sources.
  </Card>

  <Card title="Infrastructure" icon="server">
    Backtesting, live execution, and monitoring are a substantial engineering task on their own.
  </Card>
</CardGroup>

Ziplime removes all three barriers: AI writes and fixes code on the user's behalf, market data is already connected inside the platform, and all infrastructure runs in the cloud with nothing to configure.

## Product link

[ziplime.limex.com](http://ziplime.limex.com)

<Note>
  Ziplime is currently in beta and under active development. Specific pricing has not been published yet.
</Note>

## Where to go next

<CardGroup cols={2}>
  <Card title="How It Works" icon="route" href="/guide/getting-started/how-it-works">
    Follow the user journey from idea to live trading.
  </Card>

  <Card title="AI Agent Team" icon="users" href="/guide/platform/ai-agent-team">
    Meet the team of AI agents that builds your strategy.
  </Card>
</CardGroup>
