Skip to main content
Glama

simulate_rebalance

Simulate liquidity pool rebalancing when impermanent loss exceeds your threshold. Get position adjustment recommendations to optimize your DeFi portfolio on Solana.

Instructions

Simulate rebalancing LP positions based on impermanent loss threshold. Provides recommendations for position adjustments.

Input Schema

NameRequiredDescriptionDefault
thresholdYesIL threshold percentage (e.g., 5 for 5%)
walletYesSolana wallet address

Input Schema (JSON Schema)

{ "properties": { "threshold": { "description": "IL threshold percentage (e.g., 5 for 5%)", "maximum": 100, "minimum": 0, "type": "number" }, "wallet": { "description": "Solana wallet address", "type": "string" } }, "required": [ "wallet", "threshold" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pavilion-devs/saros-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server