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.
Release summary
| Component | Version | PR |
|---|---|---|
| Program | 0.1.1 | dynamic-fee-sharing #8 |
| TypeScript SDK | 1.0.3 | dynamic-fee-sharing-sdk #7 |
What We Shipped
- Direct Fee Funding Support with DAMM v2 and Dynamic Bonding Curve
What To Do
| Integrators | What Changed | What To Do |
|---|---|---|
| Partners |
|
|
Program: dynamic-fee-sharing 0.1.1
Program ID (mainnet and devnet): dfsdo2UqvwfN8DuUVrMRNfQe11VaiNoKcMqLHVvDPzhProgram PR #8Added
- Add new field
fee_vault_typeinFeeVaultto distinguish between PDA-derived and keypair-derived fee vaults. - Add new endpoint
fund_by_claiming_fee, that allow share holder in fee vault to claim fees from whitelisted endpoints of DAMM-v2 or Dynamic Bonding Curve
TypeScript SDK: @meteora-ag/dynamic-fee-sharing-sdk 1.0.3
SDK PR #7Added
fundByClaimDammV2Feefunction to fund a fee vault by claiming fee from a DAMM v2 pool.fundByClaimDammV2Rewardfunction to fund a fee vault by claiming reward from a DAMM v2 pool.fundByClaimDbcCreatorTradingFeefunction to fund a fee vault by claiming creator trading fee from a DBC pool.fundByClaimDbcPartnerTradingFeefunction to fund a fee vault by claiming partner trading fee from a DBC pool.fundByWithdrawDbcCreatorSurplusfunction to fund a fee vault by withdrawing creator surplus from a DBC pool.fundByWithdrawDbcPartnerSurplusfunction to fund a fee vault by withdrawing partner surplus from a DBC pool.fundByWithdrawMigrationFeefunction to fund a fee vault by withdrawing migration fee from a DBC pool.

