This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53a89fc
commit deb2e53
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# Paladin Funnel Program | ||
|
||
![](docs/funnel_program.jpg) | ||
|
||
The Paladin Rewards Funnel program is a simple frontward-facing on-chain | ||
program that manages the dispersal of rewards paid into the entire Paladin | ||
system. | ||
|
||
Reward shares are distributed across the governance, staking, and holder | ||
ecosystems according to the formula found in the program's processor. | ||
|
||
This program has only one instruction - `DistributeRewards` - which accepts an | ||
amount to distribute to the three aforementioned targets. For the treasury, | ||
this is done through a simple transfer. For the staker and holder ecosystems, | ||
each program - Paladin Stake and Paladin Rewards, respectively - have their own | ||
`DistributeRewards` instruction, which this funnel will invoke via CPI. | ||
|
||
This program merely provides a simpler mechanism for distributing rewards | ||
according to predefined ratios in an on-chain, transparent manner. There's | ||
nothing this program does that can't be done client-side. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters