Documentation Index
Fetch the complete documentation index at: https://v2-docs.exponent.finance/llms.txt
Use this file to discover all available pages before exploring further.
createInitializePricesInstruction
Initializes the global ExponentPrices PDA and registers the caller as the first price manager. This is a one-time setup instruction that creates the on-chain account used to store price data for vault token valuations. After initialization, additional price managers can be added via the manage prices instruction.Usage
Accounts
| Name | Signer | Writable | Description |
|---|---|---|---|
manager | Yes | Yes | Initial price manager (pays rent, registered as first manager) |
exponentPrices | No | Yes | ExponentPrices PDA to initialize |
systemProgram | No | No | System program |
Args
This instruction takes no arguments.Returns
TransactionInstruction — a transaction instruction ready to be added to a transaction.