Adrena Open Position
adrena_openPositionOpen a leveraged perpetual position on Adrena Protocol by specifying market, collateral, leverage, and optional stop loss/take profit.
Instructions
Open a leveraged perpetual position on Adrena Protocol. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_register_agent, sap_update_agent, and sap_publish_tool_by_name when the capability should become part of an on-chain SAP agent profile or tool registry entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Side parameter for Adrena Open Position. | |
| market | Yes | Market symbol (e.g. "SOL", "BTC", "ETH") | |
| wallet | Yes | Solana public key (base58) | |
| leverage | Yes | Leverage multiplier | |
| stopLoss | No | Stop loss price | |
| takeProfit | No | Take profit price | |
| collateralMint | Yes | Collateral token mint (e.g. USDC, SOL) | |
| collateralAmount | Yes | Raw token amount (smallest unit) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |