Portfolio
Full DeFi dashboard with USD valuations
Prerequisite: Requires an active authenticated session. Run
starkfi auth loginfirst.
Usage
starkfi portfolio
starkfi portfolio --jsonWhat It Shows
The portfolio command aggregates your complete DeFi state into a single dashboard view.
Token Balances
All tokens with non-zero balances, each with USD value calculated via Fibrous pricing.
Staking Positions
For each validator pool:
- Staked amount and USD value
- Pending rewards
- Unpooling status with cooldown end date (shown when an exit intent is active)
Lending Positions
For each Vesu V2 pool:
- Collateral value
- Debt value
- Health factor and risk level
Total Portfolio Value
Sum of all token balances, staked amounts, and collateral in USD.
JSON Output
For programmatic use, piping to other tools, or AI agent parsing:
starkfi portfolio --jsonReturns structured data with all balances, positions, and USD valuations.
Last updated on