Meteora Create Alpha Vault
meteora_createAlphaVaultSet up a Meteora Alpha Vault for fair token launches, configuring deposit cap, vesting duration, and start time.
Instructions
Create a Meteora Alpha Vault for fair token launches with vesting. 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 |
|---|---|---|---|
| creator | Yes | Solana public key (base58) | |
| startTime | No | Vault start time (Unix timestamp) | |
| maxDeposit | Yes | Maximum deposit cap | |
| depositMint | Yes | Token mint accepted for deposits | |
| poolAddress | Yes | Solana public key (base58) | |
| vestingDuration | Yes | Vesting duration in seconds |
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. |