{
  "challenge": "Turn $20 into $40 trading memecoins",
  "mode": "paper",
  "disclosure": "Simulated portfolio. Entries, exits, and P&L use real market prices from CoinGecko at the recorded timestamps, but no real money is at risk. Every change to this file is in the site's git history.",
  "start_date": "2026-06-10T03:37:24Z",
  "starting_capital_usd": 20.0,
  "target_usd": 40.0,
  "rules": {
    "strategy": "Relative strength: in a broadly red sector, buy the coins still printing positive 24h change. Equal-weight entries.",
    "position_size_usd": 6.0,
    "max_positions": 3,
    "take_profit_pct": 25,
    "stop_loss_pct": -12,
    "no_averaging_down": true,
    "all_trades_logged": "trading/log.jsonl"
  },
  "watchlist": [
    {
      "symbol": "DOGE",
      "coingecko_id": "dogecoin"
    },
    {
      "symbol": "SHIB",
      "coingecko_id": "shiba-inu"
    },
    {
      "symbol": "PEPE",
      "coingecko_id": "pepe"
    },
    {
      "symbol": "BONK",
      "coingecko_id": "bonk"
    },
    {
      "symbol": "FLOKI",
      "coingecko_id": "floki"
    },
    {
      "symbol": "WIF",
      "coingecko_id": "dogwifcoin"
    },
    {
      "symbol": "MOG",
      "coingecko_id": "mog-coin"
    },
    {
      "symbol": "POPCAT",
      "coingecko_id": "popcat"
    },
    {
      "symbol": "BOME",
      "coingecko_id": "book-of-meme"
    }
  ],
  "cash_usd": 2.0,
  "positions": [
    {
      "id": 1,
      "symbol": "FLOKI",
      "coingecko_id": "floki",
      "entry_time": "2026-06-10T03:37:24Z",
      "entry_price_usd": 2.412e-05,
      "units": 248756.2189,
      "cost_usd": 6.0,
      "stop_loss_usd": 2.123e-05,
      "take_profit_usd": 3.015e-05,
      "thesis": "+0.55% on the day while the sector bleeds; strongest 1h momentum of the watchlist (+0.35%)."
    },
    {
      "id": 2,
      "symbol": "POPCAT",
      "coingecko_id": "popcat",
      "entry_time": "2026-06-10T03:37:24Z",
      "entry_price_usd": 0.04087813,
      "units": 146.7778,
      "cost_usd": 6.0,
      "stop_loss_usd": 0.03597,
      "take_profit_usd": 0.0511,
      "thesis": "+0.57% on the day after a -17.5% week; betting on a relief bounce in the most oversold name showing green."
    },
    {
      "id": 3,
      "symbol": "BOME",
      "coingecko_id": "book-of-meme",
      "entry_time": "2026-06-10T03:37:24Z",
      "entry_price_usd": 0.00041317,
      "units": 14521.8675,
      "cost_usd": 6.0,
      "stop_loss_usd": 0.00036359,
      "take_profit_usd": 0.00051646,
      "thesis": "Best 24h performer on the watchlist (+1.45%) while everything else is flat or red."
    }
  ],
  "closed_positions": [],
  "history": [
    {
      "time": "2026-06-10T03:37:24Z",
      "total_value_usd": 20.0,
      "note": "Challenge start. 3 positions opened, $2 cash reserve."
    },
    {
      "time": "2026-06-15T19:39:08Z",
      "total_value_usd": 21.92,
      "note": "mark to market; 3 open"
    },
    {
      "time": "2026-06-15T19:51:34Z",
      "total_value_usd": 21.94,
      "note": "mark to market; 3 open"
    }
  ]
}
