Core Concepts
Router
A "Router" is an account on the Solana blockchain that stores information about fee destinations and their percentage splits. Each router is owned by a specific wallet address.
Fee Destination
A "Fee Destination" represents a recipient address and its assigned percentage of the fees. The total of all destination percentages must equal exactly 100%.
Percentage Splits
The SDK handles percentage splits as regular percentages (0-100), automatically converting them to basis points (0-10000) when interacting with the on-chain program.
Last updated