Limit Orders Use this skill when the user wants a price-triggered order. There are two distinct paths — pick the one that matches the user's chain: - Solana → native limit orders. places real resting orders through the Nansen trading API. Use these for anything on Solana. - Other chains → alert-based approximation. does not yet place native limit orders on EVM chains. Place the resting order on the venue that supports it (CEX, DEX limit-order product) and create a companion smart alert on the settlement wallet as a best-effort fill signal. Prerequisites - A Solana wallet configured in : (or i…