Skip to main content

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.

Track Dynamic Fee Sharing releases here.
dynamic-fee-sharing 0.1.1
Direct Fee Funding Support with DAMM v2 and Dynamic Bonding Curve

Release summary

ComponentVersionPR
Program0.1.1dynamic-fee-sharing #8
TypeScript SDK1.0.3dynamic-fee-sharing-sdk #7

What We Shipped

  • Direct Fee Funding Support with DAMM v2 and Dynamic Bonding Curve

What To Do

IntegratorsWhat ChangedWhat To Do
Partners
  • Direct Fee Funding Support with DAMM v2 and Dynamic Bonding Curve
  • Bump your SDK version to @meteora-ag/dynamic-fee-sharing-sdk@1.0.3 to start testing.

Program: dynamic-fee-sharing 0.1.1

Program ID (mainnet and devnet): dfsdo2UqvwfN8DuUVrMRNfQe11VaiNoKcMqLHVvDPzhProgram PR #8

Added

  • Add new field fee_vault_type in FeeVault to 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 #7

Added

  • fundByClaimDammV2Fee function to fund a fee vault by claiming fee from a DAMM v2 pool.
  • fundByClaimDammV2Reward function to fund a fee vault by claiming reward from a DAMM v2 pool.
  • fundByClaimDbcCreatorTradingFee function to fund a fee vault by claiming creator trading fee from a DBC pool.
  • fundByClaimDbcPartnerTradingFee function to fund a fee vault by claiming partner trading fee from a DBC pool.
  • fundByWithdrawDbcCreatorSurplus function to fund a fee vault by withdrawing creator surplus from a DBC pool.
  • fundByWithdrawDbcPartnerSurplus function to fund a fee vault by withdrawing partner surplus from a DBC pool.
  • fundByWithdrawMigrationFee function to fund a fee vault by withdrawing migration fee from a DBC pool.