Documentation Index
Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt
Use this file to discover all available pages before exploring further.
Mainnet deployment for Release 0.5.3 is planned for February 10, 2026, at 11:00 AM UTC+8 (Tuesday).
Release summary
| Component | Version | PR |
|---|---|---|
| TypeScript SDK | N/A | No update required for SDK |
What We Shipped
- Zap Protocol Fee Support
Program: meteora-dynamic-amm 0.5.3
Program ID (mainnet and devnet): Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaBChanged
- Upgrade to anchor 0.31.1
- Add new endpoint
create_operator_accountandclose_operator_accountthat allows admin to manage different operator accounts - Add new account
Operator, that would storeswhitelisted_addressas well as their operational permissions - Add new endpoint
zap_protocol_feethat allow operator to claim protocol fees and zap out to SOL/USDC or other token in pool and send to treasury address
Breaking Changes
withdraw_protocol_feescan only be performed by an operator. The endpoint now requiresmax_amount_aandmax_amount_bas arguments. The accounts passed in have also been changed.
Fixed
- Fixed initialization of stable swap error with
AmountNotPegdue to the precision loss of the underlying vault exchange rate.

