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

# LowMoney (Mode 5) — For $3,000–$5,000 Capital

> Adapted for smaller capital with reduced split count. Tighter sell ladder so per-order sizing clears min-notional even at lower capital.

<Info>
  **LowMoney (Mode 5) is BasicMode adapted for smaller capital.** Fewer buy splits, tighter sell ladder, lower per-order sizing requirements. The right starter for operators with `$3,000–$5,000` capital who want unCoded behavior without scaling all the way up.
</Info>

## The mode at a glance

| Property                   | Value                                                |
| -------------------------- | ---------------------------------------------------- |
| **Mode number**            | 5                                                    |
| **Buy splits**             | Fewer than BasicMode                                 |
| **Sell-ladder**            | Tighter shape — clears min-notional at lower capital |
| **Trailing stop**          | None                                                 |
| **Recommended capital**    | `~$3,000`                                            |
| **Reserve recommendation** | `~$1,500` (`50%` of trading capital)                 |
| **Best regime fit**        | Same as BasicMode — chop and gentle trends           |
| **Worst regime fit**       | Sustained sharp moves                                |

## Why a separate mode for low capital

<AccordionGroup>
  <Accordion title="Min-notional is the issue" icon="weight-scale">
    Binance's `MIN_NOTIONAL` floor is typically `$10` for major pairs. BasicMode has 7 buy splits — at `$3,000` capital, each split is `~$430`. Above the floor, technically.

    **But**: BasicMode's per-trade dynamics depend on splits being meaningfully sized for the strategy. At `$430` per split, the per-trade P\&L on small rungs (`+0.25%` = `$1.07`) is dominated by fees.

    LowMoney is calibrated so per-split sizing produces meaningful per-trade P\&L even at `$3,000` capital. Fewer splits, larger per-split sizing.
  </Accordion>

  <Accordion title="Reduced split count" icon="layer-group">
    Where BasicMode has 7 splits, LowMoney has fewer. This means:

    * Each split is larger (better above min-notional for typical capital).
    * The buy ladder reaches "fully invested" faster.
    * There's less granular response to gradual price drops.

    Trade-off: at low capital, granular response wasn't financially meaningful anyway. The mode trades fewer-but-bigger splits.
  </Accordion>

  <Accordion title="Tighter sell ladder" icon="ruler-combined">
    The sell ladder shape is tighter than BasicMode — designed so each rung produces a per-fill P\&L that meaningfully exceeds fees.

    A `+0.5%` rung on a `$1,000` split produces `$5` gross P\&L. After fees (typically `$0.075–$0.15`), the net is `$4.85+`. That's the floor for "trade is worth doing economically."
  </Accordion>
</AccordionGroup>

## When to use LowMoney

<CardGroup cols={2}>
  <Card title="Capital `$3,000–$5,000`" icon="circle-dollar">
    The calibrated capital range. Below `$3,000`, switch to MinimalMoney. Above `$5,000`, BasicMode starts to fit better.
  </Card>

  <Card title="You want BasicMode-style behavior" icon="seedling">
    Mechanical sell ladder, no trailing stop, predictable. Just adapted for smaller scale.
  </Card>

  <Card title="You're learning unCoded with limited capital" icon="graduation-cap">
    `$3,000` is enough to feel the mode dynamics without committing larger capital. Many operators run LowMoney for the first month before scaling up.
  </Card>

  <Card title="You want a second sub-account experiment" icon="layer-group">
    Run BasicMode on your main account and LowMoney on a sub-account for parallel testing on smaller capital.
  </Card>
</CardGroup>

## When NOT to use LowMoney

<Warning>
  * ❌ **Capital below `$3,000`** — switch to MinimalMoney.
  * ❌ **Capital above `$10,000`** — BasicMode is better; the per-split sizing of LowMoney becomes inefficient at higher capital.
  * ❌ **Sustained-trend regimes** — LowMoney's narrow sell ladder doesn't capture large moves. FullBullMarket or Tsl2Sell better.
  * ❌ **High-volume thin altcoins** — slippage on small orders can erode the small per-trade P\&L.
</Warning>

## Best practices

<Tip>
  * ✅ **Use for `$3,000–$5,000`** capital range.
  * ✅ **Hold 50% reserve** — even with smaller capital.
  * ✅ **Stay on majors** — `BTCUSDT`, `ETHUSDT` for thinner-liquidity tolerance.
  * ✅ **Run for 1 month** before changing anything.
  * ✅ **Scale up to BasicMode** once you reach `$10,000+`.
  * ✅ **Maintain BNB balance** for fee discount — meaningful at this capital level.
  * ✅ **Watch the live trades panel daily** to build intuition.
  * ✅ **Don't panic-close** — the mode is designed for the same patience as BasicMode.
  * ✅ **Treat the kill switch as your most important control**.
</Tip>

## What's next

<CardGroup cols={2}>
  <Card title="MinimalMoney (Mode 6)" icon="coins" href="/strategies/modes/minimalmoney">
    Below `$3,000`, switch to MinimalMoney.
  </Card>

  <Card title="BasicMode (Mode 4)" icon="seedling" href="/strategies/modes/basicmode">
    Above `$10,000`, switch to BasicMode.
  </Card>

  <Card title="Backtester" icon="flask" href="/modules/backtester">
    Validate LowMoney on your symbol.
  </Card>

  <Card title="Risk Management" icon="shield" href="/risk-management/overview">
    Risk framework for low-capital operators.
  </Card>
</CardGroup>
