Crates.io | pallet-treasury |
lib.rs | pallet-treasury |
version | 36.0.1 |
source | src |
created_at | 2020-02-28 05:50:58.324893 |
updated_at | 2024-10-09 14:47:54.54383 |
description | FRAME pallet to manage treasury (polkadot v1.15.0) |
homepage | https://substrate.io |
repository | https://github.com/paritytech/polkadot-sdk.git |
max_upload_size | |
id | 213427 |
size | 97,004 |
The Treasury pallet provides a "pot" of funds that can be managed by stakeholders in the system and a structure for making spending proposals from this pot.
The Treasury Pallet itself provides the pot to store funds, and a means for stakeholders to propose, approve, and deny expenditures. The chain will need to provide a method (e.g.inflation, fees) for collecting funds.
By way of example, the Council could vote to fund the Treasury with a portion of the block reward and use the funds to pay developers.
General spending/proposal protocol:
spend_local
- Propose and approve a spend of treasury funds, enables the
creation of spends using the native currency of the chain, utilizing the funds
stored in the pot
spend
- Propose and approve a spend of treasury funds, allows spending any
asset kind managed by the treasury
remove_approval
- Force a previously approved proposal to be removed from
the approval queue
payout
- Claim a spend
check_status
- Check the status of the spend and remove it from the storage
if processed
void_spend
- Void previously approved spend
polkadot v1.15.0