Overview
Supercharge your Solana-based operations by connecting high-performance workflows to the ecosystem's most powerful protocols. Automate liquidity management, token transfers, and real-time data retrieval across the Solana network with seamless, low-latency integrations.
Supported triggers and actions

Get SOL Balance
ActionCheck a wallet's native SOL balance on Solana. Returns both the raw lamport amount and a human-readable SOL value. Supports mainnet and devnet.

Jupiter Lend Withdraw Collateral
ActionWithdraw an exact amount or all collateral from an owned Jupiter Lend Borrow position.

Jupiter Swap Quote
ActionGet a swap quote from Jupiter, Solana's leading DEX aggregator. Returns the best route, expected output amount, and price impact for any SPL token pair. Read-only — does not execute a swap. Ideal for: price checks, swap previews, route analysis.

Get Solana Wallet Positions
ActionList every token a Solana wallet holds. Returns native SOL plus all nonzero classic SPL and Token-2022 balances, each with its exact mint, owning token program, raw amount, decimals, and human-readable amount. Balances held across several token accounts for the same mint are summed. Returns NO prices or USD values — use get-solana-wallet-positions-usd when the caller needs what a wallet is worth. Ideal for: answering what a Solana wallet holds, and resolving a token symbol to the exact mint the wallet actually owns.

Wrap SOL
ActionWrap native SOL into canonical WSOL in the workflow wallet's Associated Token Account. Creates the ATA when absent, transfers the exact requested lamports, and runs SyncNative. Use before Solana protocols that require WSOL; this is not a Jupiter swap.

Unwrap SOL
ActionClose the workflow wallet's canonical WSOL Associated Token Account and return its complete balance as native SOL. All-balance only; never run automatically after protocol actions.