> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solana.vanna.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Lite / Kamino Instructions

> admin_register_lite_strategy, lite_open, supply, reduce, unwind.

Leverage bounds: **1×–5×** (`10_000`–`50_000` bps).

## `admin_register_lite_strategy`

Stores the only Kamino accounts the program will CPI into for that mint.

## `lite_open(equity, leverage_bps)`

Deposit equity, borrow `(leverage − 1) × equity` of the same mint, CPI `deposit_reserve_liquidity` for the total, write `LitePosition`. Health after.

## `lite_supply(amount, attribute_shares_delta)`

Add to an existing receipt. `attribute_shares_delta` is the Kamino collateral-share increase the client measured.

## `lite_reduce_redeem` / `lite_reduce_repay`

Two-step reduce when the client splits redeem and repay.

## `lite_reduce_and_repay(exit_bps, min_yield_out, min_stock_out, route_account_count, route_data)`

Atomic cross-asset unwind: redeem Kamino, optional Jupiter route back to the debt mint, repay. On-chain only requires `0 < exit_bps <= 10_000`; the UI offers 25/50/75/100% preset buttons plus a free slider for any value in between.

CPI discriminators live in `constants::kamino_discriminators`.
