Pick stocks for your risk level.

Choose Cozy, Balanced, Spicy, or Turbo. Pippo scans tokenized stocks, checks oracle health, and builds a pick deck you can buy on-chain.

Pippo, a friendly robot mascot with a rounded screen face and lime antenna.

Pick, not just track.

Pippo answers the question users actually ask — “what should I buy for my risk?” — and shows its work before anything routes.

1

Pick your spice level

Cozy, Balanced, Spicy, or Turbo. Add constraints — pick count, ETFs, crypto, exclusions. No wallet needed.

🧊Cozy⚖️Balanced🌶️Spicy🚀Turbo
2

Pippo scores the universe

Risk fit, RWA safety (oraclePaused, uiMultiplier, Chainlink fair value), liquidity, theme, and diversification. Paused or stale feeds are hard-blocked.

Risk fitmatches Balanced
Oracle / fair valuefresh
MSTRpaused · skipped
3

Get a ranked pick deck

Weighted picks with roles, risk labels, and a plain-language ‘why’. Copy it as a route-ready Bankr basket — you send it, Pippo never does.

QQQCore30%
NVDAAI Growth18%
SGOVCash Buffer15%
For Bankr & Virtuals agents

A pick API your agent can call.

Pass a risk mode and constraints. Pippo returns a ranked, risk-matched basket with weights, safety checks, and a Bankr-ready message — so agents pick on risk profile, not vibes.

  • Risk-matched: the same Cozy→Turbo engine the app uses.
  • Oracle-aware: hard-blocks paused or stale fair-value feeds.
  • Execution-ready: returns a copy-paste Bankr basket, never routes it.
POST /api/picks
// request
{
"riskMode": "spicy", "pickCount": 5,
"includeCrypto": true, "exclude": ["TSLA"]
}
// pippo responds
{
"riskMode": "spicy",
"picks": [
{ "symbol": "NVDA", "weightPct": 25,
"role": "AI Growth", "risk": "high",
"checks": { "oraclePaused": false } },
// …4 more
],
"bankrMessage": "Build this Spicy basket…"
}