get_positions
ClaudeGet a user's DeFi positions across multiple protocols on Sui (navi, suilend, wallet, volo, momentum, cetus, alphafi, bluefin, magma, scallop, ember, current, zo). Returns slim CSV data by default (set format to "json" for JSON). Columns: id, protocol, type, market, tokenASymbol, tokenAPrice, amountA, tokenBSymbol, tokenBPrice, amountB, valueUSD, apr, liquidationThreshold, lowerPrice, upperPrice, currentPrice, claimableRewards, isActive.
navi_get_available_rewards
ClaudeGet a user's available (unclaimed) lending rewards with summary by asset
navi_get_borrow_fee
ClaudeGet the protocol borrow fee rate and fee recipient address
navi_get_bridge_chains
ClaudeGet all blockchain networks supported by NAVI Astros Bridge (Sui, Ethereum, Solana, Polygon, Avalanche, Arbitrum)
navi_get_bridge_history
ClaudeGet a wallet's cross-chain bridge transaction history
navi_get_bridge_quote
ClaudeGet a cross-chain bridge quote for transferring tokens between chains
navi_get_bridge_tx_status
ClaudeCheck the status of a cross-chain bridge transaction (processing, completed, fail)
navi_get_coins
ClaudeGet all coin balances for a Sui wallet address, aggregated by coin type
navi_get_dca_order_details
ClaudeGet detailed information about a specific DCA order including execution history and progress
navi_get_dca_orders
ClaudeGet a user's Dollar-Cost Averaging (DCA) orders with pagination and status filter
navi_get_fees
ClaudeGet detailed protocol fee breakdown: total fees, V3 borrow fees, interest fees, flash loan and liquidation fees
navi_get_flash_loan_asset
ClaudeGet a specific flash loan asset by coin type, symbol, or asset ID
navi_get_flash_loan_assets
ClaudeGet all assets available for flash loans with max amounts and fee rates
navi_get_health_factor
ClaudeGet a user's lending health factor (> 1 is safe, <= 1 risks liquidation)
navi_get_incentive_apy
Claudenavi_get_lending_rewards
ClaudeGet a user's claimed lending reward history
navi_get_market_config
ClaudeGet NAVI market configuration including supported pools, EModes, and fee settings
navi_get_pool
ClaudeGet a specific lending pool by coin type, symbol, or asset ID
navi_get_pools
ClaudeGet all NAVI lending pools with supply/borrow rates, TVL, oracle prices, incentive APY, and token info
navi_get_portfolio_pnl
ClaudeGet a user's NAVI lending portfolio PnL (Profit & Loss): net worth, cumulative PnL, monthly PnL with percentage, and historical chart data
navi_get_price_feeds
ClaudeGet all oracle price feed configurations including Pyth and Supra feed IDs
navi_get_protocol_stats
ClaudeGet NAVI protocol statistics: TVL, total borrow, utilization, max APY, user count, borrow fee
navi_get_reserves_config
Claudenavi_get_swap_quote
ClaudeGet a DEX aggregator swap quote for token exchange on Sui. Returns optimal routes across Cetus, Turbos, DeepBook, Aftermath, etc.
navi_list_dca_orders
ClaudeList DCA orders with optional status and creator filters
navi_prepare_borrow
Claudenavi_prepare_repay
Claudenavi_prepare_supply
Claudenavi_prepare_withdraw
Claudenavi_search_bridge_tokens
ClaudeSearch for tokens available for cross-chain bridging on a specific chain
navi_search_tokens
ClaudeSearch for tokens/coins by keyword to get price, decimals, coin type, symbol. Fuzzy matches against coin type address or token symbol. Returns CSV format.
sui_explain_transaction
ClaudeGet a structured human-readable explanation of a Sui transaction: operation type, sender, gas cost, Move calls, balance changes with token symbols & amounts, object changes, and events
sui_get_transaction
ClaudeGet the full raw Sui transaction data by digest (hash), including inputs, effects, events, balance changes, and object changes
sui_get_transaction_v2
ClaudeGet the Sui SDK v2 GraphQL/Core raw transaction shape by digest. Use this for new clients that do not require legacy JSON-RPC response compatibility.
volo_get_vault
ClaudeGet full details of a specific VOLO yield vault by ID, including APR, risk level, TVL, stake cap, coin price, exchange rate, lockup period, and dynamic fields. Use volo_get_vaults first to find the vault ID.
volo_get_vault_apy_history
ClaudeGet historical APY (Annual Percentage Yield) data points for a VOLO vault over a specified time period. Returns timestamped APY values for trend analysis.
volo_get_vault_share_price_history
ClaudeGet historical share price data for a VOLO vault over a specified time period. Share price reflects the vault's underlying asset value per share and indicates accumulated yield over time.
volo_get_vault_system_summary
ClaudeGet VOLO vault platform-wide summary: total TVL across all vaults and total revenue generated in USD. Use this for a high-level overview of the VOLO vault ecosystem.
volo_get_vault_total_tvl_history
ClaudeGet historical Total Value Locked (TVL) across all VOLO vaults combined. Returns timestamped TVL values for tracking overall platform growth.
volo_get_vault_tvl_history
ClaudeGet historical Total Value Locked (TVL) data for a specific VOLO vault. Returns timestamped TVL values showing how much capital is deposited in the vault over time.
volo_get_vault_user_positions
ClaudeGet a user's active positions across all VOLO vaults. Returns per-vault data: share balance, USD value, vault APR, and lifetime yield earned. Use this to see what a wallet has staked in VOLO.
volo_get_vault_user_status
ClaudeGet a user's aggregated VOLO vault status: total deposited USD, lifetime yield earned in USD, and 7-day yield in USD. A quick summary of a wallet's overall VOLO vault performance.
volo_get_vault_user_transactions
ClaudeGet a user's VOLO vault transaction history (stake/unstake) with pagination. Returns: txId, vaultId, type, amount, amountUsd, shares, status, and executeTime.
volo_get_vaults
ClaudeGet all VOLO yield vaults on Sui as CSV. Returns: id, name, protocol, status, riskLevel, instantAPR, apy7d, apy30d, totalStaked, totalStakedUsd, minInvestment, stakeCapAmount, coinPrice, exchangeRate, targetApy, startAt, endAt, lockupStartAt, lockupEndAt. Use this to browse available vaults and find vault IDs for detailed queries.