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

# Welcome to LFG Perp

> Build on the next generation of decentralized perpetual futures trading

<img className="block dark:hidden" src="https://mintcdn.com/acme-bf4381e7/QaOYKTSzU_uX5p4x/logo/light.svg?fit=max&auto=format&n=QaOYKTSzU_uX5p4x&q=85&s=4d33c28b91d26eb0163b43c2cd7f9b90" alt="LFG Perp Logo" width="200" data-path="logo/light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/acme-bf4381e7/QaOYKTSzU_uX5p4x/logo/dark.svg?fit=max&auto=format&n=QaOYKTSzU_uX5p4x&q=85&s=feec80efad3c399cfde5d10facda65de" alt="LFG Perp Logo" width="200" data-path="logo/dark.svg" />

# Welcome to LFG Perp

LFG Perp is a **decentralized perpetual futures exchange** built on Oraichain, offering traders a non-custodial, high-performance platform for leveraged trading. This documentation will guide you through understanding, building, and trading on LFG Perp.

## What You'll Find Here

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/introduction/what-is-lfg-perp">
    Learn about LFG Perp, its features, and architecture
  </Card>

  <Card title="Development" icon="code" href="/development/overview">
    Build applications and trading bots on LFG Perp
  </Card>

  <Card title="Trading Guides" icon="chart-line" href="/guides/orders">
    Learn how to trade programmatically
  </Card>

  <Card title="SDK Reference" icon="book-open" href="/sdk-reference/composite-client">
    Complete API documentation for developers
  </Card>
</CardGroup>

## Quick Links

<AccordionGroup>
  <Accordion title="For Traders" icon="user">
    * **Get Started**: [Launch LFG Perp App](https://lfg.land)
    * **Learn**: Understand [Markets](/guides/markets) and [Order Types](/guides/orders)
    * **Manage**: [Wallets & Subaccounts](/guides/wallets-subaccounts)
  </Accordion>

  <Accordion title="For Developers" icon="code">
    * **Quick Start**: [Build Your First Trading Bot](/development/quickstart)
    * **SDK Setup**: [Install the TypeScript SDK](/development/sdk-setup)
    * **API Reference**: [Complete SDK Documentation](/sdk-reference/composite-client)
  </Accordion>

  <Accordion title="For Integration Partners" icon="handshake">
    * **Architecture**: [System Overview](/introduction/architecture)
    * **Configuration**: [Network Setup](/development/configuration)
    * **Security**: [Best Practices](/resources/security)
  </Accordion>
</AccordionGroup>

## Platform Highlights

<Tabs>
  <Tab title="Non-Custodial">
    Full control of your funds at all times. Your keys, your crypto. Trade with
    confidence knowing you're always in control.
  </Tab>

  <Tab title="High Performance">
    Built for speed with sub-second order execution and real-time market data.
    Perfect for high-frequency trading strategies.
  </Tab>

  <Tab title="Developer Friendly">
    Comprehensive TypeScript SDK with extensive documentation. Build trading
    bots, analytics tools, and custom interfaces with ease.
  </Tab>

  <Tab title="Cosmos Ecosystem">
    Leverages the power of Cosmos SDK and Oraichain for secure, fast, and
    low-cost transactions.
  </Tab>
</Tabs>

## Community & Support

<CardGroup cols={1}>
  <Card title="Telegram" icon="telegram" href="https://t.me/lfg_land">
    Join our community for support and discussions
  </Card>
</CardGroup>

## Ready to Start?

<CardGroup cols={2}>
  <Card title="Learn About LFG Perp" icon="book" href="/introduction/what-is-lfg-perp">
    Understand the platform and its capabilities
  </Card>

  <Card title="Start Building" icon="rocket" href="/development/quickstart">
    Build your first trading application
  </Card>
</CardGroup>

<Tip>
  New to perpetual futures? Check out our [FAQ](/resources/faq) for common
  questions about trading on LFG Perp.
</Tip>
