LEVEL 058

Fish Flow Level 58 Guide

Official initial board and replay-verified 24-move strict JSON solution for Fish Flow Level 58, featuring 7 mystery fish and 1 seaweed-locked branches. Branch numbering starts at 1.

Moves
24
Branches
9
Fish types
7
Mystery fish
7
Seaweed branches
1

Initial board

Read each array from bottom to top; the rightmost value is the current top fish. “?” marks a fish that starts hidden.

Open board JSON
BranchCapacityFish (bottom → top)Status
144 → 4 → 3? → 4Available
240 → 3 → 5 → 1Available
34EmptyEmpty branch
444? → 1 → 2 → 2Available
546 → 2? → 0 → 0Available
641? → 5? → 6 → 5Available
74EmptyEmpty branch
843 → 6 → 1? → 6Available
943? → 5 → 0 → 2Seaweed locked · unlock after completing fish 1

24-move solution

Every move uses the fully settled board after automatic movement, reveals, completed groups, and seaweed unlocks from the previous step.

Open answer JSON
  1. 01Branch 1Branch 3
  2. 02Branch 5Branch 7
  3. 03Branch 4Branch 5
  4. 04Branch 2Branch 4
  5. 05Branch 6Branch 2
  6. 06Branch 8Branch 6
  7. 07Branch 8Branch 4
  8. 08Branch 6Branch 8
  9. 09Branch 2Branch 6
  10. 10Branch 1Branch 2
  11. 11Branch 1Branch 3
  12. 12Branch 4Branch 1
  13. 13Branch 3Branch 4
  14. 14Branch 6Branch 3
  15. 15Branch 1Branch 6
  16. 16Branch 2Branch 1
  17. 17Branch 2Branch 7
  18. 18Branch 5Branch 2
  19. 19Branch 8Branch 5
  20. 20Branch 9Branch 2
  21. 21Branch 9Branch 7
  22. 22Branch 9Branch 3
  23. 23Branch 1Branch 8
  24. 24Branch 8Branch 9

Strict JSON for AI assistance

Contains only protocol-approved fields and can be pasted into the in-game AI assistance input.

{
  "schema": "fish-flow-ai-solution/v1",
  "level": 58,
  "boardFingerprint": "ff1-731f1310",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 1,
      "to": 3
    },
    {
      "from": 5,
      "to": 7
    },
    {
      "from": 4,
      "to": 5
    },
    {
      "from": 2,
      "to": 4
    },
    {
      "from": 6,
      "to": 2
    },
    {
      "from": 8,
      "to": 6
    },
    {
      "from": 8,
      "to": 4
    },
    {
      "from": 6,
      "to": 8
    },
    {
      "from": 2,
      "to": 6
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 1,
      "to": 3
    },
    {
      "from": 4,
      "to": 1
    },
    {
      "from": 3,
      "to": 4
    },
    {
      "from": 6,
      "to": 3
    },
    {
      "from": 1,
      "to": 6
    },
    {
      "from": 2,
      "to": 1
    },
    {
      "from": 2,
      "to": 7
    },
    {
      "from": 5,
      "to": 2
    },
    {
      "from": 8,
      "to": 5
    },
    {
      "from": 9,
      "to": 2
    },
    {
      "from": 9,
      "to": 7
    },
    {
      "from": 9,
      "to": 3
    },
    {
      "from": 1,
      "to": 8
    },
    {
      "from": 8,
      "to": 9
    }
  ]
}