Plume Position Summary logo

Catalog action Blockchain Data

Read the current Morpho leverage position on Plume Network (chain 98866). Returns collateral, debt, LTV, health factor, and effective leverage. Ideal for: post-loop summary, position monitoring, risk dashboards, DeFi analytics.

At a Glance

FieldValue
Action IDplume-position-summary
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdefi, plume, leverage, lending, morpho, position, read

Payload Schema

FieldTypeRequiredDescription
walletAddressstringNoWallet address to query. If omitted, uses the connected wallet from actionContext.

Result Schema

FieldTypeRequiredDescription
walletAddressstringYesThe wallet address queried.
collateralstringYesCollateral (nTBILL) in raw units.
collateralValuestringNoCollateral value in pUSD terms (human-readable).
debtstringYesOutstanding debt in pUSD raw units.
ltvstringYesCurrent LTV as a decimal string (e.g., '0.8567').
healthFactorstringYesHealth factor = LLTV / current LTV. Values below 1.0 are at liquidation risk.
effectiveLeveragestringYesEffective leverage = collateralValue / (collateralValue - debt). E.g., '5.2x'.
oraclePricestringNoCurrent oracle price at ORACLE_PRICE_SCALE (10^36).
exchangeRatestringNoCurrent Nest vault pUSD/nTBILL exchange rate at WAD scale.
supplySharesstringNoRaw supplyShares from Morpho position.
borrowSharesstringNoRaw borrowShares from Morpho position.

Examples

json
{ "type": "plume-position-summary", "payload": { "walletAddress": "0x0000000000000000000000000000000000000000" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I