meteora_createAlphaVault
Establish a token launch vault that enforces vesting schedules and deposit caps for fair and controlled token distribution.
Instructions
Create a Meteora Alpha Vault for fair token launches with vesting.
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 |