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.
ixWrapperManagerUpdatePosition
Updates the vault’s strategy position tracking. Managers use this to register or deregister positions such as orderbook offer indices, token account balances, and Kamino obligation entries. This uses the wrapper instruction which executes via self-CPI. Requires the manager role.Usage
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
manager | PublicKey | Yes | Manager wallet (must be signer) |
update | PositionUpdate | Yes | The position change to apply |
remainingAccounts | AccountMeta[] | No | Additional accounts for specific updates |
exponentPrices | PublicKey | No | ExponentPrices PDA. Auto-derived |
systemProgram | PublicKey | No | System program. Defaults to SystemProgram.programId |
PositionUpdate variant list.
Returns
TransactionInstruction — a single instruction that updates the vault’s position tracking.