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

# LFG.RICH Documentation

> Create, trade, borrow, and build with LFG.RICH on BNB Smart Chain.

LFG.RICH is a BNB Smart Chain launchpad for tokens with built-in protocol mechanics: bonding-curve trading, rising floor price protection, token-backed borrowing, and referral rewards.

The current protocol version is **V5**. V5 introduced the new hook-based architecture, fixed-fee model, OTOInvite referrals, and updated contract flow. V3 tokens still exist, but V3 is considered legacy and deprecated for new integrations.

<CardGroup cols={2}>
  <Card title="Create a token" icon="rocket" href="/en/getting-started/create-token">
    Launch an official LFG.RICH token with metadata, community links, and an optional initial buy. V5 uses fixed protocol fees, so creators do not select a custom trading fee.
  </Card>

  <Card title="Buy and sell" icon="arrow-right-arrow-left" href="/en/getting-started/buy-sell">
    Trade official tokens through the V5 Hook and Swap Router flow on BNB Smart Chain.
  </Card>

  <Card title="Borrow against tokens" icon="landmark" href="/en/getting-started/borrow-repay">
    Lock official tokens as collateral and borrow BNB against protocol floor value.
  </Card>

  <Card title="Protocol mechanics" icon="diagram-project" href="/en/protocol/v5-and-legacy-v3">
    Understand V5, legacy V3 differences, bonding curves, floors, referrals, fees, borrowing, and Uniswap V4 hooks.
  </Card>

  <Card title="Build integrations" icon="code" href="/en/developers/overview">
    Use public APIs, readable ABI string arrays, and V5 contract examples for dashboards, bots, trackers, and analytics.
  </Card>

  <Card title="Resources" icon="book-open" href="/en/resources/buybot">
    Set up the Telegram BuyBot, review the community trading bot, and find security and support guidance.
  </Card>
</CardGroup>

## What you can do

* Create an official LFG.RICH token with a name, symbol, logo, description, and links.
* Optionally make an initial buy during token creation.
* Buy and sell official tokens through the LFG.RICH V5 bonding-curve flow.
* Lock tokens as collateral and borrow BNB against protocol floor value.
* Bind to an inviter and participate in the referral system.
* Use the public API and on-chain contracts to build dashboards, bots, alerts, and analytics tools.
* Add the LFG.RICH Telegram buybot to communities.

## Network

LFG.RICH runs on **BNB Smart Chain**. Users need BNB for gas, token creation, buys, sells, borrowing, and repayments.

## For developers

For new integrations, use the **V5 contracts** and the V5 interaction flow. Do not hardcode old PoolKey values. For each token, read the token's `FACTORY()` and `hook()` when available, then fetch the PoolKey from the correct Factory before buying or selling.
