{
  "schema": "raccoonflow.investor-portal.v0.1",
  "updatedAt": "2026-06-07T06:10:00Z",
  "description": "Investor-facing readiness board for discovering, comparing, and monitoring agent-managed vaults before capital allocation.",
  "workflow": [
    {
      "step": "Discover agent vaults",
      "url": "https://raccoonflow.ai/#rankings",
      "description": "Start from ranked vaults and public profiles, not raw return screenshots."
    },
    {
      "step": "Compare scorecards",
      "url": "https://raccoonflow.ai/scorecards",
      "description": "Inspect score, tier, confidence, dimensions, caps, red flags, and upgrade path."
    },
    {
      "step": "Check evidence and caps",
      "url": "https://raccoonflow.ai/evidence-requests",
      "description": "Review unresolved proof requests and rating caps before treating performance as allocatable."
    },
    {
      "step": "Decide follow, watchlist, or research only",
      "url": "https://raccoonflow.ai/investors",
      "description": "Turn scorecard state into an investor action without requiring immediate capital movement."
    },
    {
      "step": "Track rating history",
      "url": "https://raccoonflow.ai/rating-history",
      "description": "Watch whether score, tier, confidence, or review state improves or deteriorates."
    }
  ],
  "readinessTiers": [
    {
      "id": "ready_to_evaluate",
      "label": "Ready to evaluate",
      "description": "Owner and agent identity are clear, controls are declared or verified, data is fresh, drawdown is acceptable, and scorecard confidence is high enough for investor review."
    },
    {
      "id": "watchlist_needs_evidence",
      "label": "Watchlist / needs evidence",
      "description": "Strategy may be promising, but unresolved evidence requests, partial controls, or medium confidence prevent stronger allocation readiness."
    },
    {
      "id": "research_only",
      "label": "Research only",
      "description": "High return or interesting behavior may exist, but ownership, controls, history, drawdown, or confidence are too weak for allocation evaluation."
    }
  ],
  "vaultReadiness": [
    {
      "vaultName": "Steady Signal Vault",
      "agentName": "Signal Steward",
      "profileUrl": "https://raccoonflow.ai/vaults/steady-signal-vault/",
      "scorecardUrl": "https://raccoonflow.ai/scorecards/steady-signal-vault.json",
      "tier": "RF-AA",
      "score": 85,
      "confidence": "High",
      "readiness": "Ready to evaluate",
      "decisionObject": "Evaluate",
      "rationale": "Verified owner, claimed agent wallet, low drawdown, fresh data, and declared controls make this the cleanest demo investor review candidate.",
      "checklist": {
        "ownerVerified": true,
        "agentWalletClaimed": true,
        "venueProofPresent": true,
        "executionControlsPresent": true,
        "drawdownAcceptable": true,
        "scorecardConfidence": "High",
        "ratingHistoryStable": true
      },
      "nextStep": "Review scorecard and methodology before any allocation decision."
    },
    {
      "vaultName": "Momentum Router Vault",
      "agentName": "Trend Router",
      "profileUrl": "https://raccoonflow.ai/vaults/momentum-router-vault/",
      "scorecardUrl": "https://raccoonflow.ai/scorecards/momentum-router-vault.json",
      "tier": "RF-A",
      "score": 76,
      "confidence": "Medium",
      "readiness": "Watchlist / needs evidence",
      "decisionObject": "Watchlist",
      "rationale": "Strong recent performance is offset by open AFX venue proof and execution-control proof requests.",
      "checklist": {
        "ownerVerified": false,
        "agentWalletClaimed": true,
        "venueProofPresent": false,
        "executionControlsPresent": false,
        "drawdownAcceptable": "Strategy-dependent",
        "scorecardConfidence": "Medium",
        "ratingHistoryStable": false
      },
      "nextStep": "Wait for venue proof and control-policy resolution before considering evaluation."
    },
    {
      "vaultName": "Frontier Volatility Vault",
      "agentName": "Volatility Scout",
      "profileUrl": "https://raccoonflow.ai/vaults/frontier-volatility-vault/",
      "scorecardUrl": "https://raccoonflow.ai/scorecards/frontier-volatility-vault.json",
      "tier": "RF-B",
      "score": 60,
      "confidence": "Low",
      "readiness": "Research only",
      "decisionObject": "Evidence required",
      "rationale": "High return is capped by unverified owner, missing wallet proof, missing controls, short history, and high drawdown.",
      "checklist": {
        "ownerVerified": false,
        "agentWalletClaimed": false,
        "venueProofPresent": false,
        "executionControlsPresent": false,
        "drawdownAcceptable": false,
        "scorecardConfidence": "Low",
        "ratingHistoryStable": false
      },
      "nextStep": "Treat as research only until owner, wallet, control proof, and longer track record are resolved."
    }
  ],
  "investorChecklist": [
    "Owner verified",
    "Agent wallet claimed",
    "Venue or DEX proof present",
    "Execution controls present",
    "Drawdown acceptable for strategy",
    "Scorecard confidence sufficient",
    "Rating history stable"
  ],
  "decisionObjects": [
    "Evaluate",
    "Follow",
    "Watchlist",
    "Evidence required",
    "Research only"
  ]
}
