mv_get_position_map
Get a unified cross-protocol view of a wallet's positions across Spectra, Pendle, Morpho, and governance. Detects contradictions and concentration risks.
Instructions
Cross-protocol position map — see the whole wallet across Spectra, Pendle, Morpho, and governance.
Each protocol tool sees its own silo. This tool sees the contradictions BETWEEN silos. Calls all portfolio sources in parallel and composes a unified view with:
Per-protocol position summaries with USD values
Governance tokens (veSPECTRA on Base, vePENDLE if detectable)
Cross-protocol totals with honest failure reporting
Contradiction detection: lending vs fixed rate spreads, concentration risks, expiring positions across protocols, governance boost mismatches
Entry path awareness for rebalancing opportunities
Does NOT replace per-protocol tools — use spectra_get_portfolio, pendle_get_portfolio, morpho_get_positions for deeper per-protocol analysis.
Use this as the FIRST call when analyzing a wallet. It answers "where am I?" before "what should I do?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet address (0x...) | |
| chain | No | Restrict to a single chain. Omit to scan all chains. |