Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BOT_TOKEN | No | Your Telegram bot token for the Telegram bot functionality |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_lp_positions | Get all liquidity pool positions for a wallet address. Returns pool details, token balances, and LP token amounts. |
simulate_rebalance | Simulate rebalancing LP positions based on impermanent loss threshold. Provides recommendations for position adjustments. |
portfolio_analytics | Get comprehensive portfolio analytics including total value, IL metrics, yield performance, and position breakdown. |
get_farm_positions | Get all farming positions and staking rewards for a wallet. Shows staked LP tokens and claimable rewards. |
swap_quote | Get swap quote for token exchange including price impact, fees, and minimum output amount with slippage. |