Skip to content

Create a Hiss

userpaper mode

Prompt patterns that work, patterns that fail, and the manifest you get back.

How creation works

You type a whisper — a plain-language market narrative. The AI Strategist maps it onto the canonical asset registry, weights the holdings in basis points summing to 10,000, writes a rationale per asset, and returns a full manifest plus memo, risk summary, and HISS Score. You can then edit anything before publishing.

Prompt patterns that work

Good whispers name a thesis, a constraint, or a vibe the registry can express:

  • AI infra without full NVDA concentration — a theme plus an explicit concentration constraint.
  • Mag 7 momentum with lower drawdown — a cohort plus a risk preference the Strategist can hedge with ballast assets like SGOV.
  • Defensive cashflow basket — a style; expect treasuries-adjacent and lower-beta holdings.
  • Most cursed meme beta — vibes are fine; the output is still a valid, risk-annotated manifest (and eligible for the Most Cursed category in Basket Wars).

Prompt patterns that fail

  • Too vague: make me money — there is no thesis to express; you'll get a generic diversified basket.
  • Guarantee-seeking: a basket that can't go down — the Strategist refuses guarantee language and never promises returns.
  • Off-registry assets: 50% Dogecoin, 50% my landlord's REIT — unknown tickers are dropped during repair; if nothing canonical survives, the request is rejected. Only the 27 registry assets can appear in a manifest.
  • Personalized advice: what should I do with my 401k? — the Strategist plans baskets; it does not give individual financial advice.

What you get back

The output is a manifest like the one below (addresses abbreviated here; real manifests carry full canonical addresses). Weights always sum to exactly 10,000 bps.

example manifest
{
  "schemaVersion": "1.0.0",
  "slug": "ai-infra-ex-nvda",
  "name": "AI Infra, Hold the NVDA",
  "symbol": "HISS-AIX",
  "tagline": "The picks and shovels, minus the crowd's favorite pick.",
  "thesis": "AI infrastructure demand persists across compute, memory, and power — capture it without single-name NVDA concentration. Not investment advice.",
  "creator": { "source": "hiss-strategist", "displayName": "HISS Strategist" },
  "chain": { "chainId": 8453000, "name": "Robinhood Chain" },
  "mode": "paper",
  "status": "paper",
  "assets": [
    { "ticker": "AMD",  "tokenAddress": "0x8692…3fdC", "type": "stock", "weightBps": 2500,
      "rationale": "GPU alternative with datacenter share upside.", "uiMultiplierSupported": true },
    { "ticker": "CRWV", "tokenAddress": "0x5f10…49C3", "type": "stock", "weightBps": 2000,
      "rationale": "Pure-play GPU cloud capacity.", "uiMultiplierSupported": true },
    { "ticker": "MU",   "tokenAddress": "0xfF08…4afD", "type": "stock", "weightBps": 2000,
      "rationale": "HBM memory is the bottleneck input.", "uiMultiplierSupported": true },
    { "ticker": "ORCL", "tokenAddress": "0xb099…eE03", "type": "stock", "weightBps": 2000,
      "rationale": "AI cloud backlog and datacenter buildout.", "uiMultiplierSupported": true },
    { "ticker": "BE",   "tokenAddress": "0x822C…1867", "type": "stock", "weightBps": 1500,
      "rationale": "On-site power for AI datacenters.", "uiMultiplierSupported": true }
  ],
  "rebalance": { "method": "drift", "driftThresholdBps": 500, "minTradeUsd": 10 },
  "risk": {
    "maxSingleAssetWeightBps": 3000,
    "allowNonCanonicalAssets": false,
    "oracleStalenessSeconds": 3600,
    "liveExecutionAllowed": false,
    "requiresJurisdictionCheck": true,
    "notInvestmentAdvice": true,
    "notes": ["Concentrated sector bet on AI capex continuing.", "Paper mode: simulated prices only."]
  },
  "social": { "emoji": "🐍", "shareTitle": "AI Infra, Hold the NVDA",
    "shareDescription": "5 assets, 25% max weight, paper mode.", "hashtags": ["#HISS", "#BasketWars", "#AIInfra"] },
  "createdAt": "2026-07-05T00:00:00.000Z",
  "updatedAt": "2026-07-05T00:00:00.000Z"
}

$HISS is independent research software in paper mode — not investment advice, and not affiliated with Robinhood, Bankr, or Chainlink.