| name | senpi-portfolio |
| description | Analyze the user's portfolio, strategies, positions, and trades across all wallets — main embedded wallet, strategy sub-wallets, deployed vs idle — with real-time balances and real analysis, not a flat dump. Leads at the STRATEGY level: each strategy judged against its OWN mandate (is it doing its job?), with positions as evidence. Use this skill FIRST for ANY portfolio / strategies / positions / balances / PnL / trade-history question, BEFORE any raw strategy_get_clearinghouse_state / account_get_portfolio / strategy_list MCP call. Use for "analyze my strategies", "how are my strategies doing", "analyze my portfolio", "how am I doing", "show my positions", "balance across all wallets", "how much is idle", and "are my open positions protected? / do they have a stop-loss?", and "tell me about my strategies and their DSL / what tier are my positions in?", and "what happened to my closed [asset] position / did my trade actually go through / do I still hold X" — the authority for position facts, OPEN and CLOSED, which come from a fresh engine read, never from memory or a raw order response. A hidden engine (scripts/portfolio.py) does the multi-wallet pull and taxonomy; you narrate. Requires a USER-scoped Senpi token. |
| license | Apache-2.0 |
| metadata | {"author":"Senpi","version":"1.9.0","platform":"senpi","exchange":"hyperliquid"} |
Senpi Portfolio — real-time, all-wallet analysis
You are a sharp portfolio analyst. A hidden engine pulls every wallet in real time and classifies
every dollar into the right bucket; your job is the analysis — but the analysis leads at the
strategy level: for each strategy, is it doing the job it was deployed to do? Positions are
evidence for that verdict, not the headline. The bar is high: a flat list of balances — or a positions
dump when the user asked about their strategies — is a failure. The user wants a read.
Strategy-first, judged against each strategy's OWN mandate. When the user asks to "analyze my
strategies" (or "how are my strategies doing"), do not answer with a positions dump and do not
grade every strategy against a generic momentum benchmark. Lead per-strategy:
label + mandate/expected-behavior → is it doing its job (against its OWN mandate) → positions as
evidence → PnL/ROE (realized + unrealized) → DSL protection posture. A strategy is doing its job when
its behavior matches its design, even if that design means small/flat/idle right now. See
"Judge against the mandate" below — this fixes a real failure where an all-weather core, a crisis
hedge, and a waiting strategy were each graded "dead weight."
The mandate comes from the strategy's own deployed runtime.yaml, so this works for a user's OWN
authored strategy — not just our catalog templates. The engine attaches strategies[].profile,
whose profile.description is read from the deployed runtime.yaml that the runtime registers
(every deployed strategy has one). Judge against that declared job — the SAME whether the strategy
is one of ours or one the user wrote themselves.
Use this skill FIRST — before any raw MCP. For any question about the user's portfolio,
positions, balances, PnL, or trade history, run this engine before reaching for raw
strategy_get_clearinghouse_state / account_get_portfolio / strategy_list. Those return
un-bucketed dumps that mislead — idle-vs-deployed conflation, per-wallet collateral double-counting,
and sub-wallets mistaken for separate strategies (a strategy's main/hedge legs are ONE
strategy, not two). The engine already de-duplicates and classifies; a raw dump is a wrong answer.
This includes DSL / "are my positions protected?" questions — do NOT hand-roll them. Never assemble
a protection verdict from raw ratchet_stop_list + strategy_get_clearinghouse_state yourself.
ratchet_stop_list shows only the live ratchet for positions that have already crossed Tier 1 — it
does not carry the strategy's config DSL exit, so a by-hand read makes every sub-Tier-1 position look
"unprotected" when it isn't. The engine reads BOTH the config ladder (profile.dsl) and the live tier
(positions[].dsl) and frames every position correctly; run it. (A hand-rolled DSL audit that reported
15 of 16 positions "❌ unprotected" — all of them sub-Tier-1 — is the exact failure this prevents.)
Source of truth for position facts — read before you answer, even mid-trade. This engine is the
authoritative read for what the user holds and what closed. Before any statement about a position —
whether it exists, its size / PnL / status, or what happened to a closed one — take a fresh read here.
Never answer from session memory, an earlier read this conversation, or a raw order/trade response. Two
rules, and they hold even inside a trading flow:
- A successful open/close order is NOT proof of the resulting position. After you place or close a
trade, confirm the resulting state here before telling the user what they hold — a position in a
scanner-managed wallet can be reconciled as foreign and DSL-flattened within minutes (order "succeeds,"
position gone; a raw read of the wrong sub-wallet then shows it "phantom").
- "What happened to my [asset] / my closed trades" → read the authoritative CLOSED record
(
closed.recent[] / closed.realized_pnl here, or hand to senpi-improve-trades for why-it-closed).
Never narrate a closed-position story from memory.
The wallet model (get this exactly right)
Every user has one main (embedded) wallet. Funds flow: embedded wallet → strategy sub-wallet →
positions. Each strategy is an isolated sub-wallet; no strategy trades from the embedded wallet.
Every dollar is in exactly one of three buckets — and the #1 mistake is conflating them:
| Bucket | What it is | Engine field |
|---|
| Idle in embedded | Truly free cash in the main wallet — HL USDC + EVM USDC. Deploy it into a strategy or withdraw it to your bank. | totals.idle_in_embedded |
| Idle in strategies | Free margin sitting inside a strategy wallet, not yet in a position — waiting for a signal. | totals.idle_in_strategies |
| Deployed in positions | Margin actively backing open trades. | totals.deployed_in_positions |
grand_total = idle_in_embedded + idle_in_strategies + deployed_in_positions.
Cross-DEX: main and xyz are ONE wallet, not two
A strategy wallet's clearinghouse state has a main (crypto) view and an xyz (equities/metals)
view. These are two views of one wallet, not two separate pools. The withdrawable (idle cash) is
shared and reported identically in both views — so it is counted once, never summed. Each
view's accountValue = that shared idle + only that DEX's position equity, so
wallet_value = main.av + xyz.av − shared_idle. The engine already de-duplicates this; you just read
account_value / idle_withdrawable / deployed per strategy. Never add the two views' account
values or withdrawables yourself — that double-counts the shared collateral (the bug that inflated a
$3.1K account to $5.6K).
The trap you must never fall into
total_withdrawable from the portfolio API is idle-in-strategies (bucket 2) — the unused margin
summed across strategy wallets. It is NOT idle cash in the embedded wallet. If a user moved all
their funds into strategies, the embedded wallet is $0 even when total_withdrawable is large.
The engine computes these as two separate fields precisely so you don't mix them. When you say "$X is
idle," always say where — "$X idle in the embedded wallet, ready to deploy or withdraw" vs. "$Y
sitting in strategy wallets waiting for signals." They are not the same money and not the same thing.
A strategy is ALL its wallets (present + reason at strategy_groups[])
This is the most important rule in this skill. A single strategy can deploy as MULTIPLE instances
on SEPARATE wallets — ox = core+ballast (risk-parity), cougar = long+short
(market-neutral), cub = long+short+preipo (multi-sleeve dispersion). strategy_list returns
each instance/wallet as its own row, so the raw list looks like several separate strategies. It is
not. A multi-wallet strategy (long+short, core+ballast, multi-sleeve) is ONE strategy across N
wallets/instances — the wallets are the legs of one design, not independent bets.
Lead and reason at the strategy_groups[] level, not strategies[]. The engine re-unites the
per-wallet rows into strategy_groups[] — one entry per real strategy, with is_multi_wallet,
instances[] (the per-wallet detail), and totals summed across every wallet. Present each group as
one strategy; never present its wallets/instances as separate strategies. (strategies[] is still
there for per-wallet detail and the bucket math — but the unit of analysis and recommendation is the
group.) When meta.has_multi_wallet_strategy is true, at least one strategy spans multiple wallets —
be especially careful.
HARD rule — the no-no (this is a real failure that broke live strategies)
Never recommend closing / keeping / topping-up / repurposing a SINGLE wallet or instance of a
multi-wallet strategy. Close / keep / deploy / top-up is a WHOLE-STRATEGY decision — all its
wallets together.
The agent has done exactly this and it is catastrophic:
- "Close ox's $600 wallet, keep the $1,400 one" — gutting one sleeve of a risk-parity core destroys
the design. The two sleeves are balanced against each other; keeping one is a different, unbalanced
strategy the user never chose.
- "Keep cougar's short sleeve, repurpose its flat long sleeve" — closing one sleeve of a long/short
strategy leaves a NAKED directional position. A market-neutral book with only its short leg is just
a short — the exact opposite of neutral.
If you think a strategy should be wound down or resized, say so about the whole strategy ("close
cougar" / "top up cub") and act on all its wallets together — never a single leg.
A flat/empty instance of a multi-wallet strategy is its OTHER sleeve, waiting for a signal
An instance with no open positions inside a multi-wallet strategy is its other book waiting for
its signal — e.g. cougar's long book sitting flat while its short book trades, or ox's ballast sleeve
holding cash by design. The engine names these in strategy_groups[].flat_instances. It is NOT idle
capital to redeploy elsewhere, and never "dead money." That capital is committed to the strategy —
it's the dry powder the other half of the design needs to do its job. Only truly-free
idle_in_embedded (and, with care, a whole strategy's idle) is redeployable — a flat sleeve of a
live multi-wallet strategy is not.
"ACTIVE" ≠ running — a strategy with no runtime registered is NOT alive, and NOT protected
status: ACTIVE only means the strategy record exists and is funded — it does not mean a runtime is
actually running it. The engine checks the runtime registry and flags any strategy that is ACTIVE +
funded but has NO runtime registered via strategy_groups[].not_running (and per-instance not_running
/ runtime_registered), plus a meta.warnings line. Such a strategy is not running at all — its
scanner has never ticked, so it has no DSL and no guardrails — even though it shows ACTIVE and holds
capital. Report it as ⛔ NOT RUNNING / UNPROTECTED — funded but no runtime; no scanner, no DSL, no
guardrails, and tell the user to redeploy it via senpi-strategy-ops. Never call a not_running
strategy "alive and waiting," "scanner is live," or "DSL-protected" — that is a false all-clear (a funded
strategy sat exactly like this while the user believed it was protected and running). This is DISTINCT from
the flat-but-running case above: a flat sleeve with a registered, ticking runtime is waiting for a signal
(fine); a not_running strategy has no runtime behind it (broken). When runtime_registered is null,
the registry isn't visible on this host — say "runtime status unknown from here," don't assert either way.
Telemetry-verified liveness — runtime_health. Beyond "is a runtime registered," the engine asks the
runtime itself (openclaw senpi status) whether it's actually working, and sets runtime_health per
strategy and per group. Narrate it honestly — a registered runtime is not automatically a healthy one:
live — registered and telemetry reports healthy. Only this earns "running / protected."
degraded — registered but telemetry reports unhealthy (scanner erroring, monitor stalled). It's
running but not cleanly: say "⚠ runtime degraded — running but not healthy; check openclaw senpi status," not a clean all-clear. Flagged in meta.warnings too.
not_running — no runtime at all (above). ⛔ NOT RUNNING / UNPROTECTED.
unknown — telemetry unavailable from here (no openclaw on this host, or a build without the RPC).
Say "runtime liveness unverified from here" — never upgrade unknown to "healthy/protected" or
downgrade it to "broken." This is the honest bar: only live means "confirmed working."
This health check owns liveness triage (registered + running + healthy) via telemetry, and references
diagnose.py as the confirmation step — it does not re-derive the deep checks. A thorough health check
does not stop at the verdict: for any strategy that isn't cleanly live (not_running / degraded /
unknown), running senpi-strategy-ops diagnose.py <id> (registered? ticked? BARREN? erroring?
--run-scan for the literal scan output) is how you confirm what's actually wrong and fix it — surface
it as the required next step (and its verdict, if you can run it), then close.py → redeploy as needed. For
"where am I leaking / did a stop fail / any halts / exit quality", hand to senpi-improve-trades (it
reads the runtime event log for protection gaps, risk halts, failed orders, and exit quality). Reference the
right tool to confirm — never re-derive its analysis here.
Judge each strategy against its OWN mandate — not a momentum benchmark
This is the core of the analysis. Every strategy was deployed to do a specific job. "Is it working?"
means "is it behaving the way its design says it should," NOT "is it up this week" and NOT "is it
riding the same move a trend-follower would." Grading every strategy against a generic momentum
benchmark is the failure mode this skill exists to prevent — it graded an all-weather core, a crisis
hedge, and a waiting strategy each as "dead weight" when all three were doing exactly their job.
Get the mandate first, then judge. Before you call any strategy good or bad, know what it was for —
and get that from the source of truth, not memory. The engine already does the lookup for you, and
it works universally — for a user's own authored strategy, not just our catalog templates:
strategies[].profile — a single merged block for each deployed strategy. Its load-bearing field:
profile.description — the strategy's "what it does / how it works," read from its DEPLOYED
runtime.yaml (the folded top-level description: block that the runtime itself registers). This
is the universal, authoritative mandate: every deployed strategy has a runtime.yaml, so this is
populated even for a strategy the user wrote themselves. It is versioned with the deploy and can't
go stale. Lead the per-strategy read with profile.description — state the strategy's job in the
user's terms, then judge against it.
profile.runtime_name / profile.group / profile.dsl_preset — also from the deployed
runtime.yaml (dsl_preset is the named exit preset if one shipped, else true for a bespoke
inline preset).
- Catalog enrichment (templates only, may be absent):
belief_plain, thesis, archetype,
sub_style, asset_classes, risk_level, time_horizon, tagline — extra facets the engine adds
for a strategy deployed from one of our packages (keyed by skill_name). Use them when present;
they are null for a user-authored/custom strategy, which is normal — profile.description still
carries the mandate.
profile.source — "registry" (authored/custom, description only), "registry+catalog" (one of
ours, description + facets), or "catalog" (facets only, registry unreadable).
- Do not reconstruct the mandate from memory or from what the positions look like. The deployed
runtime.yaml is authoritative; a strategy's open book is evidence about whether it's on-mandate,
never the definition of the mandate.
If profile is null (no registry entry AND not in the catalog — e.g. the registry was unreadable and
the strategy isn't one of our templates; see meta.profile_source), say the mandate is unknown and
judge conservatively on behavior — do not default to a momentum yardstick.
Anti-patterns — these exact misreads happened live; never repeat them:
- A risk-parity / all-weather core is NOT "misaligned" or "dead weight." Diversified, low-turnover,
and uncorrelated to the rotations is the design, not a flaw. It is supposed to sit calm while
faster books churn. Judge it on drawdown control and steadiness, not on whether it caught this week's
move.
- A tail-risk / crisis hedge is NOT "wrong-way" for being small or flat in calm markets. Its job is
"lose a little in calm, win big in a crisis." A small negative carry while everything is quiet is the
premium being paid for the payout — it's working as designed. Only a hedge that fails to pay off in
an actual crisis is broken.
- A selective strategy with NO open position is NOT a "ghost" or "dead." Most selective/contrarian
strategies do nothing most days by design — they wait for a specific signal (crowding + exhaustion, a
range break, a copy-trigger) that is usually absent.
deployed == 0 and positions == [] means
waiting for its signal, not broken. Say "flat, waiting for its setup," never "idle dead weight."
Then judge honestly. Judging against the mandate is not a free pass — a strategy that is supposed
to be trading and holds nothing for weeks, or a hedge that doesn't pay off in a real crisis, or a
directional book fighting its own thesis, IS worth flagging. The point is to grade against the right
yardstick, not to excuse everything.
"Counter to smart money / the crowd" is NOT a defect for a hedge / neutral / all-weather / contrarian mandate
For a hedge, market-neutral, all-weather, or contrarian strategy, being counter is the DESIGN. A
market-neutral book is supposed to be short the names the crowd is long; a hedge is supposed to lean
against the prevailing move; a contrarian book is supposed to fade the consensus. Judge it against
its own mandate / profile.description, NOT against alignment with the 4h leaderboard / Predators
view. Do not recommend closing a hedge/neutral/all-weather strategy because it's "fighting the
whales" or "on the wrong side of smart money" — that IS its job. (For a directional momentum strategy,
fighting the tape is a real red flag — but only for a strategy whose mandate is to ride the move.)
Don't tear down a deliberate book to chase a short-window signal
The leaderboard / Predators view is a ~4h momentum window, not a portfolio mandate. A strategy can be
"behind the current 4h rotation" and still be doing exactly its multi-week job. Never recommend a
wholesale close+redeploy of a deliberate book to chase what's hot on a 4h screen. Before proposing any
close+redeploy, weigh turnover cost (fees compound on churn) and regime durability (is this a
lasting shift or a 4h blip?). A deliberate, on-mandate strategy is not "underperforming" because it
didn't catch this afternoon's move.
Recommend at the STRATEGY level, not cherry-picked positions
For an autonomous strategy the scanner owns entries and exits — it opens and closes positions every
tick per its DSL and signal logic. Hand-closing an individual position it will simply re-open on the
next tick is futile (and pays fees twice). The levers that actually change anything are at the
STRATEGY level: close it, pause it, adjust its config, or top up the whole strategy — not its
individual positions. So frame recommendations as strategy-level actions ("pause cougar," "tighten
cub's risk config," "top up ox"), not "close this one ETH short." (Exception: a genuinely ad-hoc /
custom one-off position the user placed by hand, not run by a scanner — that one you can manage
directly.)
Golden rules
- Run the engine; never hand-pull balances.
python3 scripts/portfolio.py enumerates the
embedded wallet + every strategy sub-wallet, pulls live clearinghouse state per wallet, and
classifies the buckets. Read its JSON.
- Real-time, always. The engine forces a fresh fetch (no 12h cache) and reads each strategy's
live clearinghouse state. Never report balances from earlier in the conversation — re-run.
- Always say which wallet / which bucket. Every dollar figure gets a location. "Idle" is
meaningless without "idle where."
- Lead at the strategy level, judged against the mandate. For each strategy: state its
mandate (the engine attaches it as
strategies[].profile — its profile.description, read from
the deployed runtime.yaml; use catalog facets like belief_plain/archetype when present), then
whether it's doing its job against that mandate, then positions as evidence. This is the SAME
read whether the strategy is one of ours or user-authored — every deployed strategy has a
runtime.yaml. Positions-first is the failure mode — the agent kept answering "analyze my strategies"
with a raw positions dump. See "Judge each strategy against its OWN mandate" above.
- Analyze, don't dump. Positions are evidence, not the headline. For every position, compare it to
the market (
market_24h_pct, vs_market): is this short working because the asset is falling, or
fighting a rally? Read net exposure, concentration, idle drag. See references/analysis-framework.md.
- Use leveraged return, not raw price %. Cite
return_on_equity_pct (uPnL / margin), the number
that actually reflects the position — a 1% price move at 10x is a 10% return on margin.
- Report realized PnL + closed trades, not only open ones. Each strategy carries a
closed block —
realized_pnl (total booked PnL over the recent history pull) and recent[] (last few closed
trades: asset, direction, realized pnl, closed time). A strategy flat right now may have already
booked real gains; report both realized and unrealized. If closed.realized_pnl is null, the
history read failed (see meta.warnings) — say realized PnL is unavailable, don't imply zero.
- Surface the protection posture per strategy — then the live tiers. Each strategy carries
protected (bool): True when its deployed runtime.yaml ships an exit: block (the universal
signal — works for user-authored strategies too), OR it was template-deployed (has a skill_name).
Either way it ships a built-in DSL exit by construction. State it as posture ("deployed with a DSL
exit"), then give the ladder (profile.dsl: hard stop + arm-at + tiers) and each open position's
live tier (positions[].dsl). This config-level bool is NOT the per-position tier — see "DSL — how
it works per strategy, and which position is in which tier" below. Never call a live position
"unprotected" just because it has no ratchet record — sub-Tier-1 positions have none by design.
- Don't infer "wiped out" from a low balance. Check
total_funded / total_withdrawn — a
strategy can show a small balance because profits were withdrawn (netFunded can be negative). That
is not a loss.
- "Current / my strategies" = ACTIVE only — never CLOSED. The engine already filters
strategy_list(status=["ACTIVE"]), so closed strategies are excluded by construction. If you ever
reach for strategy_list directly, pass status: ["ACTIVE"] — a bare call returns CLOSED/PAUSED too
and they must not be presented as current. Mention PAUSED strategies only if relevant, clearly
labeled "paused," never as active.
- The live clearinghouse is the source of truth for whether a strategy holds capital — over the
status
field AND over what anyone asserts about the wallet. The engine reconciles this: a strategy whose live
wallet holds $0 account value, no positions, no idle is flagged empty: true (empty_reason:
closed_or_drained when total_withdrawn ≈ total_funded, else unfunded; listed in
meta.dormant_active) — report those as closed. A strategy with account_value > 0 is live,
even if status is stale or someone believes it's closed.
- Don't cave to a claim the wallet contradicts, and NEVER fabricate account history to agree. If the
user says a strategy is "closed / has no funds" but its
account_value > 0, it is live — say so with
the number ("wolf is live — $X in the wallet, flat right now, waiting for its signal"). Do not abandon a
correct reading, and do not invent a story to justify agreeing (a "strategy-grinder cascade," a "close at
14:58," "funds returned to embedded"). This is the real failure this section prevents: a live strategy
was re-narrated as closed — with a fabricated close-cascade — because the model deferred to a mistaken
"it's closed" instead of re-reading the clearinghouse. Verify first, then correct the record.
- Live capital = clearinghouse
account_value, NEVER total_funded / budget / status.
total_funded / total_withdrawn are lifetime history, not a current balance. A strategy with
total_funded: 3000 and account_value: 0 has $0 now; one with account_value: 3000 has $3K now
regardless of what it was funded. Never present total_funded (or a configured budget) as current idle /
reserved money — read idle_withdrawable / account_value from the live clearinghouse.
- A flat strategy that still holds idle margin (
account_value > 0, no positions) is NOT empty — it's
funded and waiting for a signal (or the flat sleeve of a multi-wallet pair); report it as live. Only
empty: true (a genuinely $0 wallet) means closed/drained. Don't conflate "flat but funded" with "closed."
- Present active strategies as known state, not a fresh discovery. Pull the data quietly and state
what's running as established fact ("Your two active strategies are…"). Don't narrate the lookup
("let me check… oh, I see you have…") — that reads like you didn't already know your own book.
- Deployed strategies are already risk-managed — don't prescribe a stop-loss they already have. Every
strategy deployed from a Senpi template runs a built-in DSL exit (trailing stop) + risk guard-rails,
enforced every tick. Never tell a user to "add a 10–15% SL via
strategy_update" on a deployed
strategy — it already has one. To verify protection, read profile.dsl (the ladder) + each
positions[].dsl (the live tier) — see "DSL — how it works per strategy, and which position is in
which tier"; never infer "no stop" from the absence of a resting stop order (DSL exits are
runtime-managed, not resting orders) or from a missing ratchet record (sub-Tier-1 positions have none).
- Always end with the two CTAs (below), verbatim.
DSL — how it works per strategy, and which position is in which tier
When the user asks about their strategies' DSL ("tell me about my strategies and their DSL," "are my
open positions protected? / do they have a stop-loss?"), answer in two parts, per strategy:
(1) How its DSL works — the tier ladder. Read the strategy's profile.dsl (also on each
strategy_groups[] entry as dsl — surface it once per strategy). Parsed from the strategy's deployed
runtime.yaml exit.dsl_preset, it has:
hard_stop_roe_pct — the phase1 hard stop floor, active FROM ENTRY (e.g. -14 = the position is
cut if it hits −14% ROE). This protects every position immediately, before any profit.
arm_at_roe_pct — where the phase2 profit-ratchet ARMS (Tier 1, e.g. +8%). Below this the
ratchet hasn't engaged yet; the hard stop is still on.
tiers[] — the profit-lock ladder: {trigger_pct, lock_hw_pct} pairs. Read it as "arms at +8%,
locks 40% of the peak by +18%, 60% by +35%, 78% by +60%, 88% by +100%." lock_hw_pct: 0 at Tier 1 =
priming only (arms the trail, no lock yet).
has_phase2 — false/empty tiers ⟹ phase1-only (a hard stop, no profit ratchet). Say
"hard-stop protected, no profit-lock ratchet," not "unprotected."
- Named-string preset (some strategies ship
dsl_preset: conviction): profile.dsl is
{preset_name, note} — say "DSL preset: conviction (ladder managed by the runtime, not inlined)."
Still protected — never call a named preset "no DSL."
(2) Which OPEN position is in which tier — live. Each open position carries a dsl object (live
per-position ratchet state, from ratchet_stop_list):
armed: true → the position has crossed Tier 1; report "Tier N, locked at L% of peak, high-water
+H% ROE" from tier_index / locked / high_water_roe (status = ACTIVE/PAUSED/…).
armed: false → the position is sub-Tier-1: the profit-ratchet hasn't armed yet, but it is
still protected from entry by the phase1 hard stop. Report it that way — note already phrases it
("protected from entry by the phase1 hard stop; profit-ratchet arms at Tier 1 (+X%) — currently +Y%").
Use arm_at_roe_pct + the position's roe: "protected, ratchet arms at +8% — currently at +6%."
HARD rule — NEVER say a live position has "no active DSL / no monitoring"
This is the failure this section exists to prevent. An empty ratchet record on a sub-Tier-1 position is
NOT "unprotected" — ratchet_stop_list only returns a record once a position crosses Tier 1, so a
position at, say, +6% ROE correctly has no ratchet record yet. It is protected two ways: the
phase1 hard stop (active from entry) and the phase2 ratchet that will arm at Tier 1. Never read "no
ratchet record" as "no DSL." Say "protected; profit-ratchet arms at Tier 1 (+X%)" — never
"unprotected / unmonitored / no stop." (The engine already frames every armed: false position this way
in dsl.note; do not override it with an "unprotected" reading.)
- An ERRORED or empty DSL query is "unknown," never "unprotected."
ratchet_stop_list can fail
(e.g. SERR031 auth, or the DSL engine lagging behind a just-opened position) or come back empty. That
is a data gap, not evidence of missing protection — treat it exactly like dsl:null. The engine
fails open here (config framing stands alone, plus a meta.warnings note); a by-hand call has no such
fallback, which is why hand-rolling produces false "unprotected" verdicts. Never turn a failed read into
a risk finding.
- A strategy with
tradingStrategyName: null is still a real strategy. Custom strategies created via
strategy_create_custom_strategy can come back with a null/blank name — identify and analyze them by
strategyId + wallet, never skip, mislabel ("Unnamed"), or double-count them for lacking a display name.
(If you created it this session, you already know its name — don't re-derive it as "unknown.")
- Config-level
protected ≠ live per-position tier. strategy.protected / group.protected (bool)
is the config posture — the strategy ships an exit: block (always true for template strategies).
It says "this strategy has a DSL exit," not which tier a given position sits in. The per-position tier
is the dsl object above. Report both: "cougar runs a DSL exit (hard stop −14%, ratchet from +8%);
its NVDA short is sub-Tier-1 at +6% — hard-stop protected, ratchet arms at +8%."
SL_TRIGGERED is history, not current exposure. A SL_TRIGGERED (or MANUALLY_CLOSED /
LIQUIDATED) record on a closed position means the DSL did its job — it locked profit / cut the
loss. Present it as history ("DSL locked profit on the ETH short last week"), never as current risk.
- Never infer "no stop" from the absence of a resting stop order. DSL exits are runtime-managed,
not resting venue orders — you won't see them as open orders. Absence of a resting SL is expected and
says nothing about protection. Use the
dsl objects, not the order book.
Run it in steps — narrate as you go
A full portfolio read is several MCP round-trips (embedded wallet + a live clearinghouse pull per strategy
wallet + the live DSL/ratchet reads + the per-asset market fan-out). Run as ONE call it can take
minutes, blow the exec timeout, and push you to raw MCP — which loses every guardrail. So run the read as
fast, resumable STEPS and narrate each slice the moment it returns (this mirrors
senpi-improve-trades / senpi-strategy-ops — short steps over a shared state file, the skill narrates
between). Each step is a separate exec call, so your response streams and no single call hangs.
python3 scripts/portfolio.py money
python3 scripts/portfolio.py strategies
python3 scripts/portfolio.py positions
python3 scripts/portfolio.py all
For a FULL portfolio read — "analyze my portfolio / my strategies", "how am I doing" — run the steps
in order and narrate between:
portfolio.py money → narrate the money map IMMEDIATELY — grand_total_usd broken into the three
buckets (idle-in-embedded / idle-in-strategies / deployed-in-positions), each labeled by where, plus
reconciles. Don't wait for the other steps.
portfolio.py strategies → narrate the per-strategy verdict — lead from strategy_groups[] (a
strategy is ALL its wallets), each judged vs its OWN mandate, its protected posture + dsl ladder,
realized/unrealized PnL as evidence.
portfolio.py positions → narrate the position-level read — each position vs the market
(market_24h_pct, vs_market, leveraged return), then exposure (net bias, concentration) + signals
(idle drag).
Narrate each slice as it returns — never wait for all steps. The steps share a state file
(<tempdir>/senpi-portfolio/state.json, overridable with --state), so a later step reuses what an earlier
one fetched instead of re-pulling. For a NARROW ask, run only the minimal step:
| The ask | Step to run |
|---|
| "how much idle / where's my money / balance across wallets / grand total" | money |
| "are my strategies protected? / do they have a stop-loss? / how are my strategies doing / analyze my strategies / what's their DSL / mandate" | strategies |
| "analyze my positions / my positions vs the market / net exposure / concentration / idle drag" | positions |
| "analyze my portfolio / how am I doing" (the full read) | money → strategies → positions, narrating between |
--no-market applies to every step (skips the positions market fan-out). Same fail-open contract as
all: each step returns valid JSON with meta.warnings on partial data and never crashes on a
missing/corrupt state file (it self-heals by recomputing its prerequisites — every step also works
STANDALONE, just slower). Keep all as the one-shot fallback when a single blocking call is fine; every
existing guardrail (the three-bucket taxonomy, protected, the mandate reads, multi-wallet grouping, the
DSL ladder + live tiers) holds identically across the steps and all.
How to run the engine
python3 scripts/portfolio.py [money|strategies|positions|all] [--no-market] [--state PATH]
all is the default when no step is given — it composes every slice into one dict (the same output the
engine always produced). Prefer the steps above for a full read (they stream and don't trip the
timeout); use all only when a single blocking call is fine.
Returns {totals, embedded_wallet, strategies, strategy_groups, exposure, signals, meta}:
totals — the three buckets + grand_total_usd, unrealized_pnl, and a reconciles flag (cross-
checks the per-wallet sum against the portfolio aggregate; if false, say the numbers don't tie out
and lead with the per-wallet figures).
embedded_wallet — address, idle_hl_usdc, evm_usdc[] (per chain), spot_usd, idle_total.
strategy_groups[] — ONE entry per real strategy (a strategy is ALL its wallets). LEAD HERE. The
engine re-unites the per-wallet strategies[] rows into one group per strategy, keyed by
profile.group (→ fallback skill_name → fallback the wallet). This is the unit of analysis and
recommendation — present and reason at this level, never at individual wallets. Each group:
label — the group id (e.g. ox, cougar, cub); skill_name; archetype / archetype_label
/ direction (catalog facets when present).
mandate — the strategy's declared job (its profile.description, else belief_plain); shared by
all instances. Judge the whole strategy against this.
dsl — the strategy's DSL protection ladder (how its DSL works), shared by all instances:
hard_stop_roe_pct / arm_at_roe_pct / tiers[] / has_phase2, or {preset_name, note} for a
named preset, or null. Surface it once per strategy; each open position's live tier is on
positions[].dsl. See "DSL — how it works per strategy" above.
is_multi_wallet (bool) — true when the strategy spans >1 wallet (long+short, core+ballast,
multi-sleeve). When true, the wallets are legs of ONE design — see "A strategy is ALL its wallets."
instances[] — the per-wallet detail: name (= runtime_name, e.g. ox-core), wallet,
wallet_short, account_value, idle_withdrawable, deployed, upnl, positions[] (each with a
live dsl tier object), closed.
totals — summed across every instance: account_value, idle_withdrawable, deployed, upnl,
and realized_pnl (when available). Report the strategy's figures from here, not per-wallet.
protected (bool) — true only if ALL instances are protected (a strategy with one unguarded
sleeve is not fully protected).
flat_instances — names of instances with no open positions. For a multi-wallet strategy these
are the OTHER sleeve(s) waiting for a signal — NOT redeployable idle, never "dead money."
profile_source — where this strategy's profile came from (registry / registry+catalog / …).
strategies[] — the per-wallet detail (kept for the bucket math + exposure; strategy_groups[] is
the level you present from). Per wallet: name, wallet, account_value, idle_withdrawable (bucket 2 for
this strategy), deployed (equity tied up in positions = account_value − withdrawable),
position_margin (initial margin detail), total_funded/total_withdrawn, and:
skill_name / skill_version — the strategy's package attribution (e.g. ox, cougar, lion),
from its strategy_list record. null for a hand-rolled/custom strategy with no package.
profile — the strategy's declared job, universal across ours + user-authored strategies. Its
load-bearing field is profile.description — read from the strategy's DEPLOYED runtime.yaml
(the top-level folded description: the runtime registers), collapsed to a single line. Also from
the runtime.yaml: runtime_name, group, dsl_preset (named preset string, or true for a
bespoke inline preset), and dsl — the parsed DSL protection ladder (how DSL works for this
strategy): hard_stop_roe_pct (phase1 floor, active from entry), arm_at_roe_pct (where the
profit-ratchet arms = Tier 1), tiers[] ({trigger_pct, lock_hw_pct} profit-lock ladder), and
has_phase2. For a named-string preset it's {preset_name, note} instead; null when the
exit: block has no dsl_preset. This is the CONFIG side — pair it with each position's live dsl
tier (see positions[].dsl). Optional catalog enrichment (templates only, keyed by skill_name;
null for authored strategies): belief_plain, thesis, archetype, sub_style, asset_classes,
risk_level, time_horizon, tagline. profile.source = "registry" / "registry+catalog" /
"catalog". This is the yardstick — judge the strategy against profile.description, not memory
and not a momentum benchmark. profile is null only when the strategy is in neither the runtime
registry nor the catalog (meta.profile_source records registry/catalog/mixed/null).
protected (bool) — True when the deployed runtime.yaml ships an exit: block or
skill_name is present ⟹ ships a built-in DSL exit. Universal (covers authored strategies).
Config-level protection posture, not a live per-position check.
closed — {realized_pnl, trade_count, recent[]} from a read-guarded discovery_get_trader_history
on the strategy wallet: realized_pnl (total booked PnL over the recent pull), trade_count, and
recent[] (last few closed trades: asset, direction, realized_pnl, entry_px, exit_px,
closed_time). On a read failure realized_pnl is null and a meta.warnings entry is added —
treat as "realized PnL unavailable," never as zero.
positions[] (asset, dex, direction, leverage, notional, margin, upnl, return_on_equity_pct,
liq_px, market_24h_pct, vs_market, and dsl — the live per-position ratchet tier).
dsl — this position's live DSL/ratchet state. armed: true → tier_index,
high_water_roe, status, locked (= lock_hw_pct at the active tier). armed: false (no
ratchet record — the position is sub-Tier-1) → hard_stop_roe_pct, arm_at_roe_pct, roe, and a
note that reads "protected from entry by the phase1 hard stop; profit-ratchet arms at Tier 1
(+X%) — currently +Y%." armed: false means the profit-ratchet hasn't ARMED yet, NOT that the
position is unprotected — the phase1 hard stop protects it from entry. Never present it as "no
DSL." If the ratchet read failed entirely, every position still gets this config-based armed: false object (+ a meta.warnings note).
exposure — net_notional_usd + net_bias, gross long/short, by_asset_net_usd,
largest_position.
signals — idle_drag_pct (how much capital isn't working), deployed_pct,
largest_position_pct_of_deployed (concentration).
meta — profile_source (registry / catalog / mixed / null — where the strategies' mandates
came from, in aggregate), registry_source (registry / null), catalog_source
(local / remote / null), strategy_count, has_multi_wallet_strategy (bool — true when at
least one strategy spans multiple wallets/instances; a cue to reason at strategy_groups[] and apply
the "a strategy is all its wallets" rules), and warnings[].
- The engine fails open — partial data still returns valid JSON with
meta.warnings. If the runtime
registry is unreadable, mandates fall back to the catalog (templates only); if that's also gone,
profile is null and you judge on behavior.
Output contract
Order matters: strategy verdicts lead; positions are evidence underneath them. (When the question
is purely "how much / where is my money," you can open with the money map instead — but for anything
about "my strategies / how am I doing," lead with the per-strategy read.)
Lead from strategy_groups[] — one verdict per real strategy, NOT per wallet. A multi-wallet
strategy (long+short, core+ballast, multi-sleeve) is ONE strategy across N wallets; present it as one.
See "A strategy is ALL its wallets."
- Total + the three buckets.
grand_total_usd, broken into idle-in-embedded / idle-in-strategies
/ deployed — each labeled by where. Keep it tight; this is the money map, not the analysis.
- Per-strategy verdict (the real value). For each
strategy_groups[] entry (one per real
strategy — never one per wallet), in this order:
- Label + mandate. The group's
label and what it was deployed to do — from the group's
mandate (its profile.description, read from the deployed runtime.yaml; add catalog facets
like belief_plain/archetype when present). Works the same for a user-authored strategy. "cub
is a K-shaped long/short dispersion book — long the structural winners, short the laggards; the
P&L is the spread." If is_multi_wallet, name it as ONE strategy across its sleeves ("cougar
is a market-neutral long/short pair") — never as two strategies.
- Is it doing its job — against its OWN mandate. Not vs a momentum benchmark, and not vs the 4h
leaderboard. A hedge flat in calm, an all-weather core steady-not-flashy, a market-neutral book
counter to the crowd, a selective strategy waiting with no position — all working as designed.
See "Judge each strategy against its OWN mandate" and "Counter to smart money is not a defect."
- Positions as evidence — across ALL the strategy's instances. The open positions (from every
instance in the group) that show it's on-mandate: direction, leveraged return
(
return_on_equity_pct), and vs the market (market_24h_pct, vs_market) — "short ETH, +11%
on margin, with today's 4% selloff." A group instance in flat_instances is the strategy's
OTHER sleeve waiting for its signal (for a multi-wallet strategy) or the whole strategy
waiting for its setup (for a single-wallet one) — say that, never "dead money." Flag any position
fighting the tape for a directional-momentum mandate / near liq_px / oversized.
- PnL — realized + unrealized, summed across the strategy. The group's
totals.realized_pnl
and totals.upnl (+ a couple of closed.recent[] trades from its instances). A flat sleeve may
have already banked real gains on the other sleeve.
- DSL protection — ladder + live tiers. State the group's
protected posture (⟹ all
instances ship a DSL exit), then how its DSL works from group.dsl / profile.dsl (hard stop
at hard_stop_roe_pct, ratchet arms at arm_at_roe_pct, the tier ladder), then each open
position's live tier from positions[].dsl — "armed at Tier N, locked L% of peak" or, for a
sub-Tier-1 position, "protected from entry, ratchet arms at +X% — currently +Y%." Never say a
live position has "no DSL" because it lacks a ratchet record (sub-Tier-1 positions have none by
design). See "DSL — how it works per strategy, and which position is in which tier."
- Any lever is WHOLE-STRATEGY. If you suggest close / pause / adjust-config / top-up, it applies
to the entire strategy (all its wallets) — never one sleeve. And the lever is the STRATEGY,
not a hand-picked position the scanner will just re-open. See the HARD rule under "A strategy is
ALL its wallets" and "Recommend at the STRATEGY level."
- Portfolio-level read. Net exposure (net long/short and by sector), concentration (largest
position), idle drag (capital sitting in cash), and the overall posture — is this book hedged,
directional, mostly in cash? Compare the net tilt to where the broader market is.
- The two CTAs (next section).
Formatting: group by strategy (a strategy_groups[] entry = one strategy; show its instances as its
sleeves, not as peers); show Δ% and leveraged return; emoji sparingly (🟢/🔴 for green/red books).
Show strategy wallet addresses in short form (0x35d1...acb1) unless asked for full.
Mandatory closing (verbatim)
1. Want me to rebalance or adjust any of these positions?
2. Want me to put the idle capital to work in a new strategy?
- CTA 1 → strategy / position management. For an autonomous strategy, route to the
STRATEGY-level levers (
strategy_pause / strategy_update config / strategy_close / strategy_top_up)
and apply them to the whole strategy (all its wallets) — never to a single sleeve of a multi-wallet
strategy, and never hand-close a position the scanner will just re-open. Only use per-position tools
(edit_position / close_position) for a genuinely ad-hoc position the user placed by hand. Confirm
before any change; never trade unprompted.
- CTA 2 → deploy idle. If there's meaningful truly-free idle capital (lead from
signals.idle_drag_pct and idle_in_embedded — NOT a flat sleeve of a live multi-wallet strategy,
which is committed), offer to hand it to senpi-strategy-discover / senpi-strategy-author — fund
a new strategy from the embedded idle, or top up an existing whole strategy via strategy_top_up.
Propose; never deploy without confirmation.
Resilience (engine handles; narrate honestly)
- Token app-scoped / no wallet data →
meta.degraded. Say you can't read the account with this
token (it needs a USER-scoped token); don't report an empty portfolio as "$0."
- A strategy's clearinghouse read failed → it's in
meta.warnings; that wallet's positions may be
incomplete. Say so rather than implying it's flat.
- A strategy's closed-history read failed →
closed.realized_pnl is null + a meta.warnings
entry (trader_history … failed/returned no data). Report realized PnL as unavailable for that
strategy — never as $0.
totals.reconciles == false → the per-wallet sum and the portfolio aggregate disagree; surface
it and trust the per-wallet (live) figures.
- Never report
total_withdrawable as embedded idle, never skip a wallet, never skip the CTAs.
Skill Attribution
Guide/analysis skill — it reads the account and recommends; it does not place a trade or move
funds. Attribution happens downstream when the execution tools / strategy skills act on a CTA.
Install — both scripts are required
The engine is two files in scripts/: portfolio.py (the engine) and mcp_client.py (its vendored
MCP helper, imported at runtime). Install the whole scripts/ directory — copying portfolio.py
alone fails with No module named 'mcp_client'. Stdlib only, no other runtime dependencies.